Did you apply "Silence Finder"?
Search found 59476 matches
- Sun Oct 21, 2018 6:49 pm
- Forum: Windows
- Topic: dropout detection
- Replies: 3
- Views: 451
- Sun Oct 21, 2018 6:38 pm
- Forum: GNU/Linux
- Topic: no device found -
- Replies: 1
- Views: 429
Re: no device found -
What audio device do you have?
What are you trying to record?
What are you trying to record?
Re: basic use
tape cassette I bought from you, Super USB Cassette Capture We don't sell cassette players. We don't sell anything. We just make free software (our website: https://www.audacityteam.org/) Some companies include our software with their products, but we don't benefit from that in any way. There is so...
- Sun Oct 21, 2018 6:30 pm
- Forum: Windows
- Topic: It worked before, now it doesn't
- Replies: 13
- Views: 455
Re: It worked before, now it doesn't
Are you able to test the "Vinyl Forever black box" on another computer?
- Sun Oct 21, 2018 6:28 pm
- Forum: Windows
- Topic: Add Labels Macro Command
- Replies: 16
- Views: 1126
Re: Add Labels Macro Command
Pops up dialog box, prompting for label name/text, for each AddLabel command. So in this case; 3 times. I'm unable to reproduce that on Linux or Windows 10. I don't have Windows 8. Also the Select command seems to be irrelevant since the start and end times are being set with the SetLabel command a...
- Sun Oct 21, 2018 5:31 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Macro Time Resolution
- Replies: 9
- Views: 1026
Re: Macro Time Resolution
Thanks for the examples. The problem is due to the representation of floating point numbers when written to the configuration. The "%g" specifier is used, which limits the number of digits to 6 (or to be more accurate, it's the shortest representation of either "%f" or "%e&q...
- Sun Oct 21, 2018 2:14 am
- Forum: Windows
- Topic: Add Labels Macro Command
- Replies: 16
- Views: 1126
Re: Add Labels Macro Command
Try it: Select:End="0" Mode="Set" RelativeTo="ProjectStart" Start="0" AddLabel: SetLabel: Label="0" Start="7" End="10" Text="Audacity" Select:End="0 Mode="Set" RelativeTo="ProjectStart" Start=&qu...
- Sun Oct 21, 2018 1:49 am
- Forum: Windows
- Topic: Add Labels Macro Command
- Replies: 16
- Views: 1126
Re: Add Labels Macro Command
3) Don't want an empty label. Want a bunch of labels with various start, end, and text. And want to set them at various places within the macro. The way I would do that would be: 1) Set the selection to a time before zero (so that the label created in the next step will always be the first label) 2...
- Sun Oct 21, 2018 1:35 am
- Forum: Windows
- Topic: Tried everything Error code
- Replies: 14
- Views: 2307
Re: Tried everything Error code
What are you trying to record?
Which version of Windows?
Which version of Audacity? (look in "Help > About Audacity")
Which version of Windows?
Which version of Audacity? (look in "Help > About Audacity")
- Sun Oct 21, 2018 1:32 am
- Forum: Nyquist
- Topic: Generate Sine / Fat Sine with Envelope at specific Hz frequencies
- Replies: 7
- Views: 1030
Re: Generate Sine / Fat Sine with Envelope at specific Hz frequencies
attack curve : linear release curve: exponential This makes it a little bit tricky because Nyquist has different commands for linear control signals and exponential control signals. The basic linear version is PWL. The basic exponential version is PWE. You can create a linear envelope that goes fro...