Search found 59476 matches

by steve
Fri Oct 25, 2013 2:52 pm
Forum: Windows
Topic: How can I locate specific sounds in a recording? (RESOLVED)
Replies: 22
Views: 4995

Re: How can I locate specific sounds in a recording?

Sorry about the delay replying. The difficulty in detecting the dog barks is that it is much quieter than much of the other background noise (though I presume it is more irritating for you than the other background noise). This fact will considerably weaken your case if you are wanting to take actio...
by steve
Fri Oct 25, 2013 2:26 pm
Forum: Feature Request Archive
Topic: Track Drop-down Menu commands
Replies: 82
Views: 21102

Re: Track Drop-down Menu commands

Robert J. H. wrote:If I send a track from the bottom to the top, the focus should return to the bottom after undo.
That is happening here with the current (one undo) patch, so are we ready to take this to developer review?
by steve
Fri Oct 25, 2013 2:17 pm
Forum: Windows
Topic: Delete extraneous labels
Replies: 29
Views: 5005

Re: Delete extraneous labels

I found it a bit awkward having to do all the meta data editing at the multiple export stage. The Metadata Editor can be called up at any time from the "File" menu. You can disable the Metadata editor from popping up before Export in Preferences. See here: http://manual.audacityteam.org/o...
by steve
Fri Oct 25, 2013 12:55 pm
Forum: Windows
Topic: Audacity doesn't complete conversion to MP3
Replies: 73
Views: 8910

Re: Audacity doesn't complete conversion to MP3

Interesting development. I'm not sure why exporting as MP3 should be any different from exporting as Ogg. Could you also try exporting as WAV and see what that does. As the problem with MP3 does not occur all of the time, could you test both Ogg and WAV export a few times, just to ensure that the su...
by steve
Fri Oct 25, 2013 12:35 pm
Forum: Windows
Topic: Delete extraneous labels
Replies: 29
Views: 5005

Re: Delete extraneous labels

/// Remove Label if remove menu item is selected void TrackPanel::OnRemoveLabel(wxCommandEvent &event) { LabelTrack *lt = (LabelTrack *)mPopupMenuTarget; int labelIndex = lt->getSelectedIndex(); lt->DeleteLabel(labelIndex); MakeParentPushState(_("Removed Label"), _("Label Remove&...
by steve
Fri Oct 25, 2013 4:11 am
Forum: Windows
Topic: Trying to Achieve Specific Effect - Missing Something
Replies: 9
Views: 2787

Re: Trying to Achieve Specific Effect - Missing Something

"Equalization" to push up the bass, treble and pull down the middle frequencies.
A bit of short echo + some very bright reverb.
A bit of dynamic compression.
Pitch shifted down by 2 semitones.
This was bunged together in a couple of minutes just as a demo.
Blunt Their Steel new.flac
(179.8 KiB) Downloaded 101 times
by steve
Fri Oct 25, 2013 3:43 am
Forum: Feature Request Archive
Topic: Track Drop-down Menu commands
Replies: 82
Views: 21102

Re: Track Drop-down Menu commands

Thanks, Steve. The Move To Bottom/Top is instantaneous now on Windows 7 for me, even with 50 tracks Excellent. I still think the first letter of "Up" and "Down" should be capitalised in Edit > Undo and Redo. I agree - I just forgot to change it ;) I think shortcuts for the Drop-...
by steve
Fri Oct 25, 2013 1:08 am
Forum: Windows
Topic: Delete extraneous labels
Replies: 29
Views: 5005

Re: Delete extraneous labels

Firstly, I'm currently working on "Silence Finder" to try and make it more accurate at detecting sounds/silences with less extraneous labels. Progress is good so far, but it will still take a while to complete the work. Secondly, to delete a label, click at the end of the text in the label...
by steve
Fri Oct 25, 2013 12:39 am
Forum: Windows
Topic: Help with recording using mixtrack pro
Replies: 22
Views: 4333

Re: Help with recording using mixtrack pro

I know about Audacity, but I know nothing about Serato or Mixtrack Pro. When you record Windows Media Player, you are recording sounds that are playing on your computer. Windows Media Player plays files or CD's that are in your computer and the sound comes from the computer sound card, and you can r...
by steve
Fri Oct 25, 2013 12:29 am
Forum: Feature Request Archive
Topic: Track Drop-down Menu commands
Replies: 82
Views: 21102

Re: Track Drop-down Menu commands

I'm inclined to agree with Robert on the "focus", "undo" and "hot key" issues, but these issues are well outside of the scope of what this patch sets out to do. I've no intention of adding more features to this patch because (at around 13,000 characters) it is already q...