1

I've got a basic understanding of c ++ and recently been asked something that's left me stumped. Am I able to take audio data (A sign wave as an example), output some of that data to a buffer that then directly outputs it to an audio device or speaker, without saving the data to an audio file and playing that? Been looking around Google (,Still am) and I'm not finding anything exactly the same that's answering my question or one that gives me an idea on how to do this. Any help or advice would be appreciated, even if it's only pointing me in the right direction

Comments
  • 0
    @hash-table I appreciate the link. Was a good read. My only issue is the lack of an explanation about how I can use the api, as the page is currently incomplete :( I will look into that further.
Add Comment