Here's the patch to go with the screenshots.
Search found 59476 matches
- Tue Nov 12, 2013 8:56 am
- Forum: Feature Request Archive
- Topic: Exported Spectrum overwrites existing file.
- Replies: 22
- Views: 8037
- Tue Nov 12, 2013 8:50 am
- Forum: Windows
- Topic: Any quick way of doing an Automatic Level Control recording?
- Replies: 2
- Views: 655
Re: Any quick way of doing an Automatic Level Control record
Is there any quick way of doing an Automatic Level Control recording, by having the song start out as loud as possible? No, not with Audacity. Is there a way to get Audacity to automatically export a song by starting out with the highest level recording without distorting the song? No. The approach...
- Tue Nov 12, 2013 8:41 am
- Forum: Feature Request Archive
- Topic: Exported Spectrum overwrites existing file.
- Replies: 22
- Views: 8037
Re: Exported Spectrum overwrites existing file.
<shudder>Edgar wrote:If we MUST use a Yes/No dialog which will pop up every time <shudder>
I agree, not nice.
If we have a "don't show this again", I don't think that we can avoid having a preference setting.
- Tue Nov 12, 2013 8:18 am
- Forum: Windows
- Topic: Audacity Audio/ Playback Problem
- Replies: 21
- Views: 2812
Re: Audacity Audio/ Playback Problem
OK, so how did you record it? What equipment? What settings? Model numbers can be useful.Atifazim.1 wrote:it's just a tiny audio clip of me playing guitar.
- Tue Nov 12, 2013 8:12 am
- Forum: Audio Processing
- Topic: Effects are all grayed out--why?
- Replies: 12
- Views: 46182
Re: Effects are all grayed out--why?
Had a similar problem even though I HAD selected some audio. Turns out that the track can't be in "pause" mode. Hit stop and the effects got un-grayed. Hope this helps someone. Possibly a bit late, given that you are replying to a post that is over 5 years old ;) but yes you are correct -...
- Tue Nov 12, 2013 8:09 am
- Forum: Windows
- Topic: having problem after recording myself singing
- Replies: 6
- Views: 705
Re: having problem after recording myself singing
All that will prove is that your way does not work.urielofir1 wrote:I'll be glad to send you the file via email.
Why not try it in the way described in the manual? http://manual.audacityteam.org/o/man/tu ... rdubs.html
- Tue Nov 12, 2013 8:01 am
- Forum: Feature Request Archive
- Topic: Exported Spectrum overwrites existing file.
- Replies: 22
- Views: 8037
- Tue Nov 12, 2013 7:56 am
- Forum: Feature Request Archive
- Topic: Exported Spectrum overwrites existing file.
- Replies: 22
- Views: 8037
Re: Exported Spectrum overwrites existing file.
I was thinking that it would be nice if selecting an existing file to export the spectrum to could pop up a simple message box (wxMessageBox) that would say something like: A file named "/path/spectrum.txt" already exists. [ Overwrite ] [ Append ] [ Cancel ] Unfortunately (unless Edgar kno...
- Tue Nov 12, 2013 6:28 am
- Forum: General Audio Programming
- Topic: Percent change in pitch for every change in speed
- Replies: 5
- Views: 7721
Re: Percent change in pitch for every change in speed
I compute the percent change compared to the original recording Ah ha! I think that's where the difference is occurring. There are two ways that the % can be calculated: (change/original) * 100 or (change/new) * 100 You're using the former. Audacity uses the latter. See here: http://manual.audacity...
- Tue Nov 12, 2013 5:00 am
- Forum: Feature Request Archive
- Topic: add Preference for Click Removal on import
- Replies: 19
- Views: 5901
Re: add Preference for Click Removal on import
When applying a Chain to files and using one of the export commands, the exported files are placed in a sub-folder, which for historical reasons is called "cleaned". http://manual.audacityteam.org/o/man/apply_chain.html If you had the full power of Chain commands available on import (inclu...