| View previous topic :: View next topic |
| Author |
Message |
danopia
Joined: 21 Nov 2008 Posts: 5 Location: In front of my PC
|
Posted: Fri Nov 21, 2008 1:48 am Post subject: Stream as raw WAV? |
|
|
Hello. I've been using MPD and icecast for many months now for music around my house in OGG format. However, it's a real pain to start up my designed-for-win98-but-running-winxp PC and run foorbar2000 to play the OGG stream. I'm designing a tiny card that will start playing within a second of booting, but my issue is that it needs mono WAV and it won't have enough power to decode OGG files.
Any ideas/tips? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Nov 21, 2008 2:16 am Post subject: |
|
|
Not sure if it's really possibly to stream wave content (depends on the header), usually the bandwidth requirements is too excessive for wave but you could add something like OggPCM or even try to code up a wave handler.
karl. |
|
| Back to top |
|
 |
danopia
Joined: 21 Nov 2008 Posts: 5 Location: In front of my PC
|
Posted: Fri Nov 21, 2008 2:22 am Post subject: |
|
|
It's a 100 Mbps wired network.
Would it be easier to try finding a way for mpd to do this or get icecast to do it, or use a diffierent server? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Nov 21, 2008 2:41 am Post subject: |
|
|
no idea, it's not something I've looked into, I suspect the OggPCM approach will be 2 functions in icecast for handling, but whether that is suitable for you I don't know.
karl. |
|
| Back to top |
|
 |
danopia
Joined: 21 Nov 2008 Posts: 5 Location: In front of my PC
|
Posted: Fri Nov 21, 2008 2:45 am Post subject: |
|
|
| Could you tell me how to get OggPCM? Would I need to compile icecast with a patch or something? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Nov 21, 2008 3:36 am Post subject: |
|
|
OggPCM is referenced on the wiki.xiph.org page. and yes a patch would need to be created and applied to icecast, just as it would for a wav handler
karl. |
|
| Back to top |
|
 |
danopia
Joined: 21 Nov 2008 Posts: 5 Location: In front of my PC
|
Posted: Fri Nov 21, 2008 8:32 pm Post subject: |
|
|
Cool. Oh course, it's like $60 for the chips required to put my microcontroller on the ethernet and putting out sound, so it's not like I'll have this all done tomorrow.  |
|
| Back to top |
|
 |
|