« Return to Thread: (Re)Sampling audio at different rate.

(Re)Sampling audio at different rate.

by marmadoc :: Rate this Message:

Reply to Author | View in Thread

Hi Phil,

I have the following scenario:  A synth context is set up and running at an audio rate of 44100.  I now want to provide the output sampled at a different rate e.g. 24000.
There is not a SampleWriter_16V1 available which would solve my problem, so the only alternative I can think of is to create a separate synth context, running at the audio rate required, and use a SampleReader_16V1 set to 44100 on the input. Then I just need to continually port the data between the two contexts.

Do you agree with this method, or is there another way of doing it?

Your help is always appreciated.

Thanks,
Etienne.

 « Return to Thread: (Re)Sampling audio at different rate.