Hello, I decided to use Stereotool as effect processing with liquidsoap. My problem is that liquidsoap seems not to write to the fifo file. after making: mkfifo /tmp/audioin.pcm mkfifo /tmp/audioout.pcm
this because liquidsoap must write to audioin, stereotool reads audioin, process it, write to audioout and liquidsoap must broadcast audioout. on the liquidsoap script, I put: output.file(%wav(stereo=true, channels=2, samplesize=16, header=true, duration=1.), "/tmp/audioin.pcm", radio ) the pcm file is always of 0 bytes. Instead if I don't use the fifo file but I give a standard filename and path, it produces the pcm file and stereotool can process it. Do you know if I'm making something wrong with the syntax? Or fifo file are always of 0 bytes? ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
