[Cs-dev] Streaming audio opcode
Date | 2014-11-15 15:42 |
From | Edward Costello |
Subject | [Cs-dev] Streaming audio opcode |
Attachments | None None |
Hey, Pretty sure there isn’t one, but on the off chance I thought I’d ask if there is an opcode to download and stream audio from a url, such as like: aout httpAudio “http://www.site.com/myAudio.wav”, kseekposition And as there probably isn’t one, I was wondering would anyone have an idea of how one should go about writing one? Like useful libraries and such that are cross platform, Thanks Ed |
Date | 2014-11-15 16:59 |
From | Rory Walsh |
Subject | Re: [Cs-dev] Streaming audio opcode |
I guess you would probably need to use some kind of streaming API. Shoutcast, or Icecast maybe? On 15 November 2014 15:42, Edward Costello |
Date | 2014-11-15 17:02 |
From | jpff |
Subject | Re: [Cs-dev] Streaming audio opcode |
Attachments | None None |
As with the correct build one can open a file via http (using curl) it should not be impossible On Sat, 15 Nov 2014, Edward Costello wrote: > Hey, > Pretty sure there isn’t one, but on the off chance I thought I’d ask if there > is an opcode to download and stream audio from a url, such as like: > > aout httpAudio “http://www.site.com/myAudio.wav”, kseekposition > > And as there probably isn’t one, I was wondering would anyone have an idea of > how one should go about writing one? Like useful libraries and such that are > cross platform, > Thanks > Ed > > |
Date | 2014-11-16 00:48 |
From | Edward Costello |
Subject | Re: [Cs-dev] Streaming audio opcode |
Yeah looks like curl is the way to go, Thanks Ed > On 15 Nov 2014, at 18:02, jpff |