Please note that I have never tried running Linux on a Chromebook.
I am trying to work out how the audio system is configured on your machine so that I can try to help.
In Audacity, select "Help > Audio Device Info".
Copy and paste the full output into your reply.
Search found 59476 matches
- Wed Nov 04, 2015 12:20 pm
- Forum: GNU/Linux
- Topic: Output levels distorted after restarting audacity
- Replies: 11
- Views: 1301
- Wed Nov 04, 2015 12:10 pm
- Forum: Nyquist
- Topic: Ringmod Plugin
- Replies: 10
- Views: 1929
Re: Ringmod Plugin
Th code looks OK, but as Robert suggested, you may have more than one copy of the plug-in on your computer.
- Wed Nov 04, 2015 1:21 am
- Forum: Nyquist
- Topic: Ringmod Plugin
- Replies: 10
- Views: 1929
Re: Ringmod Plugin
You probably made a typing mistake. If you copy and paste your modified line I can tell you where the error is.Annabelle3985 wrote:I tried to change it to 10.0, but the same error still comes up
- Wed Nov 04, 2015 1:19 am
- Forum: macOS
- Topic: Question regarding narrowband noise
- Replies: 3
- Views: 368
Re: Question regarding narrowband noise
Add a new track ("Tracks" menu). Select part of the track where you want to make the noise, then copy and paste this code into the Nyquist Prompt effect (See: http://manual.audacityteam.org/o/man/nyquist_prompt.html) (setf cf 1000) ;centre frequency (setf bw 0.25) ;bandwidth in octaves (de...
- Tue Nov 03, 2015 11:38 pm
- Forum: Nyquist
- Topic: Ringmod Plugin
- Replies: 10
- Views: 1929
Re: Ringmod Plugin
What did you change it to?
- Tue Nov 03, 2015 10:28 pm
- Forum: Windows
- Topic: Exporting to MP3 with Lame taking 14+ hours
- Replies: 17
- Views: 1010
Re: Exporting to MP3 with Lame taking 14+ hours
How much physical RAM memory does your computer have?
- Tue Nov 03, 2015 10:18 pm
- Forum: Nyquist
- Topic: Ringmod Plugin
- Replies: 10
- Views: 1929
Re: Ringmod Plugin
Change the line:
so that the minimum is low enough for your needs.
Code: Select all
;control mod "Modulation frequency" real "Hz" 500.0 20.0 5000.0 - Tue Nov 03, 2015 8:23 pm
- Forum: Nyquist
- Topic: Numeric text input widget for Nyquist plug-ins
- Replies: 15
- Views: 3503
Re: Numeric text input widget for Nyquist plug-ins
And presumably that may mean not using a slider control, because it would be awkward to control that with keyboard arrow keys if the scale had many more steps? One possibility that I've been thinking about is the possibility of having separate validation for the slider and the text box. Essentially...
- Tue Nov 03, 2015 5:43 pm
- Forum: Feature Request Archive
- Topic: Zoom Normal (Cmd+2) cursor position
- Replies: 59
- Views: 5927
Re: Zoom Normal (Cmd+2) cursor position
if you are recording and then from normal default zoom level zoom in 9 or 10 times - you just get a centred black line. That's because Audacity does not have time to calculate the display. However if you are Playing and make a similar zoom then the waveform is displayed Redrawing the display on pla...
- Tue Nov 03, 2015 5:25 pm
- Forum: Feature Request Archive
- Topic: Zoom Normal (Cmd+2) cursor position
- Replies: 59
- Views: 5927
Re: Zoom Normal (Cmd+2) cursor position
2) When transport is active: Play, Record, Pause or Scrub In this case Zoom In, Zoom Out and Zoom Normal all work to keep the playhead on the screen - which I think is proper desired behaviour. Yes. Zooming while playback is active does not appear to be a problem. In all cases zoom will scroll as r...