Search found 3 matches

by binary1230
Thu May 14, 2009 8:52 am
Forum: Windows
Topic: Audacity crashes when importing Adobe Soundbooth wav files
Replies: 7
Views: 5055

Re: Audacity crashes when importing Adobe Soundbooth wav fil

Probably this bug: http://audacityteam.org/forum/viewtopic ... 712#p40712

It's a problem in libsndfile 1.0.16, it's fixed in 1.0.19. Should get magically fixed in next version of audacity?
by binary1230
Thu May 14, 2009 8:46 am
Forum: Windows
Topic: Audacity crashs on WAVs created with Adobe Premiere Elements
Replies: 11
Views: 1412

Re: Audacity crashs on WAVs created with Adobe Premiere Elem

I found out today this is a code issue. It's fixed in the latest version of libsndfile, there are more details here: http://audacityteam.org/forum/viewtopic ... 712#p40712
by binary1230
Thu May 14, 2009 8:44 am
Forum: Windows
Topic: Cannot Import Audio - 1.2.6
Replies: 5
Views: 719

Re: Cannot Import Audio - 1.2.6

I found the answer to this by digging through the code in a debugger. Something is definitely at least slightly different with WAV files exported from Premiere CS3. Something inside libsndfile 1.0.16 causes memory corruption. It's not an issue with audacity but one of the libraries it uses. Fortunat...