This is a decoder-only library. Qtractor has no mp3 encoder support and probably won't ever, unless someone volunteers with the code and the money (see Thomson's patent, mp3licensing.com).
I have no insider information, but it has been told that Pulse Audio has JACK as one of its backends, or at least it has been thought to have one. Maybe with some kind of indirection, like pulseaudio -> gstreamer or xine -> jack sink ? I can't really help you on this. I have no traits for Pulse Audio here, really sorry.
Hint: if Pulse Audio does not have a JACK backend it probably must or should have a native ALSA one. Maybe you can get by messing around with the infamous dmix plugin?
You need (lib)mad-devel, to build qtractor with mp3 audio file support:
Can't say its alright, but I've found some Fedora8 packaging from here:
This is a decoder-only library. Qtractor has no mp3 encoder support and probably won't ever, unless someone volunteers with the code and the money (see Thomson's patent, mp3licensing.com).
I have no insider information, but it has been told that Pulse Audio has JACK as one of its backends, or at least it has been thought to have one. Maybe with some kind of indirection, like pulseaudio -> gstreamer or xine -> jack sink ? I can't really help you on this. I have no traits for Pulse Audio here, really sorry.
Hint: if Pulse Audio does not have a JACK backend it probably must or should have a native ALSA one. Maybe you can get by messing around with the infamous dmix plugin?
Try this one example as your
.asoundrc
file:and then start JACK with
plugdmix
as it's device name, like this:Or with equivalent settings in QjackCtl ;)
Ah, of course, this is assuming your first sound-card in regard to ALSA is the one to take the trouble (
hw:0
).Cheers.
--
rncbc aka Rui Nuno Capela