Re: [linux-audio-dev] Sound file format detection?

2005-10-03 Thread Mario Lang
carmen [EMAIL PROTECTED] writes: I currently just blindly try to launch the decoder for either ogg, speex or mp3 in series. I'd like to add flac... a simple way - how about assuming files are properly named, eg theres no files matching *.ogg which are actually .wav format? Sorry, but this

Re: [linux-audio-dev] Sound file format detection?

2005-10-03 Thread Frank Neumann
Hi list, On Sun, 2 Oct 2005 19:55:17 +0200 Frank Barknecht [EMAIL PROTECTED] wrote: [..] Additionally, libsndfile support wouldnt be that bad either, so, I am wondering, is there a reliable way to detect a audio streams file format just given some bits of the header? The file command

Re: [linux-audio-dev] External audio interface (edirol FA/UA-101)

2005-10-03 Thread Pieter Palmers
Daniel Wagner wrote: Dmitry S. Baikov wrote: Yes, the FA-101 works but I can't tell you the numbers for latency. The site has a nice table of working setups, but no user emails. I'd ask them directly. Pieter Palmers has done some latency measurements. He might have some numbers for

Re: [linux-audio-dev] Sound file format detection?

2005-10-03 Thread Erik de Castro Lopo
Mario Lang wrote: Hi. My little time-compressing audio player yatm currently supports 3 different audio formats, ogg and speex via the xiph libraries, and mpeg via libmad. I currently just blindly try to launch the decoder for either ogg, speex or mp3 in series. SO if the first fails, I

Re: [linux-audio-dev] Sound file format detection?

2005-10-03 Thread Erik de Castro Lopo
carmen wrote: I currently just blindly try to launch the decoder for either ogg, speex or mp3 in series. I'd like to add flac... a simple way - how about assuming files are properly named, eg theres no files matching *.ogg which are actually .wav format? No, but Ogg is a container format

Re: [linux-audio-dev] Sound file format detection?

2005-10-03 Thread Mario Lang
Erik de Castro Lopo [EMAIL PROTECTED] writes: So that I could set the appropriate decoder algorithm based on that analysis? Or is there actually a library one step higher level than libsndfile which does generic audioformat to PCM? Isn't that what libsndfile does? Yes :-) BTW, the

Re: [linux-audio-dev] Sound file format detection?

2005-10-03 Thread Erik de Castro Lopo
Mario Lang wrote: Erik de Castro Lopo [EMAIL PROTECTED] writes: BTW, the latest release of libsndfile supports FLAC via the same API as all the other formats. GREAT!!! I was s waiting for this! So now I'll be able to read flac files in SuperCollider. Now, if libsndfile only would

[linux-audio-dev] MVC - multiple CV

2005-10-03 Thread fons adriaensen
Hi all, working on the strict MVC-fication of Aeolus (a precondition for its OSC-fication), I'm again confronted with a problem that has been discussed a number of times on this list. It has been stated that the model should send updates to all clients except the one that originated a parameter

Re: [linux-audio-dev] MVC - multiple CV

2005-10-03 Thread Paul Davis
It has been stated that the model should send updates to all clients except the one that originated a parameter change. never seen that stated. i consider that the CV never considers changes to have been carried out just because it asked. anything else is not really MVC. maybe the change

Re: [linux-audio-dev] MVC - multiple CV

2005-10-03 Thread Dave Robillard
On Tue, 2005-04-10 at 00:12 +0200, fons adriaensen wrote: Hi all, working on the strict MVC-fication of Aeolus (a precondition for its OSC-fication), I'm again confronted with a problem that has been discussed a number of times on this list. It has been stated that the model should send