Search found 59476 matches
- Thu Aug 06, 2015 5:49 pm
- Forum: Windows
- Topic: Can you record *and* edit files?
- Replies: 3
- Views: 158
Re: Can you record *and* edit files?
Yes, but I wouldn't recommend it. One false move and you could destroy the recording, for example, if you accidentally started playback, then Windows will stop the recording stream and start a playback stream, or if you apply an effect that requires a lot of system resources it could cause the recor...
- Thu Aug 06, 2015 4:11 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Confusing interaction track and global Spectrogram settings
- Replies: 27
- Views: 2603
Re: Unsatisfying spectrogram
This is broken in HEAD on Windows in release builds, and in a Linux build I made yesterday. Changing the window size does nothing. It's working as the developer intended here. There are now two places to set the window size; the (global) preferences and the (per track) settings in the track dropdow...
- Thu Aug 06, 2015 12:51 pm
- Forum: macOS
- Topic: How to fix Audio distortion
- Replies: 1
- Views: 8591
Re: How to fix Audio distortion
Distortion is notoriously difficult (read "impossible") to fix. You may be able to achieve some amount of improvement with the "Clip Fix" effect (http://manual.audacityteam.org/o/man/clip_fix.html), and then use the Equalization effect (http://manual.audacityteam.org/o/man/equali...
- Thu Aug 06, 2015 12:27 pm
- Forum: Windows
- Topic: Audicity doesn't show red, yellow, green icons
- Replies: 11
- Views: 691
Re: Audicity doesn't show red, yellow, green icons
Try the current 2.1.1 version of Audacity from here: http://web.audacityteam.org/download/ In case your current version is an unofficial modified version, I'd suggest that you completely uninstall that version first and run a full malware (antivirus) scan before installing the correct version. Durin...
- Thu Aug 06, 2015 11:47 am
- Forum: Windows
- Topic: Midi start/stop Tyros
- Replies: 4
- Views: 352
Re: Midi start/stop Tyros
Audacity does not play MIDI (see: http://manual.audacityteam.org/o/man/note_tracks.html)
- Thu Aug 06, 2015 10:51 am
- Forum: Windows
- Topic: problem with plugin Manager [SOLVED]
- Replies: 11
- Views: 1279
Re: problem with plugin Manager
You need to click on the "Enable" button to enable the selected plug-ins. (see: http://manual.audacityteam.org/o/man/ma ... yzers.html)DERF wrote:Having to click on "OK" in the plugin manager, the scan dashes. But he does not succeed.
- Thu Aug 06, 2015 10:49 am
- Forum: Windows
- Topic: Adapting this mike
- Replies: 11
- Views: 792
Re: Adapting this mike
On the left channel, it records everything in the room. On the right channel, it records away from my voice to just get the sound of my room without my voice. Have you written that wrong? Do you mean that one channel records the room (pointing away from your mouth) and one records the room + your v...
- Thu Aug 06, 2015 10:34 am
- Forum: macOS
- Topic: Recovered .wav file from SD card - corrupted
- Replies: 2
- Views: 547
Re: Recovered .wav file from SD card - corrupted
the files are openable, but they include defects like loud "fuzz" or gaps at regular intervals (which seems more fixable? Do you mean that the recovered files will open in Audacity? If that is the case, then that is as good as it gets. The missing sections will be because the original aud...
- Thu Aug 06, 2015 10:14 am
- Forum: Windows
- Topic: c command to play before/after cut
- Replies: 7
- Views: 279
Re: c command to play before/after cut
Just loaded 2.1.1 and when I select a section and then type c, it does not play before and after the selection(potential cut). W It's a bug in Audacity 2.1.1 which affects some older versions of Windows (including Windows 7). I think that it has been fixed in the current development code (can you c...
- Thu Aug 06, 2015 9:57 am
- Forum: Nyquist
- Topic: modify Reverse Bouncing Ball With Tone Shift
- Replies: 6
- Views: 1415
Re: modify Reverse Bouncing Ball With Tone Shift
We can transform the code of the plug-in to use the console Nyquist. I You mean the "Nyquist Prompt" effect? In this case, it is necessary to replace; control decay "decay amount" ... by (setf decay 2) for exemple. In the current 2.1.1 version of Audacity you can use normal plug...