Re: [linux-audio-dev] libsndfile breakage

2004-02-12 Thread Erik de Castro Lopo
On Thu, 12 Feb 2004 19:36:19 + [EMAIL PROTECTED] wrote: > Heh! I didn't realise I was talking to the author. Thats the internet. Sometimes you're talking to some 12 year old and sometimes you're not :-). > Sorry if that last line sounded whiney and/or ungrateful - It didn't and I get even

Re: [linux-audio-dev] libsndfile breakage

2004-02-12 Thread james
On Thu, 12 Feb, 2004 at 08:59PM +1100, Erik de Castro Lopo spake thus: > On Wed, 11 Feb 2004 21:32:03 + > [EMAIL PROTECTED] wrote: > > > Well, I've stopped the crashing. > > > > It was my bad, but still a bit confusing. > > > > Here's what I was doing > > > > > >samples=info->frame

Re: [linux-audio-dev] libsndfile breakage

2004-02-12 Thread Erik de Castro Lopo
On Wed, 11 Feb 2004 21:32:03 + [EMAIL PROTECTED] wrote: > Well, I've stopped the crashing. > > It was my bad, but still a bit confusing. > > Here's what I was doing > > >samples=info->frames*info->channels; >sound=(sample_t *) malloc (samples * sizeof(sample_t)); >s

Re: [linux-audio-dev] libsndfile breakage

2004-02-11 Thread james
On Thu, 12 Feb, 2004 at 07:47AM +1100, Erik de Castro Lopo spake thus: > On Wed, 11 Feb 2004 11:00:34 + > [EMAIL PROTECTED] wrote: > > > On Wed, 11 Feb, 2004 at 09:14PM +1100, Erik de Castro Lopo spake thus: > > > On Wed, 11 Feb 2004 09:08:58 + > > > [EMAIL PROTECTED] wrote: > > > > > > >

Re: [linux-audio-dev] libsndfile breakage

2004-02-11 Thread Erik de Castro Lopo
On Wed, 11 Feb 2004 11:00:34 + [EMAIL PROTECTED] wrote: > On Wed, 11 Feb, 2004 at 09:14PM +1100, Erik de Castro Lopo spake thus: > > On Wed, 11 Feb 2004 09:08:58 + > > [EMAIL PROTECTED] wrote: > > > > > Hi peeps, > > > > > >I've only just started playing with libsndfile, so I hope th

Re: [linux-audio-dev] libsndfile breakage

2004-02-11 Thread james
On Wed, 11 Feb, 2004 at 09:14PM +1100, Erik de Castro Lopo spake thus: > On Wed, 11 Feb 2004 09:08:58 + > [EMAIL PROTECTED] wrote: > > > Hi peeps, > > > >I've only just started playing with libsndfile, so I hope this > >isn't a dumb question. > > What version of libsndfile? 1.0.5

Re: [linux-audio-dev] libsndfile breakage

2004-02-11 Thread Erik de Castro Lopo
On Wed, 11 Feb 2004 09:08:58 + [EMAIL PROTECTED] wrote: > Hi peeps, > >I've only just started playing with libsndfile, so I hope this >isn't a dumb question. What version of libsndfile? >I get a segmentation fault when I try to use sf_readf_float on some >wavs. Are you su

[linux-audio-dev] libsndfile breakage

2004-02-11 Thread james
Hi peeps, I've only just started playing with libsndfile, so I hope this isn't a dumb question. I get a segmentation fault when I try to use sf_readf_float on some wavs. The odd thing is, if I re-save the file in the same format, (with something like audacity or sweep) it works.