Search found 59476 matches
- Sat Jul 28, 2018 10:44 am
- Forum: macOS
- Topic: 1 out of 4 cassettes won't record
- Replies: 4
- Views: 251
Re: 1 out of 4 cassettes won't record
Are you listening to the tape while it is recording?
- Sat Jul 28, 2018 10:41 am
- Forum: Windows
- Topic: Bad sounds appear when copied .aup file from remote location
- Replies: 1
- Views: 109
Re: Bad sounds appear when copied .aup file from remote location
There are two parts to an Audacity project. There is the "project file" (which has the file extension ".aup") and there is the audio data. The (.aup) project file does not contain any audio data. By default, the audio data is saved into a folder ending with "_data". Aud...
- Sat Jul 28, 2018 10:36 am
- Forum: Windows
- Topic: My audio is playing loudly but the wave is too shallow to see
- Replies: 4
- Views: 218
Re: My audio is playing loudly but the wave is too shallow to see
For a raw recording, a good peak level is around -6 dB, which is half the track height and is clearly visible. After making the recording, the track may be amplified to a higher level while working on it. A good level for exporting a project that has a single audio track, is just a little below 0 dB...
- Sat Jul 28, 2018 10:32 am
- Forum: Windows
- Topic: Need help producing this voice
- Replies: 2
- Views: 145
Re: Need help producing this voice
What's the starting point? Do you have an awesome film trailer voice like Don LaFontaine? There's a good reason why the top voice-over artists are famous. Sometimes the best solution is to hire talent.
- Sat Jul 28, 2018 10:26 am
- Forum: Windows
- Topic: .NET Component or Active X Control
- Replies: 2
- Views: 185
Re: .NET Component or Active X Control
Audacity does not use .NET. Audacity is build with WxWidgets.
- Sat Jul 28, 2018 10:24 am
- Forum: GNU/Linux
- Topic: Audacity freezing with PulseAudio
- Replies: 3
- Views: 639
Re: Audacity freezing with PulseAudio
Is this issue described anywhere in more detail? As a programmer, can I do anything to help resolve it? It's a tricky one to fix, which is why it has been an issue for so long. It is logged here: https://bugzilla.audacityteam.org/show_bug.cgi?id=276 We are currently thinking that the correct fix is...
- Sat Jul 28, 2018 10:18 am
- Forum: Windows
- Topic: Higher project sample rate
- Replies: 2
- Views: 155
Re: Higher project sample rate
only now I understood that I have been exporting project's audio in low 44100 quality. Assuming that you are referring to the sample rate, 44100 Hz is very high quality (it exceeds the range of human hearing). And is it possible to import the mp3 with maximum rate as it was made at The maximum samp...
- Sat Jul 28, 2018 10:10 am
- Forum: Audiobook Production
- Topic: New and improved RMS-Normalize?
- Replies: 4
- Views: 1877
Re: New and improved RMS-Normalize?
The latest version is available here: viewtopic.php?p=325078#p325078
- Sat Jul 28, 2018 9:24 am
- Forum: Windows
- Topic: Multiple fade in/fade outs
- Replies: 1
- Views: 98
Re: Multiple fade in/fade outs
Copy and paste this code into the Nyquist Prompt effect and apply it to the track(s): ;version 4 ;control num "Number of fades" int "" 10 2 100 ;control minlev "Minimum fade level" float "" 0 0 1 (setf maxadjust (- 1 minlev)) (setf points ()) (dotimes (i num) ...
- Fri Jul 27, 2018 12:38 pm
- Forum: Windows
- Topic: Audacity2.2.2
- Replies: 4
- Views: 163
Re: Audacity2.2.2
On Windows, using "WASAPI loopback" is usually the most reliable method (details in the manual: https://manual.audacityteam.org/man/tut ... ndows.html)