We have an audio file included as embedded resource in a project developed using C#. We obtain a System.IO.Stream for the audio file, and would like play it using FMOD. However, the FMOD Stream.FSOUND_Stream_Open works only with files on the disk.
Is there anyway we can play the contents from a .Net IO Stream?
Thanks in advance for any suggestions…
- rnvishwa asked 11 years ago
- You must login to post comments
Your Answer
Please login first to submit.