Re: [linux-audio-dev] Audio streaming over network

2001-10-23 Thread delire
this may help, though there's no api.. http://muse.dyne.org/ de|

Re: [linux-audio-dev] Audio streaming over network

2001-10-23 Thread M. Edward (Ed) Borasky
On Tue, 23 Oct 2001, John Lazzaro wrote: > Soon, but not quite yet -- at the moment, sfront networking does > MIDI resilently for low-latency situations, and while you could > concievably hack this to do audio (sending samples encoded as > MIDI change-control events, and reassmbling on the other

Re: [linux-audio-dev] Audio streaming over network

2001-10-23 Thread John Lazzaro
> On Tue, 23 Oct 2001, Ryan Mitchley wrote: > > Hi all > > Does anyone here know of a library or API for streaming audio over a > network? > M. Edward (Ed) Borasky writes > > Check out "sfront" at > > http://www.cs.berkeley.edu/~lazzaro/sa/ Soon, but not quite yet -- at the moment, sfront netwo

Re: [linux-audio-dev] Audio streaming over network

2001-10-23 Thread Sander van Zoest
On Tue, 23 Oct 2001, Ryan Mitchley wrote: > Hi all > Does anyone here know of a library or API for streaming audio over a > network? The library should take into account the inevitable clock drift > between the machine generating the stream and the machine receiving it. I > presume this would inv

Re: [linux-audio-dev] Audio streaming over network

2001-10-23 Thread M. Edward (Ed) Borasky
On Tue, 23 Oct 2001, Ryan Mitchley wrote: > Hi all > > Does anyone here know of a library or API for streaming audio over a > network? The library should take into account the inevitable clock drift > between the machine generating the stream and the machine receiving it. I > presume this would i

[linux-audio-dev] Audio streaming over network

2001-10-23 Thread Ryan Mitchley
Hi all Does anyone here know of a library or API for streaming audio over a network? The library should take into account the inevitable clock drift between the machine generating the stream and the machine receiving it. I presume this would involve resampling/reclocking of some kind. Thanks for