Search found 8 matches

by Luke M
Sat May 30, 2015 11:06 pm
Forum: Feature Request Archive
Topic: Export MP3 in float
Replies: 11
Views: 1954

Re: Export MP3 in float

I realize it doesn't make a big difference, but why not export MP3 in float instead of 16-bit? Just to touch bases, where are you getting the information that the Audacity exported MP3 has 16-bit values? https://code.google.com/p/audacity/source/browse/audacity-src/trunk/src/export/ExportMP3.cpp (Y...
by Luke M
Sat May 30, 2015 10:32 pm
Forum: Feature Request Archive
Topic: Bug: default sample format ignored for imports
Replies: 57
Views: 6474

Re: Bug: default sample format ignored for imports

That is a spurious argument because the Track Info does not show the format of the audio in the track. The Track Info only shows the "default" format for the track. For example, if you copy some 16-bit audio from a "16-bit track" and paste it into a "32-bit float track", then you have 16-bit audio ...
by Luke M
Fri May 29, 2015 8:23 pm
Forum: Feature Request Archive
Topic: Bug: default sample format ignored for imports
Replies: 57
Views: 6474

Re: Bug: default sample format ignored for imports

The Ogg Vorbis decoder only supports 8 or 16 bit ( http://linux.die.net/man/1/oggdec ). Lots of formats are 16-bit, but they still obey the default sample format. Yes, but OGG was the only natively supported format whose decoding was limited to maximum 16-bit. 16-bit WAVs are obviously limited to 1...
by Luke M
Fri May 29, 2015 7:53 pm
Forum: Feature Request Archive
Topic: Export MP3 in float
Replies: 11
Views: 1954

Re: Export MP3 in float

I realize it doesn't make a big difference, but why not export MP3 in float instead of 16-bit? Just to touch bases, where are you getting the information that the Audacity exported MP3 has 16-bit values? https://code.google.com/p/audacity/source/browse/audacity-src/trunk/src/export/ExportMP3.cpp (Y...
by Luke M
Thu May 28, 2015 8:54 pm
Forum: Feature Request Archive
Topic: Export MP3 in float
Replies: 11
Views: 1954

Re: Export MP3 in float

This has nothing to do with the MP3 format, it's about the LAME API and how Audacity uses it.
by Luke M
Thu May 28, 2015 8:44 pm
Forum: Feature Request Archive
Topic: Bug: default sample format ignored for imports
Replies: 57
Views: 6474

Re: Bug: default sample format ignored for imports

Some file imports use the default sample format setting, others don't. The ones that don't include APE (or any other ffmpeg format) and OGG. They are always 16-bit regardless of the setting. Bug reports about Audacity should please give your version of Windows, Mac or Linux and three-section versio...
by Luke M
Wed May 27, 2015 6:53 pm
Forum: Feature Request Archive
Topic: Export MP3 in float
Replies: 11
Views: 1954

Export MP3 in float

I realize it doesn't make a big difference, but why not export MP3 in float instead of 16-bit? In most cases this will avoid a needless conversion to 16-bit and back to float (LAME uses float internally). Perhaps very old versions of LAME didn't have float APIs? Worst case, somebody has to download ...
by Luke M
Wed May 27, 2015 6:34 pm
Forum: Feature Request Archive
Topic: Bug: default sample format ignored for imports
Replies: 57
Views: 6474

Bug: default sample format ignored for imports

Some file imports use the default sample format setting, others don't. The ones that don't include APE (or any other ffmpeg format) and OGG. They are always 16-bit regardless of the setting.