Search found 59476 matches

by steve
Fri Jan 15, 2021 1:57 pm
Forum: Windows
Topic: The notes do not ring and the sound gets muffled when recording
Replies: 3
Views: 194

Re: The notes do not ring and the sound gets muffled when recording

I tried disabling sound enhancements It sounds like there is some sort of "automatic gain" / "automatic level control" effect. I'd suggest that you try poking around the Windows sound settings some more. Also look for a "control panel" for your sound card. It definitel...
by steve
Fri Jan 15, 2021 1:25 pm
Forum: Adding Features to Audacity
Topic: Request for Mixer level meters to show post-envelope
Replies: 12
Views: 762

Re: Request for Mixer level meters to show post-envelope

But I still think we should be logging this as an ENH in Bugzilla (and P3 with a Release Note) Fine by me, though I would much prefer it to be an "option" (preferably via a checkbox in the Mixer Board interface). On real (hardware) mixer boards, there are usually buttons that allow you to...
by steve
Fri Jan 15, 2021 1:12 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Windows bug: adding a new track from file takes forever if done during playback
Replies: 10
Views: 1147

Re: Windows bug: adding a new track from file takes forever if done during playback

I will soon attempt to test this with Manjaro Linux on my HDD and see if same thing happens. It is likely to be less of a problem on Linux. Although the official "system requirements" for Windows 10 and Manjaro are about the same, Windows 10 on a minimum spec PC runs like a slug, whereas ...
by steve
Fri Jan 15, 2021 11:19 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Windows bug: adding a new track from file takes forever if done during playback
Replies: 10
Views: 1147

Re: Windows bug: adding a new track from file takes forever if done during playback

ignore the HDD usage. It's doing some stuff in background. What is it doing? Does the problem still occur when the hdd is idle? Perhaps something is causing the CPU usage in imports mid-playback to be higher than necessary? CPU is expected to be higher because not only is the CPU having to decode t...
by steve
Fri Jan 15, 2021 10:57 am
Forum: Adding Features to Audacity
Topic: Request for Mixer level meters to show post-envelope
Replies: 12
Views: 762

Re: Request for Mixer level meters to show post-envelope

This sounds a lot more like a bug than a "feature request" - I'm pretty sure this was an oversight by the original developer I don't think it was. It was a very long time ago, but I vaguely recollect asking about this at the time because I thought that it should show the level after apply...
by steve
Fri Jan 15, 2021 10:52 am
Forum: Windows
Topic: Wanted: a plugin to find synchronous zero crossings
Replies: 18
Views: 477

Re: Wanted: a plugin to find synchronous zero crossings

Ilya Kuligin wrote:
Fri Jan 15, 2021 9:25 am
Works only when silent before the songs starts. Doesn't show zeros in song selections.
That's because it is only adding labels when the sample is exactly zero.
This line:

Code: Select all

(when (= val 0)
Try changing that to:

Code: Select all

(when (< (abs val) 0.000001)
by steve
Fri Jan 15, 2021 10:47 am
Forum: GNU/Linux
Topic: audacity doesn't show menu bar
Replies: 2
Views: 400

Re: audacity doesn't show menu bar

Do other apps show a menu at the top?
If so, as a test, try installing "FileZilla" and see if that has menus.
by steve
Fri Jan 15, 2021 10:41 am
Forum: Audacity 2.x Feedback and Reviews
Topic: how to contribute / German documentation
Replies: 20
Views: 2287

Re: how to contribute / German documentation

The translation mailing list is mostly for the people that provide translations for the app.
by steve
Fri Jan 15, 2021 10:39 am
Forum: Windows
Topic: Skype audio recording
Replies: 3
Views: 231

Re: Skype audio recording

justaquest wrote:
Thu Jan 14, 2021 10:49 pm
Is there same way to capture both?
"Pamela for Skype". The "Basic" version is free but has a max recording time of 15 minutes.
by steve
Fri Jan 15, 2021 10:37 am
Forum: Windows
Topic: **SOLVED** Blue Yeti - Not Recording Both Channels
Replies: 38
Views: 2429

Re: Blue Yeti - Not Recording Both Channels

SmashterLink wrote:
Fri Jan 15, 2021 1:05 am
I assume that since no one has posted here recently, we are out of ideas?
The only idea I have left is rather drastic: Reinstall Windows.