How to send Sound Stream of a file from disk over network using FMOD?
Posted
by chris
on Stack Overflow
See other posts from Stack Overflow
or by chris
Published on 2010-05-27T14:38:14Z
Indexed on
2010/05/27
14:41 UTC
Read the original article
Hit count: 400
Hey everyone,
i'm currently working on a project in college. my application should do some things with audio files from my computer. i'm using FMOD as sound library.
the problem i have is, that i dont know how to access the data of a soundfile (wich was opened and startet using the FMOD methods) to stream it over network for playback on another pc in the net.
does anyone has a similar problem?! any help is apreciated. thanks in advance.
chris
© Stack Overflow or respective owner