Search found 24069 matches

by Gale Andrews
Sun Mar 02, 2014 8:21 pm
Forum: Français
Topic: index?
Replies: 1
Views: 722

Re: index?

Non, c'est une demande de fonctionnalité.

Vous pouvez modifier manuellement plugins.cfg de changer le nom d'affichage de la VST ou la faire apparaître le plug-in nom au lieu du nom du fournisseur d'abord. Voir: http://forum.audacityteam.org/viewtopic ... 11#p204711 .


Gale
by Gale Andrews
Sun Mar 02, 2014 7:00 pm
Forum: Feature Request Archive
Topic: Request "mono" and "optimal output" on MP3 export screen
Replies: 27
Views: 9180

Re: Request "mono" and "optimal output" on MP3 export screen

2) Support for a different output sample rate than input sample rate This allows for a much better sounding mp3 if (using same example) a 44100 wav file is compressed to an mp3 with a bitrate of 32. The default behavior of command line LAME is to choose the optimal output sample rate based on the s...
by Gale Andrews
Sun Mar 02, 2014 4:31 pm
Forum: GNU/Linux
Topic: Recorded audio sounds slow
Replies: 21
Views: 19212

Re: Recorded audio sounds slow

Have you tried setting Audacity to record in stereo?

Also:
Gale Andrews wrote:Are the recorded tracks the same length irrespective of whether they play back correctly or too slow? Or is the slow track longer than it should be for the length that you recorded?
Gale
by Gale Andrews
Sun Mar 02, 2014 3:54 pm
Forum: Windows
Topic: .aup file won't open (really important)
Replies: 2
Views: 663

Re: .aup file won't open (really important)

You must use File > Open... to open the AUP file, not File > Import.

Attach the AUP file if you are stuck. Please see here for how to attach files: http://forum.audacityteam.org/viewtopic ... 49&t=64936 .


Gale
by Gale Andrews
Sun Mar 02, 2014 3:49 pm
Forum: macOS
Topic: How do I best sync tracks with different, unknown tempo?
Replies: 19
Views: 4877

Re: How do I best sync tracks with different, unknown tempo?

Or in the Nyquist Prompt (Effect menu): (resample s (* *sound-srate* (/ 24.101 25))) This will shorten the sound (otherwise change 24.101 and 25). It will also change the pitch. This is intentional, in the case that the original speed should be achieved. Yes, If the pitch actually is incorrect in t...
by Gale Andrews
Sun Mar 02, 2014 3:27 pm
Forum: macOS
Topic: Trim imported files by exact time point
Replies: 5
Views: 1349

Re: Trim imported files by exact time point

steakpie wrote:what about wav files,is that fine?
Audacity re-encodes WAV files just the same as it re-encodes any audio file on export.

However WAV (and AIFF and FLAC) are lossless formats, so rewriting the file doesn't cause any quality loss.


Gale
by Gale Andrews
Sun Mar 02, 2014 3:24 pm
Forum: Windows
Topic: Project Save didn't copy one wav file
Replies: 8
Views: 1715

Re: Project Save didn't copy one wav file

I believe the current Audacity defaults to making "personal copies" of its sound files. It didn't used to Essentially, yes. If a user upgrades from 1.2 (which did not copy in by default) to 2.0.5, then opens Preferences in 2.0.5, they will see the Import / Export Preference is set not to ...
by Gale Andrews
Sun Mar 02, 2014 2:39 pm
Forum: Windows
Topic: Help! Recording cuts on sustained notes!
Replies: 12
Views: 4850

Re: Help! Recording cuts on sustained notes!

Here's the device info: Thanks. So we see you only have one output device enabled in Windows - Speakers (Conexant SmartAudio) - and only one input - the Microphone (HD Webcam C615). Please post again when you've ensured you have the Logitech drivers for the web cam, rechecked its properties on the ...
by Gale Andrews
Sun Mar 02, 2014 3:57 am
Forum: macOS
Topic: How do I best sync tracks with different, unknown tempo?
Replies: 19
Views: 4877

Re: How do I best sync tracks with different, unknown tempo?

Do Change Tempo/Pitch and Sliding Time Scale also use (but not remember) full precision? Answering myself, Change Tempo and Sliding Time Scale's Tempo Change do seem to use (but not remember) the typed accuracy. I deduced that in so far that four, five and six decimal places in the percent change g...
by Gale Andrews
Sun Mar 02, 2014 3:49 am
Forum: macOS
Topic: How do I best sync tracks with different, unknown tempo?
Replies: 19
Views: 4877

Re: How do I best sync tracks with different, unknown tempo?

Or in the Nyquist Prompt (Effect menu): (resample s (* *sound-srate* (/ 24.101 25))) This will shorten the sound (otherwise change 24.101 and 25). It will also change the pitch. On an hour of audio, that Nyquist snippet produces 57 minutes, 50 seconds and 23990 samples (using default libsoxr). But ...