Search found 59476 matches
- Mon Sep 23, 2019 10:30 pm
- Forum: Adding Features to Audacity
- Topic: Viewing track names
- Replies: 3
- Views: 413
Re: Viewing track names
You can show the audio track name as overlay on the track. See: https://manual.audacityteam.org/man/tra ... ences.html
- Mon Sep 23, 2019 10:25 pm
- Forum: macOS
- Topic: Macro export?
- Replies: 4
- Views: 971
Re: Macro export?
Macros currently only offer a limited selection of file formats for export. However, if you export as WAV, then you could run a third party format converter to batch convert the files to the format that you require. (Additional export formats are likely to be added in the future).
- Mon Sep 23, 2019 10:15 pm
- Forum: New Plug-Ins
- Topic: Audiobook mastering (In Development and Test)
- Replies: 18
- Views: 2922
Re: Audiobook mastering (In Development and Test)
Since the Limiter is the third step and it follows RMS Normalize which can create intentional "overload", how does it know the original show had clipping? It doesn't. However, if RMS Normalize creates more than occasional peaks slightly over 0 dB, then you have bigger problems to worry ab...
- Mon Sep 23, 2019 2:01 pm
- Forum: macOS
- Topic: Basic Recording with RME Fireface 800
- Replies: 7
- Views: 2006
Re: Basic Recording with RME Fireface 800
if I don't delete the other tracks, and hit record, Audacity autogenerates another batch of one stereo track and five mono tracks with the signal being routed only to the last of the mono tracks, every time. Sounds like you are using an old version of Audacity. The current version is 2.3.2 https://...
- Mon Sep 23, 2019 1:53 pm
- Forum: macOS
- Topic: Is there a better way to share between platforms?
- Replies: 5
- Views: 221
Re: Is there a better way to share between platforms?
Is there a better way to share .aup files than to upload xyz to a cloud service (in my case, OneDrive), download it onto the destination device, open it, make changes, save changes, replace the old xyz with the new xyz on OneDrive, download the amended file on the new destination device, lather, ri...
- Mon Sep 23, 2019 1:49 pm
- Forum: New Plug-Ins
- Topic: Expander
- Replies: 10
- Views: 3501
Re: Expander
Is there a way to debug step by step? One technique that I frequently use is to add print statements at key points. For example, if I have a function, then print to the debug window a message when the function is called, and list the parameters. For example: (defun my-test-function (sig arg) (forma...
- Mon Sep 23, 2019 1:36 pm
- Forum: New Plug-Ins
- Topic: Audiobook mastering (In Development and Test)
- Replies: 18
- Views: 2922
Re: Audiobook mastering (In Development and Test)
The "hardlimit" function is used by the "softlimit" function. If I recall correctly, that is there as a precaution against peaks that exceed 0 dB. Of course there shouldn't be any peaks greater than 0 dB in the original audio, but if there are, then the "soft limiter" ...
- Mon Sep 23, 2019 1:21 pm
- Forum: Nyquist
- Topic: Modulate Ch. A in Amplitude AND Frequency with Ch. B
- Replies: 4
- Views: 741
Re: Modulate Ch. A in Amplitude AND Frequency with Ch. B
I would like to cause an audio signal in channel A to be modulated in both amplitude and frequency (simultaneously) How would that work / what does that mean? What is the transform function? Can you give an example of that process performed in some other way (an electronic circuit, or steps that co...
- Mon Sep 23, 2019 1:17 pm
- Forum: Recording Techniques
- Topic: Recording Mic+Computer audio!!
- Replies: 3
- Views: 442
- Mon Sep 23, 2019 1:16 pm
- Forum: Nyquist
- Topic: Nyquist Programming in C ?
- Replies: 4
- Views: 782
Re: Nyquist Programming in C ?
SAL on the other hand, is much easier, makes more sense (to me anyway) but unfortunately, there is very little in the way of SAL examples and code. The Nyquist manual is the best source for SAL documentation: https://www.cs.cmu.edu/~rbd/doc/nyquist/ Personally, I much prefer LISP syntax to SAL, but...