|
From: TJF <tjf...@we...> - 2010-04-19 19:22:32
|
>>> Or you can just play while resampling using the "wavaudio" output format... >>> >> Thank you, Chris >> >> Is there a way to play raw files while resampling? >> > > Yes, example3.c is doing exactly this but using Linux alsa audio > output instead. Change sox_open_write() to have filetype of > "waveaudio" instead of "alsa" and it will play audio from an input > file to windows audio drivers. > > I think that wouldn't work, because I am using Asio on Win. I will do that later on Linux. Would have been nice to get this work also on Win. Regards Thomas |