Search found 59476 matches

by steve
Tue May 25, 2021 11:20 pm
Forum: Windows
Topic: Click Track
Replies: 1
Views: 30

Re: Click Track

You're looking at old videos.

The "Click Track" generator was renamed "Rhythm Track" a few years ago.
See: https://manual.audacityteam.org/man/rhythm_track.html
by steve
Tue May 25, 2021 11:19 pm
Forum: Nyquist
Topic: Need Help with Nyquist (noise n)
Replies: 11
Views: 565

Re: Need Help with Nyquist (noise n)

The really useful thing about the (somewhat strange) way that ";type process" effects stretch time, is that if you want to return exactly the same amount of audio that is selected, then you don't even need to know how long the selection is. You just return sound of length 1. So... ;type pr...
by steve
Tue May 25, 2021 10:49 pm
Forum: Nyquist
Topic: Need Help with Nyquist (noise n)
Replies: 11
Views: 565

Re: Need Help with Nyquist (noise n)

It does create a smaller time of noise than my selection, but... it also shrinks the duration of the whole track by the same amount. The audio returned by Nyquist replaces the selected audio. So if you select 2 seconds of audio and Nyquist returns 0.5 seconds of audio, the track will shrink by 1.5 ...
by steve
Tue May 25, 2021 10:41 pm
Forum: Audacity 3.x Feedback and Reviews
Topic: Actual Rate
Replies: 20
Views: 995

Re: Actual Rate

Now you're telling me here that it depends on the track It depends. On record, Audacity will request an audio stream from the computer sound system at the sample rate of the track. If the audio device native sample rate does not match that sample rate, then some sound systems (such as PulseAudio) w...
by steve
Tue May 25, 2021 7:36 pm
Forum: Adding Features to Audacity
Topic: Audacity for multiple computer?
Replies: 5
Views: 501

Re: Audacity for multiple computer?

Can't you just work around this by sending only the length of the recording so that the remote machine can add a placeholder and then after the host machine finishes recording, send it through TCP? Feel free to play with Scripting, but for safety,pay attention to the "Caveats and Warnings".
by steve
Tue May 25, 2021 7:33 pm
Forum: GNU/Linux
Topic: Audacity 3.0.2 on Fedora 34 saves "Empty" projects
Replies: 25
Views: 3657

Re: Audacity 3.0.2 on Fedora 34 saves "Empty" projects

As for drive, I don't know if I understand the question. Run this command in a Terminal window. Copy and paste the output into your reply. df -h --output=source,fstype,size,used,avail,pcent,target -x tmpfs -x devtmpfs -x squashfs (This will list details about only mounted file systems, filtering ou...
by steve
Tue May 25, 2021 7:13 pm
Forum: Adding Features to Audacity
Topic: Audacity for multiple computer?
Replies: 5
Views: 501

Re: Audacity for multiple computer?

Also why not sending just the instruction and let the host machine apply the changes. That could be done (see "Scripting": https://manual.audacityteam.org/man/scripting.html and note the "Caveats and Warnings") but if you want to record or import, then you need to send the audio...
by steve
Tue May 25, 2021 7:03 pm
Forum: GNU/Linux
Topic: Audacity won't open my file directory to import mp3 files
Replies: 2
Views: 486

Re: Audacity won't open my file directory to import mp3 files

It looks like Linux may be running in a virtual machine rather than directly on the real hardware.
by steve
Tue May 25, 2021 7:01 pm
Forum: Nyquist
Topic: Need Help with Nyquist (noise n)
Replies: 11
Views: 565

Re: Need Help with Nyquist (noise n)

Time is handled differently depending on whether you are running the script as a "generate" type plug-in or as a "process" (Effect) type plug-in. In the case of generate type plug-ins, 1 "unit" of time is 1 second. Try this in the Nyquist Prompt: ;type generate (noise 1...
by steve
Tue May 25, 2021 6:50 pm
Forum: macOS
Topic: Converting Audacity Sound Wave to Numerical form and vice versa
Replies: 24
Views: 309

Re: Converting Audacity Sound Wave to Numerical form and vice versa

CreativeKick wrote:
Tue May 25, 2021 5:50 pm
But it just gives a digital noise,
What length is the sound that is created? It should be exactly 1000 samples.
Are you using "Sample Data Import" to import it?

Zoomed in, it should look like this:
First Track000.png
First Track000.png (17.56 KiB) Viewed 43 times