Search found 59476 matches
- Tue Feb 02, 2016 7:30 pm
- Forum: Compiling Audacity
- Topic: VS 2015, x64, and Code Cleanup
- Replies: 24
- Views: 4459
Re: VS 2015, x64, and Code Cleanup
"REAL-RANDOM" is implemented like this: /* xlrealrand - return random number in [0, 1] */ double xlrealrand() { /* always use the random generator from the C library, (do not use random() even if USE_RANDOM is defined */ return (double) rand() / RAND_MAX; } despite the code comment, that ...
- Tue Feb 02, 2016 7:01 pm
- Forum: Feature Request Archive
- Topic: Amplify fade-in/out
- Replies: 13
- Views: 2000
Re: Amplify fade-in/out
What it lacks compared with the real Amplify effect is clipping protection. It could do with an "Enable Clipping" checkbox and grayed-out "OK" and "Preview" buttons when the requested amplification would be sufficient to induce clipping. We don't yet have the ability t...
- Tue Feb 02, 2016 5:28 pm
- Forum: Feature Request Archive
- Topic: Workflow on mixing tracks
- Replies: 102
- Views: 6403
Re: Workflow on mixing tracks
"Mix Down" is not clear to the average user, IMO "Mix and Render" is not clear to the average user IMO. My "mystery shopper" agrees ;) At least with the term "Mix Down" there are millions of references in books, magazines, Internet articles etc. On the other ...
- Tue Feb 02, 2016 5:25 pm
- Forum: Windows
- Topic: only records mono
- Replies: 22
- Views: 2858
Re: only records mono
Set the number of recording channels to "2 (stereo)" in the device toolbar.
- Tue Feb 02, 2016 5:21 pm
- Forum: Feature Request Archive
- Topic: Amplify fade-in/out
- Replies: 13
- Views: 2000
Re: Amplify fade-in/out
3) One I didn't report to Steve because I didn't test it till just now. If you selact all the audio (I used a 30 second chunk cut out of a song) it doesn't fade from and to zero, That's a problem with dB. Neither the Amplify or Normalize effects will go to zero either. To amplify to absolute silenc...
- Tue Feb 02, 2016 3:37 pm
- Forum: Windows
- Topic: only records mono
- Replies: 22
- Views: 2858
Re: only records mono
What are you trying to record?
- Tue Feb 02, 2016 1:06 pm
- Forum: Windows
- Topic: Record 2 independent inputs simultaneously with ZOOM H4n AI
- Replies: 20
- Views: 2984
Re: Record 2 independent inputs simultaneously with ZOOM H4n
I don't have a Zoom H4, but I would have thought that when using the H4 as a USB interface, that the Zoom would continue to use the external mic that you have plugged in. Perhaps your H4N manual can clarify that point. Note that Audacity will not see the plugged in microphone as a new device. Audaci...
- Tue Feb 02, 2016 11:06 am
- Forum: Windows
- Topic: accidentaly overwritten tracks need help with recovery
- Replies: 2
- Views: 160
Re: accidentaly overwritten tracks need help with recovery
I recently recorded 4 tracks at a seminar. then saved them to a folder. You mean that you exported them to create 4 audio files? You "may" be able to get back the original files using data recovery software (no guarantees). If you don't already have such software, I've found the free vers...
- Tue Feb 02, 2016 10:06 am
- Forum: Windows
- Topic: Record 2 independent inputs simultaneously with ZOOM H4n AI
- Replies: 20
- Views: 2984
Re: Record 2 independent inputs simultaneously with ZOOM H4n
Does the additional mic work if you use the Zoom H4N as a standalone recorder?
- Tue Feb 02, 2016 10:04 am
- Forum: Windows
- Topic: Audacity Debug Report Help?
- Replies: 5
- Views: 2634
Re: Audacity Debug Report Help?
Reinstalling Audacity will make no difference unless you also select the option to "Reset Preferences" during the installation process.