Search found 59476 matches
- Wed Jul 03, 2013 11:34 am
- Forum: Windows
- Topic: echo removal
- Replies: 14
- Views: 2694
Re: echo removal
I think the man voice that sound terrible that will need to fix, I thought that might be the case. I can make some improvement to your(?) voice, but not much improvement to the man's voice. There are several different problems with the recording of the man's voice: There is the echo, but also there...
- Wed Jul 03, 2013 11:23 am
- Forum: Windows
- Topic: Preferences Device "USB Audio" does not appear[SOLVED]
- Replies: 7
- Views: 1147
Re: Preferences Device "Realtec" does not appear
Firstly i downloaded the audacity version 1.2.6 on my pc. Audacity 1.2.6 is obsolete. You should remove that version. The current version of Audacity is 2.0.3 and is available here: http://audacityteam.org/download/ I would recommend that you uninstall all versions of Audacity, then download Audaci...
- Wed Jul 03, 2013 11:18 am
- Forum: Windows
- Topic: meta data changing language
- Replies: 15
- Views: 2790
Re: meta data changing language
the truth is I don't have a big interest in having to sign up for some service just for one file. sendspace.com allows you to send files up to 300 MB with no sign up for either the sender or the person downloading - you may need to dodge adverts ;) Free downloads on sendspace are deleted after 30 d...
- Wed Jul 03, 2013 10:40 am
- Forum: Windows
- Topic: need help with voice recording
- Replies: 1
- Views: 270
Re: need help with voice recording
I'm sure that we can help you to make much better quality recordings. What equipment are you using? (computer/microphone/version of Windows/etc.) Please give as much detail as possible - make and model numbers are good, plus a description of what is plugged in where with what sort of lead. Too much ...
- Wed Jul 03, 2013 10:35 am
- Forum: GNU/Linux
- Topic: How to actually install FreeVerb on Ubuntu (SOLVED)
- Replies: 11
- Views: 10656
Re: How to actually install FreeVerb on Ubuntu
To build an application from its source code you need to have a "build environment" that includes all of the necessary tools for the job. Fortunately, setting up the build environment is not difficult on Linux. Are you wanting Freeverb specifically for use in Audacity? If so then there is ...
- Wed Jul 03, 2013 10:29 am
- Forum: Windows
- Topic: echo removal
- Replies: 14
- Views: 2694
Re: echo removal
Adding reverb/echo is easy. Removing reverb/echo is very hard. Recording studios go to a lot of trouble and expense to ensure that recording do not have unwanted echo/reverb because avoiding the echo in the original recording is far more effective than trying to remove it later. Which voice is it th...
- Wed Jul 03, 2013 10:18 am
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Fix coarse/overloaded record
- Replies: 9
- Views: 2439
Re: Fix coarse/overloaded record
The recording is beyond repair. The only really effective "fix" is to re-record it.AKazak wrote:Can you suggest any ideas on improving the quality of the recording please?
- Wed Jul 03, 2013 10:07 am
- Forum: Nyquist
- Topic: problem with SAL
- Replies: 34
- Views: 8283
Re: problem with SAL
I would want that Nyquist understands that if I write (vibamp 0.01) it wants to say: vibamp is a variable and 0.01 is a value chosen for vibamp. To set the value of a variable you need to use one of the "SET" functions, for example: (setq vibamp 0.1) In the above command: SETQ is the func...
- Wed Jul 03, 2013 9:51 am
- Forum: GNU/Linux
- Topic: Audacity runs fairly good, work environment acts up
- Replies: 14
- Views: 11797
Re: Audacity runs fairly good, work environment acts up
Maybe the files are too big (3GB) But I have plenty of swap memory and I never had any trouble before and I had comparable file sizes to deal with... The audio data is saved in "blocks". By default, each block is a 1 MB file with a .AU extension. I've noticed (while "extreme testing&...
- Tue Jul 02, 2013 7:03 pm
- Forum: GNU/Linux
- Topic: Audacity runs fairly good, work environment acts up
- Replies: 14
- Views: 11797
Re: Audacity runs fairly good, work environment acts up
Is there any Audacity buffer I should know of? There are audio in/out buffers, but they are tiny (typically holding about 0.1 seconds of audio). Disk write occur in blocks of 1 MB by default (still too small to account for the behaviour). Still having the idea that it could be something like a buff...