Search found 59476 matches
- Thu Oct 01, 2020 12:20 pm
- Forum: New Plug-Ins
- Topic: Export individual label when multiple labels in project
- Replies: 31
- Views: 2714
Re: Export individual label when multiple labels in project
Could you help putting me on the right way to do it ? Sure. To get label data with Nyquist, use the "GetInfo:" scripting (Macro) command. (https://manual.audacityteam.org/man/scripting_reference.html) Try this in the Nyquist Prompt: ;type tool (setf label-data (aud-do-command "GetInf...
- Thu Oct 01, 2020 11:47 am
- Forum: GNU/Linux
- Topic: Audacity playback not working in Raspberry Pi OS on Raspberry Pi 4 with 64 bit kernel
- Replies: 1
- Views: 414
Re: Audacity playback not working in Raspberry Pi OS on Raspberry Pi 4 with 64 bit kernel
We don't officially support the Raspberry Pi, but we I'm happy to try and help if I can.
Where are your headphones / speakers connected?
Where are your headphones / speakers connected?
- Wed Sep 30, 2020 9:32 pm
- Forum: New Plug-Ins
- Topic: Export individual label when multiple labels in project
- Replies: 31
- Views: 2714
Re: Export individual label when multiple labels in project
It could be done with a Nyquist plug-in, though I'm not aware of any existing plug-in that does that.
Have you used (programmed) Nyquist at all?
Have you used (programmed) Nyquist at all?
- Wed Sep 30, 2020 9:29 pm
- Forum: GNU/Linux
- Topic: [SOLVED] Record fills blank to cursor
- Replies: 10
- Views: 545
Re: [SOLVED] Record fills blank to cursor
Side note: I wonder if this behaviour is in fact intentional. It's not an intended behaviour, but rather a symptom of mismatched sample rates. By using the H4N for recording and playback, the H4N takes care of ensuring that the sample rates match. Similarly, if you used PulseAudio for both recordin...
- Wed Sep 30, 2020 6:08 pm
- Forum: Windows
- Topic: Can I expand a waveform display vertically?
- Replies: 6
- Views: 106
Re: Can I expand a waveform display vertically?
Not easy to find in the manual as it's neither a menu item nor a toolbar item. It's worth spending some time exploring the big Audacity picture on the first page of the manual: https://manual.audacityteam.org/ The image is made up of clickable components that will take you to the appropriate page i...
- Wed Sep 30, 2020 4:13 pm
- Forum: Macros and Scripting
- Topic: Closing export labels dialog from script
- Replies: 5
- Views: 392
Re: Closing export labels dialog from script
Note that pipe_test.py was updated yesterday to fix a bug. The latest version is here: https://raw.githubusercontent.com/audac ... pe_test.py
- Wed Sep 30, 2020 3:56 pm
- Forum: macOS
- Topic: Recovery Error
- Replies: 8
- Views: 117
Re: Recovery Error
I don’t know if I should start from scratch or wait for a solution to my problem. I don't think there will be a fix for that project. Your description indicates that you have all of the instructions in the AUP file that tell Audacity how to reassemble the project from the data files, but the actual...
- Wed Sep 30, 2020 3:48 pm
- Forum: Macros and Scripting
- Topic: Closing export labels dialog from script
- Replies: 5
- Views: 392
Re: Closing export labels dialog from script
The "ExportLabels:" command does not export labels, it just opens the Label export file browser (as you have observed). Audacity does not currently provide a command for exporting labels, but it does provide a command that allows you to get the labels: "GetInfo: Type=Labels" This...
- Wed Sep 30, 2020 3:40 pm
- Forum: Windows
- Topic: How to measure the THD (Distortion) given input
- Replies: 3
- Views: 385
Re: How to measure the THD (Distortion) given input
To answer the question directly: To calculate "Distortion + Noise", you need to know: 1. The input signal "i" 2. The output signal ("o") 3. The overall system gain ("g") Distortion + Noise = i - (o * g) There's a video describing how it is measured here: https...
- Wed Sep 30, 2020 8:50 am
- Forum: Macros and Scripting
- Topic: Closing export labels dialog from script
- Replies: 5
- Views: 392