Search found 59476 matches
- Mon Feb 13, 2017 12:43 pm
- Forum: macOS
- Topic: Can't find "Vocal Removal/Isolation" effect
- Replies: 4
- Views: 4766
Re: Can't find "Vocal Removal/Isolation" effect
"adjustable fade" also doesn't appear, and neither do the "high pass filter" and "low pass filter" effects. It's a problem introduced by Apple's recent changes to gatekeeper. To fix it, open a Terminal (Applications > Utilities : Terminal.app) then type or paste: sudo ...
- Mon Feb 13, 2017 12:35 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Feedback on adding to FAQ: about Album Cover Art
- Replies: 6
- Views: 16251
Re: Feedback on adding to FAQ: about Album Cover Art
I think Audacity should include the Album art and Lyrics tags on file formats that support them. I've added your "vote" to the wiki . So do you know if a future release will include this? Audacity is primarily developed and supported by volunteers, so if/when a feature is developed is dep...
- Mon Feb 13, 2017 12:18 pm
- Forum: Audio Processing
- Topic: apply audio filter when recording? possible ?
- Replies: 4
- Views: 3487
Re: apply audio filter when recording? possible ?
I've not used NumPy or SciPy, but there are many audio libraries available for Python: https://wiki.python.org/moin/Audio/
- Mon Feb 13, 2017 10:54 am
- Forum: Recording Techniques
- Topic: How can I record audio streams like a "first in, first out"?
- Replies: 1
- Views: 681
Re: How can I record audio streams like a "first in, first o
Audacity does not do that, but there is a suggestion from another user here: http://forum.audacityteam.org/viewtopic ... 3197#p3197
- Mon Feb 13, 2017 3:26 am
- Forum: Windows
- Topic: equalizer with feedback effect
- Replies: 11
- Views: 1011
Re: equalizer with feedback effect
A very simple form of feedback can be produced with this code in the Nyquist Prompt effect:
Code: Select all
;version 4
(feedback-delay *track* 0.0012 1.01)
- Mon Feb 13, 2017 3:20 am
- Forum: Making Music with Audacity
- Topic: Vocal Isolation
- Replies: 11
- Views: 4008
Re: Vocal Isolation
The file is mono (both channels are identical). As the "analyze" option in "Vocal Reduction and Isolation" will tell you: Pan position: 0 The left and right channels are correlated by about 100 %. This means: - The two channels are identical, i.e. dual mono. The center can't be r...
- Sun Feb 12, 2017 7:18 pm
- Forum: Windows
- Topic: How do I get Audacity to play MIDI?
- Replies: 8
- Views: 9890
Re: How do I get Audacity to play MIDI?
see here in the manual: http://manual.audacityteam.org/man/faq_ ... .html#miditdehan wrote:so let me get this straight
- Sun Feb 12, 2017 1:21 am
- Forum: Windows
- Topic: How do I get Audacity to play MIDI?
- Replies: 8
- Views: 9890
Re: How do I get Audacity to play MIDI?
Audacity does not currently have he ability to play MIDI (http://manual.audacityteam.org/man/faq_ ... .html#midi)
- Sat Feb 11, 2017 6:25 pm
- Forum: Windows
- Topic: "Skip to" points in track without deleting parts of track
- Replies: 2
- Views: 410
Re: "Skip to" points in track without deleting parts of trac
Perhaps the "Enable cut lines" preference will do what you want. See: http://manual.audacityteam.org/man/trac ... ences.html
- Sat Feb 11, 2017 12:20 pm
- Forum: macOS
- Topic: issue about playback speed and recording
- Replies: 1
- Views: 303
Re: issue about playback speed and recording
93% play speed You're aware that changing the "speed" changes both tempo and pitch? Is that what you want? Audacity does not apply effects in real time, so to achieve what you are asking, do the following: 1) Select the entire track (Ctrl+A to select All) 2) Note the length of the track (...