Search found 59476 matches

by steve
Mon Mar 04, 2013 4:38 pm
Forum: Feature Request Archive
Topic: How to increase FFT resolution?
Replies: 22
Views: 10376

Re: How to increase FFT resolution?

fonon wrote:Unfortunately, I can't compile both svn and regular source code on my machine.
Not to worry.
I've submitted the patch for consideration.
by steve
Mon Mar 04, 2013 3:14 pm
Forum: Windows
Topic: Removing a channel from a stereo track
Replies: 5
Views: 624

Re: Removing a channel from a stereo track

It's a standing problem. Not only is it invisible but it has no name. Click on "that little black arrow on the left of the track." That's it's name. TLBAOTLOTT. But fortunately it is illustrated in the manual: http://manual.audacityteam.org/o/man/track_drop_down_menu.html (by the way, the...
by steve
Mon Mar 04, 2013 3:09 pm
Forum: Audacity Artwork and Graphics
Topic: I've got you under my ski
Replies: 12
Views: 9625

Re: I've got you under my ski

Audacity does not have "skins". There is some experimental code for "theme" support, but to enable it requires that Audacity is compiled from the source code. Are you able to build Audacity from the source code? There is some information and examples of themes in this old topic: ...
by steve
Mon Mar 04, 2013 2:46 pm
Forum: General Audio Programming
Topic: switch to Spectogram display by code
Replies: 31
Views: 22316

Re: switch to Spectogram display by code

The track drop down menu uses index numbers for each menu option.
Line 7170 of TrackPanel.cpp sets the display mode after an option has been selected in the menu:
Waveform: id=1
Waveform (dB): id=2
Spectrogram: id=3
and so on.

Does that help?
by steve
Mon Mar 04, 2013 11:47 am
Forum: Audio Processing
Topic: How to play and edit audio files with .bnl extention
Replies: 7
Views: 4323

Re: How to play and edit audio files with .bnl extention

You will probably need special software made for the pen. .bnl is not a standard audio format.
by steve
Mon Mar 04, 2013 11:31 am
Forum: Audio Processing
Topic: How can one person sound as a complete choir?
Replies: 21
Views: 23950

Re: How can one person sound as a complete choir?

As a rough guide - Pitch change needs to be within 2% of the original or within 2% of a harmonising note otherwise it will sound out of tune. A basic " chord " consists of intervals of 5, 7 and 12 semitones. Pushing a note up or down by 12 semitones is a big change (double or half the orig...
by steve
Mon Mar 04, 2013 12:41 am
Forum: macOS
Topic: I want to print an Audacity manual, a COMPLETE manual
Replies: 18
Views: 3482

Re: I want to print an Audacity manual, a COMPLETE manual

Re. the manual: There is not yet a "complete downloadable manual". The manual has been written more as a "reference" rather than as a "good read" and is very big, so you may be better to just print out pages that you are interested in. However, there have been some book...
by steve
Mon Mar 04, 2013 12:00 am
Forum: Windows
Topic: Background noise
Replies: 5
Views: 612

Re: Background noise

Depending on the web site and how they are delivering the video it may be possible to download the video rather that recording it. For example there are plug-ins available for Firefox web browser that allow you to download from YouTube. Audacity is able to extract the audio from many types of video ...
by steve
Sun Mar 03, 2013 8:12 pm
Forum: Audio Processing
Topic: AutoFLAC
Replies: 1
Views: 861

Re: AutoFLAC

There is an article about ripping to FLAC here: http://wiki.hydrogenaudio.org/index.php ... C_and_FLAC
This forum does not offer support for EAC or AutoFLAC.
by steve
Sun Mar 03, 2013 8:03 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Video Databend
Replies: 1
Views: 1019

Re: Video Databend

Audacity does not do video.
Audacity can extract the audio part from some video files if you have FFmpeg installed, but cannot edit, process or export video files.