[LAD] Cli sound file player requirements
Filipe Coelho
falktx at falktx.com
Sun May 9 20:07:37 CEST 2021
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.
More information about the Linux-audio-dev
mailing list