Reply to thread

Re: **UpDate** FIFO BackBuffer Circular buffer DirectSound Find data about a buffer?




Ok moving forward I think I have a sloultion to what I want to do. While looking into this I found people talking about FIFO and circular buffers and backbuffers but no example I could understand completely. I am not on my computer with my code but I think if I take the buffer from directx that I would normally write to a file and put it into this type of buffer, let it build up to the point I get the desired "delay" I want I could then start writing that buffer to file. to get the three seconds of audio delay I want my buffer would be 516KB for a 44.1 Stereo file. 258KB for a 44.1 Mono file.


Would anyone have a sample of this invb.net that I could play with to help me figure this out?


Thank you for any help you may be able to give me.


Back
Top