Search found 59476 matches

by steve
Fri May 31, 2019 11:55 am
Forum: Windows
Topic: where is the mono option
Replies: 8
Views: 3375

Re: where is the mono option

every video i watch on how to do this tells me the same thing...... That's the problem with YouTube videos - no-one can be bothered to keep them up to date. 1. under black triangle, select "split stereo track" 2. select one track, go to effects, select "invert" 3. in each track,...
by steve
Fri May 31, 2019 9:41 am
Forum: Русский
Topic: Audacity 2.3.2 --> Macros
Replies: 1
Views: 862

Re: Audacity 2.3.2 --> Macros

I don't speak Russian. Translation from Google. Three ways to shift tracks in a Macro: 1) Align End to End / Align Together 2) Generate silence at the beginning of a track 3) Delete a bit from the start of the track (mostly useful if the start of the track is silent) Я не говорю по русски Перевод с ...
by steve
Fri May 31, 2019 9:32 am
Forum: Windows
Topic: Converting 24/96 to 16/44.1 - Audacity 2.0.3
Replies: 7
Views: 400

Re: Converting 24/96 to 16/44.1 - Audacity 2.0.3

Yeah but I’m converting from 24/96 to 16/44.1, Ah, OK. The answer is still the same though. Leave dither as default. Just as a point of interest, you will actually be converting from 24 bit -> 32-bit float -> 16 bit. Audacity (always) works internally in 32-bit float format. The first conversion (t...
by steve
Fri May 31, 2019 9:22 am
Forum: Macros and Scripting
Topic: EQ settings in Macro
Replies: 9
Views: 839

Re: EQ settings in Macro

In Audacity 2.3.2, the Equalization effect is usable in Macros, but there are bugs that you have to work around. The Equalization effect has a different way of saving settings from all other effects. See: https://manual.audacityteam.org/man/equalization.html To save the EQ settings, use "Save/M...
by steve
Thu May 30, 2019 11:22 pm
Forum: Windows
Topic: Converting 24/96 to 16/44.1 - Audacity 2.0.3
Replies: 7
Views: 400

Re: Converting 24/96 to 16/44.1 - Audacity 2.0.3

bomber1978 wrote:
Thu May 30, 2019 11:06 pm
I presume best to leave dither as default whether I use 2.0.3 or 2.3.2 ?
Yes (though for down sampling to 24-bit, it makes very little difference).
by steve
Thu May 30, 2019 10:57 pm
Forum: Nyquist
Topic: Should I learn Nyquist programming?
Replies: 19
Views: 1582

Re: Should I learn Nyquist programming?

There's several ways that it could be done. This is how I would do it (assuming that we can be sure that *track* is not too long): ;version 4 (defun flip (sig ln) (let ((s-array (snd-fetch-array sig ln ln))) (do ((i 0 (1+ i)) (j (1- ln) (1- j))) ((>= i j) (snd-from-array 0 *sound-srate* s-array)) (s...
by steve
Thu May 30, 2019 10:42 pm
Forum: Windows
Topic: Desperately in need of assistance :<
Replies: 7
Views: 308

Re: Desperately in need of assistance :<

To recover voices that are buried under noise is not something that Audacity can do, so we prefer to let people know straight away, rather than wasting their time and getting their hopes up for something that Audacity cannot achieve. My apologies for not informing you sooner.
by steve
Thu May 30, 2019 9:20 pm
Forum: Windows
Topic: Desperately in need of assistance :<
Replies: 7
Views: 308

Re: Desperately in need of assistance :<

I'm not sure who approved your post, but we are not able to assist with forensic analysis. For legal cases, assistance should be sought from a qualified "Audio Forensic" expert. There "could" be voices in the new clip that you have posted, but nothing that can be recovered with A...
by steve
Thu May 30, 2019 8:16 pm
Forum: Windows
Topic: How to know the sample rate and bit depth of an audio file?
Replies: 4
Views: 3742

Re: How to know the sample rate and bit depth of an audio file?

If you open a file in Audacity the sample rate will be shown in the lower-left corner ("Project Rate"). This is only true for empty Audacity projects. If the project is not empty, then the Project Rate is not changed. However, the sample rate will still be shown in the track information p...
by steve
Thu May 30, 2019 7:52 pm
Forum: Windows
Topic: How to know the sample rate and bit depth of an audio file?
Replies: 4
Views: 3742

Re: How to know the sample rate and bit depth of an audio file?

How can I determine the sample rate and bit depth of audio files on my Windows 10 computer? Use this webpage to analyze the files. https://mediaarea.net/MediaInfoOnline Can Audacity tell me the sample rate and bit depth of an audio file I import? No it can't. Audacity does not work directly on the ...