On 09/05/21 14:55, John Murphy wrote:
I need a command line sound file player which I can somehow control,
while playing, to go immediately to a new position in the same file
and keep playing without missing a beat. And a way to pause/continue.

If you have JACK running and carla installed (or any host that supports lv2) you can use its audiofile plugin.
Simply run:

$ /usr/lib/carla/carla-bridge-native internal "~/Music/nyan.wav" audiofile

Edit the filename of the music file as needed. You can also use the midifile plugin to load MIDI files.

Play on/off and seek is controlled with jack transport, so you can use jack_transport CLI tool.
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
https://lists.linuxaudio.org/listinfo/linux-audio-dev

Reply via email to