hello,
is it possible to send a raw pcm audio stream over tcp/ip from and to pd?
we want to use audio streams from the net and encode it as ogg vorbis stream.
example mp3 stream -> mp3 decoder -> pd processing -> ogg encoder -> ogg stream
is it possible to use netsend and netreceive for this and is there documentation for the FUDI protocol?
what could be done with stream extensions from ggee. i cannot find any documentation.
On 11/6/01 5:17 PM, smoerk @ smoerk@gmx.de wrote:
example mp3 stream -> mp3 decoder -> pd processing -> ogg encoder -> ogg stream
this should help you:
http://barely.a.live.fm/pd/MP3-PD-MP3-mutilation.howto.txt
./MiS
smoerk wrote:
mp3 stream -> mp3 decoder -> pd processing -> ogg encoder -> ogg stream is it possible to use netsend and netreceive for this and is there documentation for the FUDI protocol?
I'd rather go with the pipeio externals from the ext13 collection. (http://pd.klingt.org/files/). Cstream (http://www.cons.org/cracauer/cstream.html) si useful to deal with the streams and to keep the fifos alive.
Marc
wow! first i want to thank you all for the many and good answers. :)
On Tue, 06 Nov 2001 18:04:21 -0500, Marc Lavallée wrote:
mp3 stream -> mp3 decoder -> pd processing -> ogg encoder -> ogg stream is it possible to use netsend and netreceive for this and is there documentation for the FUDI protocol?
I'd rather go with the pipeio externals from the ext13 collection. (http://pd.klingt.org/files/).
this seems to be a good solution, i will try it.
Cstream (http://www.cons.org/cracauer/cstream.html) si useful to deal with the streams and to keep the fifos alive.
do you have an example? i'm not sure why it's good to use cstream.
|is it possible to send a raw pcm audio stream over tcp/ip from and to |pd?
you can use streamin~ / streamout~ objects from ggee which worked well the last time used them in aug. there may be jitter. there's copies or variants in zexy and ext13 but i dont knwo their status
btw list, if you re in helsinki, .fi these days you might want checkout www.avantofestival.com, especially 'aula' thu - sun ... generic maxpdnetworked slonkiness
-- X D V . o r G
Hi.
Le Mardi 6 Novembre 2001 17:17, smoerk a écrit :
hello,
is it possible to send a raw pcm audio stream over tcp/ip from and to pd?
Have look the attached (text) file.
I'm also interested by using pd with the web. Everything about streaming and pd or Driving patch from the web, etc... is welcome for me too.
Damien.