Search found 24069 matches
- Tue Sep 06, 2016 1:22 pm
- Forum: Nyquist
- Topic: RMS measurement for large files
- Replies: 14
- Views: 3704
Re: RMS measurement for large files
I don't see that we can draw much in the way of meaningful conclusions, other than that memory management is different in Ubuntu 64-bit to Debian 32-bit. It's also different to Ubuntu 32-bit, which releases the memory used by Nyquist plugins after processing. To make clear one point, when I run a n...
- Tue Sep 06, 2016 12:41 pm
- Forum: Windows
- Topic: Start a *.aup file with exact position (textlabel)?
- Replies: 8
- Views: 443
Re: Start a *.aup file with exact position (textlabel)?
Please see my previous reply. There is no command-line argument to open a project at a cursor position other than it is saved at. Decide where you would like to reopen the project at the time you close it, and ensure the project is "dirty" at that point so that the change of cursor or sele...
- Tue Sep 06, 2016 12:32 pm
- Forum: Windows
- Topic: Integrated sound card in XPS8900 - yes or no?
- Replies: 7
- Views: 497
Re: Integrated sound card in XPS8900 - yes or no?
If you want the complete YouTube video you can also download it for example using a browser extension. Use your favourite search engine to find out how. Then if you install FFmpeg you can just drag the downloaded video into Audacity and it will extract the audio for you. At that point the audio is e...
- Mon Sep 05, 2016 11:11 pm
- Forum: Windows
- Topic: Start a *.aup file with exact position (textlabel)?
- Replies: 8
- Views: 443
Re: Start a *.aup file with exact position (textlabel)?
The cursor or selection position in a project is saved in the AUP project file, not in the label file. A change in cursor position is not saved on close, unless there is an unsaved edit that makes the project "dirty" (makes it prompt you to "Save changes?" when you close). For ex...
- Mon Sep 05, 2016 10:34 pm
- Forum: macOS
- Topic: Want ver 2.0.6 back!
- Replies: 12
- Views: 847
Re: Want ver 2.0.6 back!
changing keybinds is not the issue. I constantly use the program Keyboard Maestro which uses scripts to tell Audacity with one keypress, for example, amplify highlighted selection 5dbs. This no longer works because of how the effects are now used in 2.1.2. I am able to use 2.0.6 and 2.0.1 on El Cap...
- Mon Sep 05, 2016 9:29 pm
- Forum: macOS
- Topic: Want ver 2.0.6 back!
- Replies: 12
- Views: 847
Re: Want ver 2.0.6 back!
Okay, so today I upgraded to 2.1.2 and found that it wasn't compatible with a hot-key program that I am used to using and wish to revert back to 2.0.6. I am able to use 2.0.6. just fine with 1 major exception, the Apple AU effects no longer work. Is there a fix for this? Please help as soon as you ...
- Mon Sep 05, 2016 12:04 pm
- Forum: Nyquist
- Topic: RMS measurement for large files
- Replies: 14
- Views: 3704
Re: RMS measurement for large files
I ran your snippet on Ubuntu 16.04 64-bit on a selection within an hour of mono audio. The extra RAM used by the snippet was not released. When I chose a different selection in the track, almost no additional RAM was used, but none was released. Even when I created audio in a new track and ran the ...
- Mon Sep 05, 2016 11:40 am
- Forum: Windows
- Topic: LISP sibilance plugin not working [SOLVED]
- Replies: 5
- Views: 618
Re: LISP not working
Sorry, I probably should have said Lisp plugin, not LISP, my mistake...If I'm still not making sense (more than likely!) I mean the de-esser by Sleepy-Time... Here is how to install VST plugins: http://manual.audacityteam.org/man/faq_installation_and_plug_ins.html#vst_install . Be sure to point Aud...
- Mon Sep 05, 2016 11:30 am
- Forum: Windows
- Topic: Recordings sound like they are playing back at xx speed
- Replies: 4
- Views: 327
Re: Recordings sound like they are playing back at xx speed
Did this ever work before in Audacity? If so, has there been a Windows Update or some other change since then? Resample is grayed out for me on my system. If this is in Audacity, click the yellow Stop button. Since I am recording through a USB device, I have confirmed the project rate (Audacity) and...
- Mon Sep 05, 2016 4:09 am
- Forum: Nyquist
- Topic: RMS measurement for large files
- Replies: 14
- Views: 3704
Re: RMS measurement for large files
Do you see Nyquist effects releasing memory after use on your Linux system? With this code: (print (peak *track* ny:all)) yes memory is released after clicking "OK" for the returned value. (The first time that the code is run, memory use after release has been increased by about 10MB, whi...