Search found 59476 matches
- Tue Nov 03, 2020 2:05 pm
- Forum: macOS
- Topic: Updating old Nyquist plug-ins
- Replies: 7
- Views: 215
Re: Updating old Nyquist plug-ins
I've updated the code example at the end of my previous post. Note that the assumption in that example is that the program only holds samples from one audio channel in memory. If the program holds samples from both channels of a stereo track, then it will be necessary to divide (max-samples) by two....
- Tue Nov 03, 2020 12:48 pm
- Forum: macOS
- Topic: Updating old Nyquist plug-ins
- Replies: 7
- Views: 215
Re: Updating old Nyquist plug-ins
Most of the "Audacity" changes to Nyquist plug-ins are covered here: https://wiki.audacityteam.org/wiki/Nyquist_Plug-ins_Reference In Audacity 2.4.2, the Nyquist library was updated. This has introduced some subtle differences that I'm still figuring out. Many of the changes relate to incr...
- Tue Nov 03, 2020 12:11 pm
- Forum: macOS
- Topic: Updating old Nyquist plug-ins
- Replies: 7
- Views: 215
Re: Updating old Nyquist plug-ins
some of my 2014-ish plug-ins no longer work correctly in Audacity 2.4.2 on my macOS Mohave or High Sierra Macs. If the plug-ins came from the Audacity wiki (https://wiki.audacityteam.org/wiki/Download_Nyquist_Plug-ins) then there may be a newer version there already - in which case you can just rep...
- Tue Nov 03, 2020 10:07 am
- Forum: GNU/Linux
- Topic: voice recording got some high pitch noise
- Replies: 5
- Views: 353
Re: voice recording got some high pitch noise
Not sure why the original sound capturing is bad. I use the mic from my noise cancelling bose headset on my lenovo p52. Headset mics rarely produce good quality, though you can sometimes improve the recording by turning off Windows Sound "Enhancements" (see: https://manual.audacityteam.or...
- Tue Nov 03, 2020 10:03 am
- Forum: Windows
- Topic: Audacity is "stuck" at zero and won't record
- Replies: 26
- Views: 3458
- Tue Nov 03, 2020 9:53 am
- Forum: Windows
- Topic: I cannot record my own voice with the internal audio of my pc
- Replies: 5
- Views: 91
Re: I cannot record my own voice with the internal audio of my pc
If the software that is used to record Zoom meetings can record all the voices of the participants, including the voice of the person who is the host and I can record my own voice in Zoom meetings, why does Audacity not record my voice in video conferencing? Audacity can record your voice from the ...
- Tue Nov 03, 2020 9:39 am
- Forum: macOS
- Topic: can't get a recording input
- Replies: 4
- Views: 136
Re: can't get a recording input
Which version of Audacity?
Which version of macOS?
What is the recording device that you are trying to use?
Which version of macOS?
What is the recording device that you are trying to use?
- Mon Nov 02, 2020 9:11 pm
- Forum: Macros and Scripting
- Topic: Appending to Existing Track Name
- Replies: 3
- Views: 362
Re: Appending to Existing Track Name
I'm not sure about something like (second (first (first (aud-get-info "tracks"))))), but it seems to be pulling data from an array that is filled when you execute the aud-get-info "tracks". Is that correct? Very close. (aud-get-info "tracks") returns a list of lists. (...
- Mon Nov 02, 2020 9:06 pm
- Forum: Macros and Scripting
- Topic: navigating labels?
- Replies: 15
- Views: 840
Re: navigating labels?
'edit--->labeled audio'. All of the other items in 'edit--->labeled audio' perform edits to labelled audio. I'm thinking that because we have a number of "Label" related commands in the Edit menu, and there's little reason to have these two commands in a main menu (much easier to just tab...
- Mon Nov 02, 2020 8:51 pm
- Forum: Macros and Scripting
- Topic: navigating labels?
- Replies: 15
- Views: 840