|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Application Programming | |
Audio Streaming? [C++]
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
Audiophile
|
I'm looking to create my own audio streaming program, although I have some C++ experiance I have no idea were I would start with such a project.
__________________Does any one have a links to something that might help?
|
|||||||||||||
|
|
|
|
#2 (permalink) | |||||||||||||
|
Miscelaneous
|
Like an online radio program?
__________________
|
|||||||||||||
|
|
|
|
#3 (permalink) | ||||||||
|
Chiefly Ignorant
|
Try taking a look at some of the audio lilbraries out there. Ones that come to mind are OpenAL (open-source), FMOD (pay) and BASS (free for non-commercial use). I'm sure there are others out there as well. Or you could code your own.
![]()
__________________
|
||||||||
|
|
|
|
#4 (permalink) | |||||||||||||
|
Miscelaneous
|
I'm gonna go ahead and overview a simple way to do it.
Take the data and split it into pieces. Compress the piece (if you want you can leave it raw) and put it in a queue of packets to be sent to the (other) computer. Simple enough although I've never done networking in C languages before... Goodluck.
__________________
|
|||||||||||||
|
|
|
|
#5 (permalink) | |||||||||||||
|
Audiophile
|
Some what, though first I'll be looking for a simple audio server for a local network.
__________________I'll take a look at OpenAL Thanks Scriptorum.
|
|||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|