Search found 59476 matches

by steve
Mon Sep 23, 2019 12:56 pm
Forum: Making Music with Audacity
Topic: Soundclouds!
Replies: 3
Views: 870

Re: Soundclouds!

I've got a few little snippets here: https://soundcloud.com/stevethe-fiddle
They are mostly experiments in sound synthesis using Nyquist.
by steve
Mon Sep 23, 2019 12:48 pm
Forum: Nyquist
Topic: Calculate quantiles of audio data
Replies: 14
Views: 1195

Re: Calculate quantiles of audio data

In Nyquist, a "<sound>" is a data type. So where we might have "integers", "floats", "characters", "strings" ... as data types in other programming languages, in Nyquist we also have "sound"s. As you no doubt know, in digital audio, a sound...
by steve
Mon Sep 23, 2019 10:52 am
Forum: Windows
Topic: Project Lost Audacity 2.2.1
Replies: 2
Views: 158

Re: Project Lost Audacity 2.2.1

now when I open it it says it's detected 549 missing audio data blockfiles, and gives me an option to quit immediately, temporarily replace all the audio with silence, or permanently replace all the audio with silence. Select the option " temporarily replace all the audio with silence". D...
by steve
Mon Sep 23, 2019 10:46 am
Forum: GNU/Linux
Topic: Audacity freezes on splash logo
Replies: 5
Views: 1314

Re: Audacity freezes on splash logo

All of a sudden, Audacity began to freeze right on the starting logo splash in my Xubuntu machine. Audacity may be hanging on a bad plug-in. Have you tried resetting Audacity? Look in your home folder for either of the hidden directories: .audacity-data .audacity-files Delete (or rename) these fold...
by steve
Mon Sep 23, 2019 10:26 am
Forum: Windows
Topic: Macro won't run on select files.
Replies: 4
Views: 298

Re: Macro won't run on select files.

Are you able to create a "minimal test case" that you can share with us, to illustrate the problem?
by steve
Mon Sep 23, 2019 10:24 am
Forum: Recording Equipment
Topic: Soft voice and microphone levels
Replies: 25
Views: 8658

Re: Soft voice and microphone levels

The "SetRMS" code that is linked in this post is not a full plug-in. To be able to install it, the code needs to be modified a little with a full set of "required" plug-in headers (https://wiki.audacityteam.org/wiki/Nyquist_Plug-in_Headers#required_headers). Note also that header...
by steve
Mon Sep 23, 2019 10:17 am
Forum: Windows
Topic: Playback Meter Versus Audacity Mixer Board
Replies: 9
Views: 330

Re: Playback Meter Versus Audacity Mixer Board

On Linux, it's possible to put the main Audacity window on one "Desktop", and place toolbars on another Desktop. Linux allows easy switching between multiple "virtual" Desktops. I've heard that Windows 10 now also has this ability, so perhaps that would be a solution for you (?)
by steve
Sun Sep 08, 2019 7:48 am
Forum: Nyquist
Topic: Code to Select Audio
Replies: 51
Views: 4863

Re: Code to Select Audio

For process. type effects, the length of the selection is conveniently available in the variable LEN (in samples). The length in seconds can be calculated

Code: Select all

(/ len *sound-srate*)
by steve
Sat Sep 07, 2019 3:19 pm
Forum: Audio Processing
Topic: Why are spectrograms so inexact?
Replies: 4
Views: 376

Re: Why are spectrograms so inexact?

When using FFT analysis, there's a trade off between precision in the frequency domain and time domain. Greater frequency precision can be achieved by increasing the "window size", but this is at the expense of time precision. The inverse is also true - the smaller the window size, the gre...
by steve
Sat Sep 07, 2019 12:45 pm
Forum: Windows
Topic: Distortet thin low sound when recording [SOLVED]
Replies: 9
Views: 362

Re: Distortet thin low sound when recording [SOLVED]

You're welcome :)

I'll close this topic as "solved".