[LAD] libsndfile 1.0.28 released

2017-04-02 Thread Erik de Castro Lopo
in ALAC handling code. * Remove all use of Variable Length Arrays. * Minor bug fixes and improvements. Cheers, -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev

Re: [LAD] cpu spikes

2016-01-28 Thread Erik de Castro Lopo
top of ALSA? If so how is it possible for JACK with ALSA to perform better than ALSA alone? Erik -- ---------- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Lin

[LAD] libsndfile 1.0.26 release

2015-11-23 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] A question about audio file interfaces

2013-11-30 Thread Erik de Castro Lopo
and libsndfile simply passes your buffer to the read syscall. Obviously, it you care for performance, the second one is vastly preferable and gives you a reasonable amount of control over bufferring. Hope this helps. Erik -- -- Erik de

Re: [LAD] (libsndfile) FLAC format question

2013-11-05 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

[LAD] FLAC 1.3.0 released

2013-06-10 Thread Erik de Castro Lopo
Dear Free Audio Tool Lovers, I am very pleased to announce the first official release of FLAC, the Free Lossless Audio Codec, in over 6 years. FLAC is not dead! It is however a mature software product that is now being maintained by a team working under the auscpices of the Xiph.Org Foundation.

Re: [LAD] How do I write meta data into a wave file? (Command line tools?)

2013-05-03 Thread Erik de Castro Lopo
, the application will exit with an appropriate error message. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

Re: [LAD] [ANN] Radium V1.9.1

2012-11-11 Thread Erik de Castro Lopo
, or something wrong with libsndfile, or I've misunderstood how libsndfile works. sf_readf_float returns 0 before the file is fully read, which it should not. I've cc-ed Erik de Castro Lopo. Hopefully he can shed some light on this. I would be somewhat surprised by that. Is there a reproducable

Re: [LAD] [ANN] Radium V1.9.1

2012-11-11 Thread Erik de Castro Lopo
is to read in the whole file and that would be slow for anything other than the shortest of files. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list

Re: [LAD] ALAC codec being added to libsndfile

2012-03-05 Thread Erik de Castro Lopo
, Support for 16 bit ALAC is in Git at: https://github.com/erikd/libsndfile Support for other bit widths will be added in the near future once I know the 16 bit stuff is working. Cheers, Erik -- -- Erik de Castro Lopo http

[LAD] libsndfile has moved to Github

2012-01-15 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] ALAC codec being added to libsndfile

2011-12-16 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: Conrad Parker wrote: On 16 December 2011 07:14, Erik de Castro Lopo mle...@mega-nerd.com wrote: Georg Holzmann wrote: Did you already have some progress in implementing ALAC support ? I already have the decoder part working within libsndfile and I

Re: [LAD] ALAC codec being added to libsndfile

2011-12-15 Thread Erik de Castro Lopo
time to work on this between xmas and new year. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

Re: [LAD] ALAC codec being added to libsndfile

2011-12-15 Thread Erik de Castro Lopo
Conrad Parker wrote: On 16 December 2011 07:14, Erik de Castro Lopo mle...@mega-nerd.com wrote: Georg Holzmann wrote: Did you already have some progress in implementing ALAC support ? I already have the decoder part working within libsndfile and I am now working on the encoder

[LAD] ALAC codec being added to libsndfile

2011-10-28 Thread Erik de Castro Lopo
Hi all, Just an FYI. I am in the process of adding support for Apple's lossless Audio Codec (ALAC) [0] to libsndfile. Should be done my the end of the weekend. Cheers, Erik [0] http://alac.macosforge.org/ -- -- Erik de Castro

[LAD] Just released libsndfile-1.0.25

2011-07-13 Thread Erik de Castro Lopo
the windows builds have not been tested as thoroughly as I would have liked. As usual, its available from: http://www.mega-nerd.com/libsndfile/#Download Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-07-05 Thread Erik de Castro Lopo
positive performance improvement and I'll implement block sized reads and buffering. Until you can show concrete proof I consider this issue closed. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-07-05 Thread Erik de Castro Lopo
and st_blksize - 4) you will not be able distinguish between the two read sizes due to the influence of other factors. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-07-04 Thread Erik de Castro Lopo
blocks and non-st_blksize sized blocks will be absolutley swamped, by disk latencies, cache latencies, scheduling latencies and file decoding overhead. You might want to google the term premature optimisation. Erik -- -- Erik de

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-07-04 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] Determining Phase

2011-06-26 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-06-21 Thread Erik de Castro Lopo
this and if you don't With a small standalone broken FLAC file :) FLAC was just an example. You need to supply me with a small test program and if necessary this broken FLAC file. Erik -- -- Erik de Castro Lopo http://www.mega

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-06-21 Thread Erik de Castro Lopo
* functions. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-06-21 Thread Erik de Castro Lopo
then thats a bug that I would try to fix or make sure that libsndfile notifies the client program that something has gone wrong. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-06-20 Thread Erik de Castro Lopo
... This is not possible on all file types, especially not on compressed formats like FLAC. It does however work on PCM data for most file formats. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-06-14 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-06-14 Thread Erik de Castro Lopo
of anybody doing this. I suspect they should return -1. How does a vio_read signal EOF? Just like the read() system call, by returning zero. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [LAD] [LAU] cancelling I/O with libsndfile

2011-06-13 Thread Erik de Castro Lopo
and sent mail to the list from another. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

[LAD] libsndfile version 1.0.24

2011-03-23 Thread Erik de Castro Lopo
() and takeOwnership() in sndfile.hh. * AIFF fix for non-zero offset value in SSND chunk. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux

Re: [LAD] do any of the jack client examples show playing a file from disk?

2011-02-16 Thread Erik de Castro Lopo
-nerd.com/libsndfile/files/sndfile-tools-1.03.tar.gz Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

Re: [LAD] Time-Stretch

2011-01-02 Thread Erik de Castro Lopo
rate converter as a component so that can do independent time and pitch manipulation. For instance, the rubberband time stretcher uses libsamplerate. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [LAD] Harmonic generator and transfer function

2010-11-30 Thread Erik de Castro Lopo
memory. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio

Re: [LAD] What do you do for a living?

2010-11-10 Thread Erik de Castro Lopo
and the management structure is flatter. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

Re: [LAD] [ANN][Request] AlsaPlayer-0.99.81 is out !

2010-11-07 Thread Erik de Castro Lopo
such a great feature for AP will be welcomed. If you are interested, please take contact with me, on this list or privately. Who are the developers of this project or has it been abandoned? Erik -- -- Erik de Castro Lopo http

[LAD] Announce : libsndfile 1.0.22

2010-10-03 Thread Erik de Castro Lopo
length. * Other minor bug fixes and improvements. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

Re: [LAD] Paul's Extreme Sound Stretch

2010-10-01 Thread Erik de Castro Lopo
Folderol wrote: On Fri, 1 Oct 2010 09:51:29 +1000 Erik de Castro Lopo mle...@mega-nerd.com wrote: Folderol wrote: Also, he must be getting on a bit now ... at least in his thirties :P Ageism lives I see. I'm in my mid 40s and I still have a passion for coding. I don't do

Re: [LAD] Paul's Extreme Sound Stretch

2010-09-30 Thread Erik de Castro Lopo
/ddc/ Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] Fwd: Claim: Microsoft Pressured Digidesign to Deny Support of GNU/Linux

2010-08-27 Thread Erik de Castro Lopo
is running on Mac OSX, the move to Linux would be relatively simple. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev

Re: [LAD] Clipping outputs

2010-08-19 Thread Erik de Castro Lopo
the float to integer conversion takes place (Jack, Alsa etc) it is at the conversion stage that the clipping needs to be done. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [LAD] Axonlib (again)

2010-06-08 Thread Erik de Castro Lopo
/thunderbird6.jpg See the Reply button at the top just under the menu bar? Click that. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux

Re: [LAD] precision resampling to correct clock differences - no luck with libsamplerate and zita-resampler...

2010-05-23 Thread Erik de Castro Lopo
f...@kokkinizita.net wrote: On Sun, May 23, 2010 at 08:52:16AM +1000, Erik de Castro Lopo wrote: I really don't think any modification is necessary. At least one: the sample rate value in the header must remain the same. sndfile-resample accepts a: -by ratio command line option

Re: [LAD] precision resampling to correct clock differences - no luck with libsamplerate and zita-resampler...

2010-05-22 Thread Erik de Castro Lopo
of the indices into the filter table and the interpolation between two adjacent values in the table. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list

Re: [LAD] [LAU] best 96/24 to 44.1/16 to 96/24 convertion chain

2010-05-08 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] Freqtweak gcc 4.4

2010-03-19 Thread Erik de Castro Lopo
Jörn Nettingsmeier wrote: On 03/19/2010 12:10 AM, Erik de Castro Lopo wrote: That wasn't the problem I ran into. My problem was that sig++/sig++.h wasn't found even though I have installed libsigc++-2.0-dev. Basically a bit of autofoo/pkg-config magic is needed to fix this. iirc

Re: [LAD] Freqtweak gcc 4.4

2010-03-19 Thread Erik de Castro Lopo
, preferably of the distriuted kind (Bzr, Darcs, Git, Mercurial etc). The at least people can get your current version, polish it locally and send you patches. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [LAD] Freqtweak gcc 4.4

2010-03-19 Thread Erik de Castro Lopo
Reuben Martin wrote: Yo, back on Friday 19 March 2010 Erik de Castro Lopo was all like: Well maybe the first step would be to get it under revision control, preferably of the distriuted kind (Bzr, Darcs, Git, Mercurial etc). It's always been hosted on SourceForge using SVN I can only

Re: [LAD] Freqtweak gcc 4.4

2010-03-18 Thread Erik de Castro Lopo
errors that are over my head. I didn't even get that far. Is anyone still maintaining this? If not, I might adopt it. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [LAD] Anyone testing the new TerminatorX release?

2010-01-31 Thread Erik de Castro Lopo
. You'll have to use wav files. libsndfile does support Ogg/Vorbis and FLAC. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev

Re: [LAD] Anyone testing the new TerminatorX release?

2010-01-31 Thread Erik de Castro Lopo
and not your pipe/dup2/execve hack :-). Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

Re: [LAD] Anyone testing the new TerminatorX release?

2010-01-31 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] random curiosity

2010-01-25 Thread Erik de Castro Lopo
the random numbers for. Even crappy old rand() would possibly be ok for some applications and completely useless for others. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [LAD] GUI for audio application

2009-12-28 Thread Erik de Castro Lopo
there. Totally agree. Good advice. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

[LAD] libsndfile-1.0.21

2009-12-14 Thread Erik de Castro Lopo
windows only function sf_wchar_open(). * Bunch of minor bug fixes. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev

Re: [LAD] GPL Violation Alert! - Sorry if this is a duplicate

2009-08-03 Thread Erik de Castro Lopo
. HTH, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux

Re: [LAD] Location of header files...

2009-05-27 Thread Erik de Castro Lopo
to have multiple versions of a library available so that different programs can use different verions of the lib. HTH, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

[LAD] libsndfile 1.0.20

2009-05-14 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Re: [LAD] cross platform audio lib for wav and mp3 files reading

2009-03-12 Thread Erik de Castro Lopo
/software.html which is ridiculously expensive. Erik -- - Erik de Castro Lopo - `[Microsoft] are in the business of giving customers exactly what they ask for, which sounds

Re: [LAD] New release of jconv

2009-03-11 Thread Erik de Castro Lopo
-- - Erik de Castro Lopo - J. Headley: God, root, what is difference ? G. Haverland: God can change the byte order on the CPU, root can't. ___ Linux-audio-dev mailing list

Re: [LAD] [libsndfile-users] help with libsndfile/etc

2008-10-24 Thread Erik de Castro Lopo
to. -- - Erik de Castro Lopo - Incompetence, like misery, seeks company. -- Erik Naggum ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman

Re: [LAD] joining the fun...

2008-08-25 Thread Erik de Castro Lopo
on this list. Erik -- - Erik de Castro Lopo - No stronger retrograde force exists in the world. -- Winston Churchill in The River War, published in 1899

Re: [LAD] joining the fun...

2008-08-25 Thread Erik de Castro Lopo
de Castro Lopo - Debian : The community edition of Ubuntu. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev

Re: [LAD] Wireless Electricity vs audio quality

2008-08-25 Thread Erik de Castro Lopo
influence an acoustic environment. Erik -- - Erik de Castro Lopo - XML is not a language in the sense of a programming language any more than sketches on a napkin are a language

Re: [LAD] [OT] vector drawing software

2008-07-30 Thread Erik de Castro Lopo
the Alpha down to zero. In the Stroke Paint pane chose the second box Flat Color. You should now have a black rectangle, without any fill colour on a white background. Erik -- - Erik de Castro Lopo

Re: [LAD] Tiny mplayer patch

2008-04-25 Thread Erik de Castro Lopo
-- - Erik de Castro Lopo - I could never learn to use C++, because of the completely overwhelming desire to redesign the language every time I tried to use it, but this is the normal, healthy reaction to C++. -- Erik Naggum

[LAD] Secret Rabbit Code : New release imminent

2008-03-07 Thread Erik de Castro Lopo
this blog entry: http://www.mega-nerd.com/erikd/Blog/CodeHacking/SecretRabbitCode/progress.html I'm aiming for the new release to happen next weekend. Cheers, Erik -- - Erik de Castro Lopo

Re: [LAD] Secret Rabbit Code : New release imminent

2008-03-07 Thread Erik de Castro Lopo
against two versions of the library. Cheers, Erik -- - Erik de Castro Lopo - ... a discussion of C++'s strengths and flaws always sounds like an argument about whether

Re: [LAD] alsa and OSS (again?)

2008-01-20 Thread Erik de Castro Lopo
victor wrote: Does this mean that pulseaudio is preferred to Jack? For desktop and user applications yes, for professional audio no. Erik -- - Erik de Castro Lopo

Re: [LAD] free source code for lots of plugins ... waiting for ports ....

2008-01-07 Thread Erik de Castro Lopo
be a bastard about it. That license is not incomptibale with every free software and open source license I can think of. Erik -- - Erik de Castro Lopo - The beauty

Re: [LAD] Detecting one sample within another

2007-11-03 Thread Erik de Castro Lopo
-- - Erik de Castro Lopo - I invented the term Object-Oriented, and I can tell you I did not have C++ in mind. -- Alan Kay ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

Re: [LAD] ALSA FLoat sample format

2007-10-04 Thread Erik de Castro Lopo
Predrag Viceic wrote: Le Thursday 16 August 2007 12.53:46 Erik de Castro Lopo, vous avez écrit : Predrag Viceic wrote: I'll try to go back to 1.0.13 And it works now... Looks like a bug in ALSA 1.0.14a then. It would be a good idea to make sure this is reported. And I who

Re: [LAD] denormal handling

2007-09-29 Thread Erik de Castro Lopo
, this has a **huge** performance penalty. Unlike other forms of Voodoo, we can neasure this. Have you? Erik -- - Erik de Castro Lopo - Orcad Express 9: Its a nice demo but I

Re: [LAD] Re: Direct Stream Digital / Pulse Density

2007-09-27 Thread Erik de Castro Lopo
and IDPCM) recent audio codecs doe their encoding in the frequency domain where it is easier to find redundancy than in the time domain. Erik -- - Erik de Castro Lopo

Re: [LAD] ALSA FLoat sample format

2007-08-16 Thread Erik de Castro Lopo
Predrag Viceic wrote: I'll try to go back to 1.0.13 And it works now... Looks like a bug in ALSA 1.0.14a then. It would be a good idea to make sure this is reported. Erik -- - Erik de Castro Lopo

Re: [LAD] new lossless/lossy audio compressor

2007-07-26 Thread Erik de Castro Lopo
or more generally a property of Ogg. However, I do know that two people have tried to add OggVorbis to libsndfile without being able to complete the task. Erik -- - Erik de Castro Lopo

Re: [LAD] 88 or 96?

2007-06-04 Thread Erik de Castro Lopo
is that it uses slight less disk space. When using crappy resamplers (ie linear resamplers, including the one in secret rabbit code), they may be slightly less bad at doing 88k2 - 44k1 than 96k - 44k1. HTH, Erik -- - Erik de Castro Lopo

Re: [LAD] simulating analog audio devices

2007-06-01 Thread Erik de Castro Lopo
. Erik -- - Erik de Castro Lopo - If I were on life-support, I'd rather have it run by a Gameboy than a Windows box. -- Cliff Wells in comp.lang.python

Re: [LAD] simulating analog audio devices

2007-06-01 Thread Erik de Castro Lopo
not match reality. Erik -- - Erik de Castro Lopo - Islam makes it incumbent on all adult males, provided they are not disabled or incapacitated, to prepare themselves