Search found 59476 matches
Re: autoplay
I'm not sure what you mean, but my guess is that these links will answer your questions: Selecting audio: http://manual.audacityteam.org/man/audacity_selection.html Timeline quick play: http://manual.audacityteam.org/man/timeline.html#tqp Scrubbing: http://manual.audacityteam.org/man/scrubbing_and_s...
- Wed Jan 04, 2017 9:06 am
- Forum: Compiling Audacity
- Topic: Creation of user defined Plugin in Audacity .
- Replies: 9
- Views: 3428
Re: Creation of user defined Plugin in Audacity .
As said , I just want to create a plug- in in audacity in some way or other . So if not this way , is there any other way to solve my problem ? Sorry but we are now going round in circles and I don't see how we can help you further. As previously said, Audacity supports several plug-in formats: htt...
- Wed Jan 04, 2017 1:04 am
- Forum: GNU/Linux
- Topic: Assertion failed1
- Replies: 9
- Views: 1351
Re: Assertion failed1
It sounds like a known bug, related to the Metadata edior. It has now been fixed and the fix will be in the next Audacity release. Besides this, after nurning the CD, then I see that CD/DVD player shows no saved title; it shown only the track. If you mean that you have made a CD and your CD player i...
- Wed Jan 04, 2017 12:43 am
- Forum: Making Music with Audacity
- Topic: Is A Computer Inaccurate for Music Editing?
- Replies: 20
- Views: 2522
Re: Is A Computer Inaccurate for Music Editing?
It's not a problem with computers. Almost all commercial music is produced on computers these days, but, to really know what the music on the computer sounds like you need a reasonable sound card and good speakers / headphones.
- Wed Jan 04, 2017 12:32 am
- Forum: macOS
- Topic: Vocoder effect not in my dropdown menu [SOLVED]
- Replies: 6
- Views: 681
Re: Vocoder effect not in my dropdow menu
It looks like a Sierra / Gatekeeper problem. Try closing Audacity, then run this in a terminal.
Code: Select all
sudo xattr -r -d com.apple.quarantine /Applications/Audacity/- Tue Jan 03, 2017 8:24 pm
- Forum: macOS
- Topic: Vocoder effect not in my dropdown menu [SOLVED]
- Replies: 6
- Views: 681
Re: Vocoder effect not in my dropdow menu
This one? http://manual.audacityteam.org/man/vocoder.html
That's a Nyquist plug-in, and yes it should be included by default.
Have you tried enabling it like I suggested?
Are other Nyquist effects (such as High Pass and Low Pass filters) present in the Effect menu?
That's a Nyquist plug-in, and yes it should be included by default.
Have you tried enabling it like I suggested?
Are other Nyquist effects (such as High Pass and Low Pass filters) present in the Effect menu?
- Tue Jan 03, 2017 8:21 pm
- Forum: Windows
- Topic: Input volume slider says "Unavailable; use system mixer."
- Replies: 10
- Views: 2579
Re: Input volume slider says "Unavailable; use system mixer.
You probably don't want the S/PDIF input. That's for a digital input, not a normal analog audio input.coffent wrote:I see that "Digital Audio (S/PDIF) High Definition Audio Device" is enabled and set as the Default Device.
What are you trying to record?
- Tue Jan 03, 2017 8:18 pm
- Forum: Windows
- Topic: Input volume slider says "Unavailable; use system mixer."
- Replies: 10
- Views: 2579
Re: Input volume slider says "Unavailable; use system mixer.
I now get the message "Unavailable; use system mixer." Why isn't it available? Audacity checks to see if Portmixer works with the current hardware. If it does work, then the slider is enabled. If it doesn't, then the slider is disabled. I don't know why Portmixer works with some hardware ...
- Tue Jan 03, 2017 7:52 pm
- Forum: macOS
- Topic: Vocoder effect not in my dropdown menu [SOLVED]
- Replies: 6
- Views: 681
Re: Vocoder effect not in my dropdow menu
Assuming that you are referring to the Nyquist Vocoder plug-in, have you followed the new installation instructions? http://manual.audacityteam.org/man/effect_menu.html#nyquist_effects Do other Nyquist effects show up (such as the High Pass and Low Pass filters) ? I deleted your duplicate post to av...
- Tue Jan 03, 2017 7:34 pm
- Forum: General Audio Programming
- Topic: .aup file reference and .wav instead of .au
- Replies: 25
- Views: 43320
Re: .aup file reference and .wav instead of .au
That is kinda what I already did in my previous projects: First to take every sound strip, edit it in Audacity and then import it in Blender. So one had to edit every sound strip individually - and hope that everything matches later on Another terminology issue. I regard "editing" as &quo...