Hi,
I am recording some audio data using wasapi loopback. And now I want to do input driven resampling (resampling before writing it into file) in order to change sample rate and bit depth.
I know that there is an example on the internet using ACM Resampler, but as wasapi loopback is producing 32bit IeeeFloat samples I cannot use ACM (as far as I know).
Does anyone know how to do this using the WDL resampler or has a code example for me? I have really no idea about that and I can't find any examples...
Tha aim is to reduce the amount of data. I think for this purpose it would be even better to do a real-time mp3-conversion, but I am not sure whether this is possible in general. When you have some ideas or code snippets about that, would be very nice :)
I would be very grateful for any ideas helping me to implement one of both
I am recording some audio data using wasapi loopback. And now I want to do input driven resampling (resampling before writing it into file) in order to change sample rate and bit depth.
I know that there is an example on the internet using ACM Resampler, but as wasapi loopback is producing 32bit IeeeFloat samples I cannot use ACM (as far as I know).
Does anyone know how to do this using the WDL resampler or has a code example for me? I have really no idea about that and I can't find any examples...
Tha aim is to reduce the amount of data. I think for this purpose it would be even better to do a real-time mp3-conversion, but I am not sure whether this is possible in general. When you have some ideas or code snippets about that, would be very nice :)
I would be very grateful for any ideas helping me to implement one of both