On Wed, 2016-09-14 at 16:46 +0200, Vincent Vanbesien (DIEHCO) wrote:
So, I get now fsthost working. I am looking to interface it with PureData using Jack. All steps from documentation (https://puredata.info/docs/JackRoutingMultichannelAndBrowserAudio/)%C2%A0 work well except the one to select Jack in Pd from Media menu. Only OSS, ALSA and Portaudio are available. Any idea to chose Jack in Pd ?
Did you compile Pure Data yourself? If so, you need to enable jack at configure time:
./configure --enable-jack
Then compile as you did before. NOTE: This works only when libjack headers are installed. On Debian and derivatives I find the easiest way to install all required dev packages is to do:
sudo apt-get build-dep puredata
Hope that helps.
Roman