Search found 59476 matches
- Thu Apr 21, 2011 4:56 pm
- Forum: Windows
- Topic: Ringtone volume
- Replies: 11
- Views: 1396
Re: Ringtone volume
Use the Compressor effect. http://manual.audacityteam.org/man/Compressor
- Thu Apr 21, 2011 4:53 pm
- Forum: GNU/Linux and Unix-like
- Topic: Recording stops after 8 seconds
- Replies: 5
- Views: 1909
Re: Recording stops after 8 seconds
That is referring (primarily) to Windows. The same set-up will work on some versions (mostly old versions) of Linux, but does not usually work on modern Linux distributions because PulseAudio has an alternative (better) way of routing sound. Unfortunately most current Linux distributions do not by d...
- Thu Apr 21, 2011 4:04 pm
- Forum: GNU/Linux and Unix-like
- Topic: Where to install the help files
- Replies: 17
- Views: 6069
Re: Where to install the help files
Now that you know where everything is supposed to go, it may be as well to delete your current "help" folder and start again. The latest version of the manual should be downloaded from here: http://manual.audacityteam.org/man/Unzipping_the_Manual Note that the manual is a "work in pro...
- Thu Apr 21, 2011 3:00 pm
- Forum: GNU/Linux and Unix-like
- Topic: Recording stops after 8 seconds
- Replies: 5
- Views: 1909
Re: Recording stops after 8 seconds
Software Playthrough should be off.
If you want to hear the record while it is recording, the usual way is to connect the analogue outputs of the turntable to an amplifier or powered speakers.
If you want to hear the record while it is recording, the usual way is to connect the analogue outputs of the turntable to an amplifier or powered speakers.
- Thu Apr 21, 2011 2:52 pm
- Forum: GNU/Linux and Unix-like
- Topic: Where to install the help files
- Replies: 17
- Views: 6069
Re: Where to install the help files
Not quite in the right place.
should show:
You have the help files (all of those .html files) in :
but they should be in:
Code: Select all
/usr/share/audacity$ ls helpCode: Select all
manualCode: Select all
/user/share/audacity/help/Code: Select all
/user/share/audacity/help/manual/- Thu Apr 21, 2011 2:28 pm
- Forum: Audio Processing
- Topic: Noise Removal Tests
- Replies: 56
- Views: 42762
Re: Noise Removal Tests
I have started a wiki page here: http://wiki.audacityteam.org/wiki/Proposal_Noise_Removal there are some sections that I think are needed: I think I have covered most of those points, but I have done so following the standard wiki Proposal format. I'll upload, or link to some suitable test samples s...
Re: No sound
Audacity projects are not audio files. There are two parts to an Audacity Project. There is the "Audacity Project File", which has the file extension ".AUP", and there is the audio data that the project uses. When recording, the audio data is put into a folder that ends with &quo...
- Thu Apr 21, 2011 11:44 am
- Forum: Audio Processing
- Topic: Middle mouse button to pan [CLOSED]
- Replies: 7
- Views: 1695
Re: Middle mouse button to pan
Although you can't "grab" the track in Audacity as you can in Gimp, you can use "Shift+Mouse Wheel" to scroll left/right, and "Ctrl+Mouse Wheel" to zoom in/out.
- Thu Apr 21, 2011 11:41 am
- Forum: Windows
- Topic: recording with zoom R16
- Replies: 1
- Views: 1661
Re: recording with zoom R16
Which version of Windows are you using?
Do you have the Zoom R16 configured as the default recording device in the Windows Control Panel?
Do you have the Zoom R16 configured as the default recording device in the Windows Control Panel?
- Thu Apr 21, 2011 11:38 am
- Forum: General Audio Programming
- Topic: "Noise Removal (Reduction" in my C++ software: HOW?
- Replies: 1
- Views: 2562
Re: "Noise Removal (Reduction" in my C++ software: HOW?
I think you will probably find it easier to integrate your program with SoX than with Audacity.
http://sox.sourceforge.net/
http://linux.die.net/man/1/sox
http://sox.sourceforge.net/sox.html
http://sox.sourceforge.net/
http://linux.die.net/man/1/sox
http://sox.sourceforge.net/sox.html