Audio Panning using RtAudio

Posted by user1801724 on Game Development See other posts from Game Development or by user1801724
Published on 2012-11-07T14:33:48Z Indexed on 2012/11/07 17:19 UTC
Read the original article Hit count: 289

Filed under:
|
|
|

I use Rtaudio library.
I would like to implement an audio program where I can control the panning (e.g. shifting the sound from the left channel to the right channel).
In my specific case, I use a duplex mode (you can find an example here: duplex mode). It means that I link the microphone input to the speaker output.
I seek on the web, but I did not find anything useful.
Should I apply a filter on the output buffer? What kind of filter?
Can anyone help me?

Thanks

© Game Development or respective owner

Audio Panning using RtAudio

Posted by user1801724 on Programmers See other posts from Programmers or by user1801724
Published on 2012-11-07T14:36:21Z Indexed on 2012/11/07 17:17 UTC
Read the original article Hit count: 289

Filed under:
|
|

I use the RtAudio library.

I would like to implement an audio program where I can control the panning (e.g. shifting the sound from the left channel to the right channel).

In my specific case, I use RtAudio in duplex mode (you can find an example here: duplex mode). It means that I link the microphone input to the speaker output.

I have searched on the web, but I did not find anything useful. Should I apply a filter on the output buffer? What kind of filter?

© Programmers or respective owner

Related posts about c++

Related posts about 2d