Search found 59476 matches
- Mon Dec 01, 2014 1:55 am
- Forum: Audio Processing
- Topic: Comparing two supposedly identical tracks.
- Replies: 21
- Views: 15801
Re: Comparing two supposedly identical tracks.
Import them both into Audacity. Apply the "Invert" effect to one of the tracks. Select both tracks, then from the "Tracks menu > Mix and Render". If the tracks were identical, the result will be silence. To check that it is absolute silence, select the full (mix) track, and open ...
- Mon Dec 01, 2014 1:12 am
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24381
Re: reset Preferences CFG file
I assume Steve tested it on Linux? No, I've not tested it. $ patch -p 0 < resetPrefs2.patch (Stripping trailing CRs from patch.) patching file src/AudacityApp.cpp Hunk #1 succeeded at 299 with fuzz 2 (offset -4 lines). Hunk #2 FAILED at 1435. Hunk #3 succeeded at 1860 (offset 10 lines). 1 out of 3 ...
- Mon Dec 01, 2014 1:08 am
- Forum: Windows
- Topic: Import Audio File
- Replies: 2
- Views: 270
Re: Import Audio File
The file is not a valid MP3 file.
- Sun Nov 30, 2014 10:31 pm
- Forum: Windows
- Topic: Recording Tones Go Faint
- Replies: 2
- Views: 285
Re: Recording Tones Go Faint
If the problem is in the recording, my guess is that Windows "sound enhancements" are enabled and need to be turned off. See: http://manual.audacityteam.org/o/man/fa ... hancements
- Sun Nov 30, 2014 8:19 pm
- Forum: Windows
- Topic: Problem with Audacity file metadata
- Replies: 2
- Views: 287
Re: Problem with Audacity file metadata
To display characters correctly, Audacity uses Unicode.
If your other application does not support Unicode, or does not fully support Unicode (UTF-8), it will display some characters incorrectly.
If your other application does not support Unicode, or does not fully support Unicode (UTF-8), it will display some characters incorrectly.
- Sun Nov 30, 2014 8:11 pm
- Forum: Windows
- Topic: Audio Output
- Replies: 1
- Views: 228
Re: Audio Output
For Audacity, just select the output that you want to use in the device toolbar . For other applications, Right-click over the Speaker icon by the system clock, choose Playback Devices, then right-click over the speakers or headphones device you want to use, choose "Set as Default Device" ...
- Sun Nov 30, 2014 6:36 pm
- Forum: Nyquist
- Topic: increasing accuracy of Silence Marker
- Replies: 36
- Views: 5942
Re: increasing accuracy of Silence Marker
it also might be helpful if it dropped a point label at the start of the gap and the end of the gap-as-determined-by-the-algorithm. Change this: (push (list (/ (+ start count) (* 2 sr)) label-text) labels) to (push (list (/ start sr) "gap start") labels) (push (list (/ count sr) "gap...
- Sun Nov 30, 2014 6:19 pm
- Forum: Windows
- Topic: Creating multiple loops
- Replies: 3
- Views: 328
Re: Creating multiple loops
In Audacity, to repeat a section multiple times, select the part that you want to repeat, then apply the "Repeat" effect: http://manual.audacityteam.org/o/man/repeat.html
- Sun Nov 30, 2014 5:52 pm
- Forum: Nyquist
- Topic: increasing accuracy of Silence Marker
- Replies: 36
- Views: 5942
Re: increasing accuracy of Silence Marker
but I would be willing to settle for adding: Gap / 2 That's what my code does: (list (/ (+ start count) (* 2 sr)) label-text) Writing that in normal arithmetical notation, the label time is: ((gap-start + gap-end) / 2) / sample-rate where "gap-start" and "gap-end" are the start ...
Re: Tone
You could try the "Bass and Treble" effect: http://manual.audacityteam.org/o/man/ba ... reble.html