Tsunami Future Feature?

I presume further development of the Tsunami Pro is terminated, but if not I thought of a useful feature I would love. The ability to load a audio file at a specific time frame and stop playing at either a specific time frame, or play to the end of file.

For example:

load_track_at(start time, end time)

load_track_at(start time) #plays to end of track

Seems neat; since you’re using python I think you can accomplish similar with a small wrapper program

Thinking about it, I could generate a pointer into a sound file, but I would need a way to pass the pointer to the Tsumani.

You were using serial control before I think? If so, you could have whatever is controlling via serial (MCU, PC) handle that

I don’t get your logic here. Since I can’t access internal pointers in Tsunami. I could create a sound file on the fly, but I have no way to copy it to the Tsunami sd card