Search found 59476 matches

by steve
Thu Mar 08, 2012 3:07 am
Forum: Audio Processing
Topic: dither on export (bug 22)
Replies: 24
Views: 5344

Re: dither on export (bug 22)

bgravato wrote:what could it mean to truncate a float and get an int without float->int conversion?
It's something like:

Multiply the original 32 bit float value by 2^23 then round down to get the signed 24 bit integer.
In 32 bit float notation, 0 dB is +/- 1
In 24 bit integer notation, 0 dB is +/- 2^23
by steve
Thu Mar 08, 2012 12:25 am
Forum: Audio Processing
Topic: dither on export (bug 22)
Replies: 24
Views: 5344

Re: dither on export (bug 22)

bgravato wrote:I can't properly understand what truncate means in this context...
rounding down.
by steve
Wed Mar 07, 2012 10:49 pm
Forum: Recording Techniques
Topic: Recording being limited?
Replies: 6
Views: 1748

Re: Recording being limited?

It was a common "feature" of several old SoundBlaster cards that they would clip the input just short of 0 dB. It's perfectly possible that your sound card could be doing this,
by steve
Wed Mar 07, 2012 10:41 pm
Forum: Windows
Topic: Recording help with a Behringer Xenyx 1204usb mixer
Replies: 6
Views: 13774

Re: Recording help with a Behringer Xenyx 1204usb mixer

Topic moved to the Audacity 1.3.x > Windows forum.

Does the other part of my previous post help?
by steve
Wed Mar 07, 2012 10:39 pm
Forum: Audio Processing
Topic: dither on export (bug 22)
Replies: 24
Views: 5344

Re: dither on export (bug 22)

From ImportPCM.cpp: // In general, go with the user's preferences. However, if // the file is higher-quality, go with a format which preserves // the quality of the original file. if (mFormat != floatSample && sf_subtype_more_than_16_bits(mInfo.format)) mFormat = floatSample; It looks like ...
by steve
Wed Mar 07, 2012 9:29 pm
Forum: Windows
Topic: Error in importing
Replies: 1
Views: 1370

Re: Error in importing

Set your CD ripper to rip in WAV format.
by steve
Wed Mar 07, 2012 9:27 pm
Forum: Windows
Topic: Recording help with a Behringer Xenyx 1204usb mixer
Replies: 6
Views: 13774

Re: Recording help with a Behringer Xenyx 1204usb mixer

You're using: Audacity 1.3.14 beta (Unicode) ? Windows 7 ? Ensure that the mixer is connected and recognised by Windows (or whatever operating system) before you start Audacity. Assuming that you're using a recent version of Audacity 1.3.x, select the USB option as the Recording Input device in the ...
by steve
Wed Mar 07, 2012 7:36 pm
Forum: New Plug-Ins
Topic: Distortion Analyzer
Replies: 22
Views: 15588

Re: Distortion Analyzer

So the top track is straight out of the iPod Touch into the line input of the MacBook Pro?
The lower track is out of the iPod Touch, through the pre-amp and then into the line input of the MacBook Pro?
by steve
Wed Mar 07, 2012 7:00 pm
Forum: GNU/Linux and Unix-like
Topic: Sliding Time/Scale Pitch result sounds strange (SOLVED)
Replies: 87
Views: 73139

Re: Sliding Time/Scale Pitch result sounds strange

otey wrote:I just posted to bugzilla a url to a simple patch which adds a preview button.
The preview button is present when building with this patch, but it does not preview the effect it just plays the unprocessed audio (tested on Debian Squeeze).
by steve
Wed Mar 07, 2012 6:21 pm
Forum: GNU/Linux and Unix-like
Topic: Sliding Time/Scale Pitch result sounds strange (SOLVED)
Replies: 87
Views: 73139

Re: Sliding Time/Scale Pitch result sounds strange

steve wrote:I've posted a bug report here: http://bugzilla.audacityteam.org/show_bug.cgi?id=482 and attached your patch.
I should be able to check in the next couple of days that it builds OK, but I can only test on a 32 bit Debian machine.
It builds OK on 32-bit Debian with Audacity 2.0 RC8.