Re: [LAD] new lossless/lossy audio compressor

2007-07-26 Thread Erik de Castro Lopo
Thorsten Wilms wrote: - Have you thought of putting your codec data inside other standard container formats like WAV, Caf and Ogg? Or Matroska. Ogg and Matroska are not (yet?) supported by libsndfile, though. Unfortunately, Ogg seems to be a surprisingly difficult. To fit easily

Re: [LAD] new lossless/lossy audio compressor

2007-07-26 Thread Thorsten Wilms
On Thu, Jul 26, 2007 at 07:04:18AM +1000, Erik de Castro Lopo wrote: - Do you have any thoughts/plans on adding metadata like song title, artist, copyright info etc? Besides using an existing container format, there are the metadata standards id3, APE and Vorbis Comment.

[LAD] [IGNORE] Message for Ben Loftis

2007-07-26 Thread Fons Adriaensen
Hi Ben, I tried to respond to your message, but there seems to be a problem: [EMAIL PROTECTED] Delay reason: Connection reset by peer: smtp.glw.com [66.222.83.247] This has been repeated a number of times now. To answer you question, when using floating point it doesn't make a

Re: [LAD] intergrating osc

2007-07-26 Thread IOhannes m zmoelnig
Patrick Shirkey wrote: Do I need to make jackEQ a server and a client or is a client able to accept commands too? osc specifies nothing here. on a bi-directional connection, the client can of course receive messages (here: osc-commands) from the server. however, osc is usually transmitted

Re: [LAD] intergrating osc

2007-07-26 Thread Steve Harris
On 26 Jul 2007, at 15:24, Patrick Shirkey wrote: Florent Berthaut wrote: Patrick Shirkey a écrit : Hi, Any pointers on where to start for integrating osc compatibility into jackEQ? Cheers. http://www.audiomulch.com/~rossb/code/oscpack/ Thanks, Can someone explain to me the best

Re: [LAD] new lossless/lossy audio compressor

2007-07-26 Thread Paul Winkler
On Thu, Jul 26, 2007 at 09:35:27AM +0200, Thorsten Wilms wrote: On Wed, Jul 25, 2007 at 04:19:03PM -0400, Paul Winkler wrote: I'd love to be able to write an archive script for Ardour sessions that compresses the audio data losslessly, but FLAC won't do it. WavPack does it.

Re: [LAD] intergrating osc

2007-07-26 Thread Florent Berthaut
Patrick Shirkey a écrit : Hi, Any pointers on where to start for integrating osc compatibility into jackEQ? Cheers. http://www.audiomulch.com/~rossb/code/oscpack/ Florent ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

[LAD] intergrating osc

2007-07-26 Thread Patrick Shirkey
Hi, Any pointers on where to start for integrating osc compatibility into jackEQ? Cheers. -- Patrick Shirkey - Boost Hardware Ltd. Http://www.boosthardware.com Http://lau.linuxaudio.org - The Linux Audio Users guide Anything your mind can see you can

Re: [LAD] new lossless/lossy audio compressor

2007-07-26 Thread Gregory Alan Hildstrom
I certainly appreciate everyone's comments. I have 16-bit, 8-bit, mono, and stereo tested at many differrent sample rates so far, but it should be able to handle any number of channels 65536. I will work to make it flexible enough to handle 24-bit, 32-bit, and 64-bit, but no promises. =;) I

Re: [LAD] new lossless/lossy audio compressor

2007-07-26 Thread Thorsten Wilms
On Thu, Jul 26, 2007 at 10:59:33AM +0800, Victor Roetman wrote: Openoffice's .odt files and Microsoft's .docx files are merely zip containers with directory structure and files inside. You could just do something like that, and it would be very easy to take apart again. It would also not

Re: [LAD] new lossless/lossy audio compressor

2007-07-26 Thread Thorsten Wilms
On Wed, Jul 25, 2007 at 04:19:03PM -0400, Paul Winkler wrote: Pretty cool. Does JPEG 2000 handle float data? I'd love to be able to write an archive script for Ardour sessions that compresses the audio data losslessly, but FLAC won't do it. WavPack does it. http://www.wavpack.com/ --

Re: [LAD] intergrating osc

2007-07-26 Thread Patrick Shirkey
Steve Harris wrote: On 26 Jul 2007, at 16:10, Patrick Shirkey wrote: The example on the site and looking at jamins code is very helpful for sending commands. My intention is to make jackEQ a daemon which can accept osc commands. I'm not sure from the examples above how to receive osc

Re: [LAD] intergrating osc

2007-07-26 Thread Patrick Shirkey
Steve Harris wrote: On 26 Jul 2007, at 15:24, Patrick Shirkey wrote: Florent Berthaut wrote: Patrick Shirkey a écrit : Hi, Any pointers on where to start for integrating osc compatibility into jackEQ? Cheers. http://www.audiomulch.com/~rossb/code/oscpack/ Thanks, Can someone explain

Re: [LAD] new lossless/lossy audio compressor

2007-07-26 Thread Gregory Alan Hildstrom
I just tested OptimFROG and LA, which both outcompressed Monkey's Audio on the song, but j2kaudio still beat LA by 8.4%. LA was slower than j2kaudio, but OptimFROG was faster. j2kaudio is still the compression leader on my small test set. The results are in the table on my page. --- Gregory

Re: [LAD] intergrating osc

2007-07-26 Thread Steve Harris
On 26 Jul 2007, at 16:10, Patrick Shirkey wrote: The example on the site and looking at jamins code is very helpful for sending commands. My intention is to make jackEQ a daemon which can accept osc commands. I'm not sure from the examples above how to receive osc commands. Well, that's