rawdata

About this tag
The rawdata tag on WindowsForum.com covers discussions about handling raw audio data in Windows development. Topics include using the IAudioCaptureClient::GetBuffer() function to capture audio streams, storing raw audio data into files, and troubleshooting issues with data accumulation. Developers share code examples and API references from Microsoft documentation, focusing on low-level audio capture and pointer manipulation in C++.
  1. E

    Windows 11 Windows Audio Capture Client GetBuffer()

    Can someone explain how to get data stored in a pointer and get an address that is stored in that pointer, then get the data from the address? I cannot figure out how to store the raw audio data into a file every time I run it the data accumulating in the file is low. The function in question is...
Back
Top