[Portaudio] Playing wav using libsnd while recording using portaudio
NickMtl
valerianmusic at gmail.com
Mon Aug 25 17:19:44 EDT 2008
The two APIs do completely different things. LibSndFile is for sound
file I/O and conversion while PortAudio is for playing back and
recording these sound files.
Maybe your question is more like: Can I play back a file in PortAudio
while recording? The answer is yes, if your audio device support it,
chances are PortAudio can be used to do it.
Look at PortAudio's wiki for examples of playing back and recording
audio. Doing both at the same time does require a bit of extra work.
Hope this helps,
- Nick -
On Sun, Aug 24, 2008 at 9:22 PM, Jo Morano <jo.morano06 at gmail.com> wrote:
> Hi!
>
> Is it possible to be recording using portaudio while playing a wav file
> using libsnd? If so, is there a tutorial somewhere? Or could someone drop me
> a few lines?
>
> Regards
>
> _______________________________________________
> Portaudio mailing list
> Portaudio at music.columbia.edu
> http://music.columbia.edu/mailman/listinfo/portaudio
>
>
--
- Nick -
More information about the Portaudio
mailing list