Search found 59476 matches

by steve
Sun Nov 11, 2012 8:51 am
Forum: Feature Request Archive
Topic: Edit > Labelled Regions
Replies: 24
Views: 7806

Re: Edit > Labelled Regions

Another user case: I have a live recording and I want to separate the songs. I mostly want to keep the original spacing between tracks so as to maintain the atmosphere and continuity, but there is a section between 01 and 02 that I'm going to delete. tracks004.png With my patched Audacity - "Ed...
by steve
Sun Nov 11, 2012 8:39 am
Forum: Feature Request Archive
Topic: Edit > Labelled Regions
Replies: 24
Views: 7806

Re: Edit > Labelled Regions

Another user case. Here's a "phone-in" recording. tracks001.png The conversation has been transcribed in labels. The labels may or may not be touching. In this example some are and some are not touching. It's clear that "Sarah" is a lot quieter than "John" so we will pr...
by steve
Sun Nov 11, 2012 8:14 am
Forum: Windows
Topic: Detecting occurences of a sound
Replies: 29
Views: 2240

Re: Detecting occurences of a sound

but has the confusion that all the drop-down items are track-specific. My guess as a user could be that I was changing the Spectrogram Preferences just for that track, Good point. I'm still not sure about it being in the "View" menu though as all other View menu items concern "lookin...
by steve
Sun Nov 11, 2012 7:53 am
Forum: Feature Request Archive
Topic: Edit > Labelled Regions
Replies: 24
Views: 7806

Re: Edit > Labelled Regions

I don't read what you said as "pretty clear" ( http://sourceforge.net/mailarchive/foru ... ty-quality ): There are over 4700 lines of code in that file and I'm not a C++ programmer so of course it's going to take me some time to work out what it means. ;) No developers have supported your...
by steve
Sun Nov 11, 2012 6:20 am
Forum: Windows
Topic: Microphone noise /recording
Replies: 5
Views: 538

Re: Microphone noise /recording

tharpdevenport wrote:When I go into the Sound manamgement in Control Panel
In the recording section, is there an option for "Stereo Mix"?
If there is, then select "Stereo Mix" as the recording input in the Device Toolbar
by steve
Sun Nov 11, 2012 6:14 am
Forum: GNU/Linux
Topic: accessing audacity and word processing feature same screen
Replies: 5
Views: 7257

Re: accessing audacity and word processing feature same scre

allen76693 wrote:Before in windows both were in sync.
I don't understand what you mean by an audio program being "in sync" with a word processor.

What is it that is not working, or what do you need help doing?
by steve
Sun Nov 11, 2012 5:26 am
Forum: Feature Request Archive
Topic: Distortion effects
Replies: 23
Views: 16007

Re: Distortion effects

Other examples of what could be included (with user-facing names)? Some examples: Overdrive Fuzz Tube distortion Walkie-Talkie Crunch Harmonic distortion Inharmonic distortion Hard clipping Soft clipping Cross-over distortion Tape saturation More difficult to program are "modelled" distor...
by steve
Sun Nov 11, 2012 5:01 am
Forum: macOS
Topic: convert monaural to sterio
Replies: 10
Views: 1614

Re: convert monaural to sterio

kozikowski wrote: The other elves are going to ask why you wanted a stereo track?
Yes :)
by steve
Sun Nov 11, 2012 4:53 am
Forum: Audio Processing
Topic: Command line operation
Replies: 3
Views: 975

Re: Command line operation

Audacity has some experimental scripting support, but you would need to build Audacity from the source code to enable it.
A much simpler option would be to use a command line application for the recording such as SoX http://sox.sourceforge.net/
by steve
Sun Nov 11, 2012 4:49 am
Forum: Audio Processing
Topic: How to translate/decompose words in label track?
Replies: 5
Views: 1367

Re: How to translate/decompose words in label track?

I don't see any pre-built functions for manipulating the text within Labels Your correct, Audacity does not have any functions for manipulating the label text. It is possible to import and export labels. Plug-ins are not able to directly read label tracks. Nyquist probably comes closest as it is at...