Search found 59476 matches
- Sun Mar 18, 2018 7:00 pm
- Forum: New Plug-Ins
- Topic: Please help with de-sser.
- Replies: 17
- Views: 5151
Re: Please help with de-sser.
Some comments from going through your code: You don't need to wrap the main part of the script in a "progn" block. You don't need to check that user values are within the ranges specified by the controls as slider controls are validated by default to disallow out of range values. You proba...
- Sun Mar 18, 2018 4:43 pm
- Forum: macOS
- Topic: Midi to Wav conversion
- Replies: 8
- Views: 2452
Re: Midi to Wav conversion
It is enabled by default on Windows.billw58 wrote:Windows apparently has a built-in MIDI synth. I don't know how to enable it.
- Sun Mar 18, 2018 2:11 pm
- Forum: Windows
- Topic: Automatic Gain Control AGC plug-in
- Replies: 3
- Views: 1213
Re: Automatic Gain Control AGC plug-in
I'm having two problems with this plugin. The first is that with a file I'm using, I keep getting a crash about 1/3 of the way through. It's a long file, almost 4 hours long. It gets about 1/3 through, then gives the error "Audacity failed to read a file in H: Please ensure that you have the l...
- Sun Mar 18, 2018 2:07 pm
- Forum: Compiling Audacity
- Topic: MSSE Flag on ARM?
- Replies: 15
- Views: 3042
Re: MSSE Flag on ARM?
mod-script-pipe has been getting a lot of attention in this release, with many more commands supported, so definitely a good idea to go with the latest development code if possible. SSE is used for performance optimisations and I'd guess that compiling with SSE disabled "should" work (losi...
- Sat Mar 17, 2018 7:27 pm
- Forum: Audio Processing
- Topic: Analysing a frequency
- Replies: 2
- Views: 356
Re: Analysing a frequency
I'm not sure that I understand precisely what you are trying to do, but Audacity's "Spectrogram" track view displays frequency against time: http://manual.audacityteam.org/man/spec ... _view.html
- Sat Mar 17, 2018 7:23 pm
- Forum: GNU/Linux
- Topic: Are all the dropouts detected from Jack, PA, WASAPI?
- Replies: 6
- Views: 967
Re: Are all the dropouts detected from Jack, PA, WASAPI?
An xrun is shown in QjackCtl, and Audacity knows an xrun happened in QjackCtl? No, Audacity does not know that. I was trying to say that Audacity 2.2.2 can detect "downstream" dropouts (missed writes to disk), and if you use QjackCtl, then QjackCtl will show "upstream" dropouts ...
- Sat Mar 17, 2018 7:20 pm
- Forum: Compiling Audacity
- Topic: MSSE Flag on ARM?
- Replies: 15
- Views: 3042
Re: MSSE Flag on ARM?
Audacity does not claim to be supported by Raspbian / Raspberry Pi, though there are some reports on https://www.raspberrypi.org/forums to indicate that it is possible to build Audacity on that platform. Also, this page says that Audacity binaries are available: http://www.rpilab.net/resources/audac...
- Sat Mar 17, 2018 7:16 pm
- Forum: macOS
- Topic: Exporting WAV 16-bit 8000 hz
- Replies: 1
- Views: 1322
Re: Exporting WAV 16-bit 8000 hz
Audacity uses the "Project Rate" (lower left corner of the main Audacity window) to determine the sample rate of exported tracks. The normal procedure would be to leave Audacity's recording settings at the default 32-bit float / 44100 Hz, select "1 channel (mono)" in the device t...
- Fri Mar 16, 2018 2:42 pm
- Forum: GNU/Linux
- Topic: Are all the dropouts detected from Jack, PA, WASAPI?
- Replies: 6
- Views: 967
Re: Are all the dropouts detected from Jack, PA, WASAPI?
I did some tests, and that appears to be the case.
If you use QJackCtl to configure and start Jack, it will show xruns that occur on its side of Audacity.
If you use QJackCtl to configure and start Jack, it will show xruns that occur on its side of Audacity.
- Fri Mar 16, 2018 2:37 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Enhanced Autocorrelation
- Replies: 1
- Views: 1511
Re: Enhanced Autocorrelation
Hi matiasH, As can be seen from the track spectrogram, it is going to be difficult to get a single figure for the frequency because the frequency is not constant: spectrogram.png These are the settings that I used (note that these settings are very slow ) settings.png I'm certainly no expert on auto...