Search found 59476 matches

by steve
Mon Feb 11, 2019 9:43 pm
Forum: macOS
Topic: Audacity 2.3.0-and the new Mojave beta
Replies: 8
Views: 830

Re: Audacity 2.3.0-and the new Mojave beta

Also Audacity 2.3.1 alpha crashes on the latest beta of Macos Mojave 10.14.4 What's the "Commit Id" for Audacity 2.3.1 alpha? (look in "About Audacity > Build Information", near the bottom). Where did you get the Audacity alpha version from? Is it a Debug build or Release build?...
by steve
Mon Feb 11, 2019 9:38 pm
Forum: GNU/Linux
Topic: Audacity Broken in Mint 19.1 Cinnamon - SOLVED
Replies: 8
Views: 1217

Re: Audacity Broken in Mint 19.1 Cinnamon

I've looked on Google for problems with the NVidia High Definition Audio on Linux, and found (as no doubt you did), that quite a few people have had problems with this device. In some cases, after lots of messing around, they appear to have resolved the issues, but I don't see an easy fix. Old Sound...
by steve
Mon Feb 11, 2019 6:44 pm
Forum: Nyquist
Topic: Comparing lists of strings for equality
Replies: 0
Views: 466

Comparing lists of strings for equality

In a recent project, I needed to test if two lists of strings were equal. That is, if both lists contained the same strings in the same order. Perhaps this will be useful for others, so I'll post the function here: ;;; Return true if lists of strings are equal, else NIL (defun strlist= (lista listb)...
by steve
Mon Feb 11, 2019 2:19 pm
Forum: Windows
Topic: Problems to record audio to Audacity after Windows 10 update to 1803/1809
Replies: 1
Views: 3399

Re: Problems to record audio to Audacity after Windows 10 update to 1803/1809

Thanks for the tip. We have already added a note about the privacy settings at the top of the Windows forum board:
Microphone problems after the Windows 10 April 2018 Update
by steve
Mon Feb 11, 2019 2:15 pm
Forum: Windows
Topic: Can't Split a Track
Replies: 3
Views: 4118

Re: Can't Split a Track

pjbnikao wrote:
Mon Feb 11, 2019 1:11 pm
I followed the instructions to the letter
Which instructions?
by steve
Mon Feb 11, 2019 2:14 pm
Forum: Windows
Topic: Graphic EQ Display
Replies: 2
Views: 149

Re: Graphic EQ Display

The available frequency range depends on the sample rate of the track. The highest frequency supported by digital audio is half the sample rate, so to be able to access a frequency range up to 20 kHz, the track sample rate must be at least 40 kHz. You could resample the track to 44100 Hz (44.1 kHz) ...
by steve
Mon Feb 11, 2019 2:04 pm
Forum: Nyquist
Topic: Nyquist and Plug-Ins
Replies: 16
Views: 1935

Re: Nyquist and Plug-Ins

You may find this useful / helpful as a starting point for Nyquist code. This code can be run in the Nyquist Prompt (https://manual.audacityteam.org/man/nyquist_prompt.html) In this simple example, there are no stop / start / parity bits, just a direct encoding of list of ones and zeros into an audi...
by steve
Mon Feb 11, 2019 11:45 am
Forum: Windows
Topic: Missing and orphan audio blocks in all of my recordings
Replies: 6
Views: 270

Re: Missing and orphan audio blocks in all of my recordings

Do you have a small project that this problem occurs with? (Check the size of the "_data" folder. What's the smallest one you have?).

Do you know how to make a ZIP file?
by steve
Mon Feb 11, 2019 11:33 am
Forum: Windows
Topic: Error 9997 at start up [SOLVED]
Replies: 17
Views: 9383

Re: Error 9997 at start up

My guess is that the audio in the video has a sample rate of 48000 Hz (which is common for video). Try setting the sample rate for the recording and playback device to 48000 in the Windows Sound Control Panel , then launch Audacity and set the "Project Rate" (in the lower left corner of th...
by steve
Mon Feb 11, 2019 11:28 am
Forum: macOS
Topic: Plug-ins won't enable [SOLVED]
Replies: 8
Views: 7579

Re: Plug-ins won't enable [SOLVED]

johnro43 wrote:
Mon Feb 11, 2019 4:09 am
Short story: Your suggestion worked
Super :D