News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - dp

#1
I'd like a button to turn on and off an audio monitor for one of several recordings in progress, but I haven't been able to find anything that seems to do that. The closest I've found is to use a dsp in the recording to output the recorded audio buffers to a second buffer/memorystream, and then pass that into a DJ Studio component via StreamQueueCreate() and StreamQueuePushDataMs(). Will that work? Is this the easiest way? Ideally, I'd just like one dsp dll to be called by both recording and playback, and they just reuse the buffers in a C/C++ dll for speed.