Search found 59476 matches

by steve
Thu Jun 29, 2017 11:44 pm
Forum: Windows
Topic: Docking Station
Replies: 3
Views: 413

Re: Docking Station

A: The “cursor” that moves along left to right while recording is stuck at 0:00. Nothing is recording. Audio comes out of speakers, but there is nothing happening in Audacity except the “cursor” is pulsing. What are you trying to record? I presume that you're not recording from a microphone. Where ...
by steve
Thu Jun 29, 2017 11:39 pm
Forum: macOS
Topic: How do I export tracks in sync?
Replies: 16
Views: 2492

Re: How do I export tracks in sync?

Works for me :)

For completeness, the steps on Linux are identical to the steps on Windows.
by steve
Thu Jun 29, 2017 11:25 pm
Forum: macOS
Topic: Differentiating tracks w/something other than labels
Replies: 5
Views: 1006

Re: Differentiating tracks w/something other than labels

Every audio track has a track name. By default it is "Audio Track", but you can set it to whatever you want: http://manual.audacityteam.org/man/audio_track_dropdown_menu.html Track names can also be displayed in the audio track itself. See "Show audio track name as overlay" http:...
by steve
Thu Jun 29, 2017 11:22 pm
Forum: Windows
Topic: Time shift track start to exact time by typing? [SOLVED]
Replies: 3
Views: 1460

Re: Time shift track start to exact time by typing?

Audacity 2.0.3 That's ancient. The current version is 2.1.3 which you can get here: http://www.audacityteam.org/download/ 1) Click anywhere on an audio track 2) Set the required start time in the Selection toolbar . 3) "Tracks > Align Tracks > Start to Cursor/Selection Start" http://manua...
by steve
Thu Jun 29, 2017 7:46 pm
Forum: Audio Processing
Topic: Best way to remove distortion from bad 24/16bit conversion.
Replies: 7
Views: 1073

Re: Best way to remove distortion from bad 24/16bit conversi

If you could post a short sample in WAV format, I may be able to provide a better quality way to fix it.
See here for how to attach an audio sample (must be WAV format in this case, not MP3) viewtopic.php?f=49&t=72887
by steve
Thu Jun 29, 2017 5:19 pm
Forum: Windows
Topic: Is it possible to egalize the speed of voices ?
Replies: 3
Views: 212

Re: Is it possible to egalize the speed of voices ?

I saw an option "egalize" Is that the French word for "Equalize" ? If it is this, http://manual.audacityteam.org/man/equalization.html then I don't think that will help. You could use the "Change Tempo" effect to slow down or speed up parts of the recording: http://man...
by steve
Thu Jun 29, 2017 5:08 pm
Forum: Audio Processing
Topic: Best way to remove distortion from bad 24/16bit conversion.
Replies: 7
Views: 1073

Re: Best way to remove distortion from bad 24/26bit conversi

synth_scotty64 wrote:The Plug-In has a tendency to crash Audacity when the selected region is too long
That's the main reason that it is still buried away on the forum rather than with the "published" plug-in on the Audacity wiki.

Glad it was useful :)
by steve
Thu Jun 29, 2017 2:44 pm
Forum: GNU/Linux
Topic: Unable to Capture Streaming Audio Using S/PDIF In
Replies: 8
Views: 1498

Re: Unable to Capture Streaming Audio Using S/PDIF In

What you wrote can apply to some degree to capturing analog audio. The signal path between the analog input and the digital output of the A/D converter is vulnerable to electromagnetic interference, particularly microphone inputs (due to the high gain required). The inside of a computer is a hostile...
by steve
Thu Jun 29, 2017 12:17 pm
Forum: Audio Processing
Topic: Best way to remove distortion from bad 24/16bit conversion.
Replies: 7
Views: 1073

Re: Best way to remove distortion from bad 24/26bit conversi

steve wrote:There is an experimental version of "Clip Fix" that can repair this type of "overflow inversion".
It's here: viewtopic.php?p=180330#p180330
Please read the text in that post as it indicates important limitations of the effect.
by steve
Thu Jun 29, 2017 12:12 pm
Forum: Audio Processing
Topic: Best way to remove distortion from bad 24/16bit conversion.
Replies: 7
Views: 1073

Re: Best way to remove distortion from bad 24/26bit conversi

The range of 24-bit integer audio is identical to the range of 16-bit integer audio. In both cases, sample values 'should' be normalized to a range of +/- 1. This is (should be) achieved by dividing the integer value of the sample by half the maximum value of the integer format, thus "full rang...