Search found 59476 matches

by steve
Wed Dec 09, 2020 1:28 pm
Forum: macOS
Topic: problem with some effects
Replies: 2
Views: 105

Re: problem with some effects

The problem was that "silence" level of your waveform was already a bit below the centre line. It is called "DC Offset". Amplifying has just increased (amplified) the distance. The DC Offset needs to fixed as the first step after recording (before any editing or other processing)...
by steve
Wed Dec 09, 2020 1:22 pm
Forum: New Plug-Ins
Topic: Improving Sound Finder
Replies: 13
Views: 1914

Re: Improving Sound Finder

When programming, it is essential that the program can handle every possible case that it could be exposed to. For a robust program there must be no possible input that can create an "undefined" result. The problem with having a maximum sound length setting can be seen in this example. Say...
by steve
Wed Dec 09, 2020 10:48 am
Forum: Windows
Topic: how to remove/filter out unwanted audio noise using audacity?
Replies: 5
Views: 563

Re: how to remove/filter out unwanted audio noise using audacity?

It sounds more like a synthesized voice than background noise. Consequently I don't know which part of the sound you want to remove.
by steve
Wed Dec 09, 2020 9:17 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Missing Effects Choices
Replies: 3
Views: 503

Re: Missing Effects Choices

I would highly recommend having only one version of Audacity installed. It is possible to have multiple versions (and often necessary for the people that are testing pre-release versions), but you have to use "Portable Settings" for at least one version so as to prevent them from overwriti...
by steve
Wed Dec 09, 2020 12:52 am
Forum: macOS
Topic: Xitel INport on Mac OS 10.11.6 (El Capitan) Audacity 2.4.2
Replies: 8
Views: 375

Re: Xitel INport on Mac OS 10.11.6 (El Capitan) Audacity 2.4.2

What are you recording? What is the audio source into the Xitel INport?
by steve
Tue Dec 08, 2020 9:42 pm
Forum: GNU/Linux
Topic: Audacity 2.4.2 are not released (on Linux) !
Replies: 8
Views: 798

Re: Audacity 2.4.2 are not released (on Linux) !

Ok but you could still provide a .rpm and .deb package, which are the most used. So could you, it's open source :shock: . Do you have the resources to produce, test and distribute deb and rpm packages (32 and 64 bit) for Debian 10, 11, 12 and current versions of Fedora, OpenSuse, OpenMandriva and w...
by steve
Tue Dec 08, 2020 8:07 pm
Forum: Windows
Topic: My recording starts when it hears sound. How do I have the recording begin immediately?
Replies: 2
Views: 161

Re: My recording starts when it hears sound. How do I have the recording begin immediately?

What are you recording?

Ensure that "Sound Activated Recording" is NOT enabled in "Transport menu > Transport Options".
by steve
Tue Dec 08, 2020 8:05 pm
Forum: Windows
Topic: Bars on display - how to remove
Replies: 2
Views: 43

Re: Bars on display - how to remove

You may have pressed the "F6" key. Press "F1" to get back to normal.
See: https://manual.audacityteam.org/man/tools_toolbar.html
by steve
Tue Dec 08, 2020 6:58 pm
Forum: GNU/Linux
Topic: Audacity 2.4.2 are not released (on Linux) !
Replies: 8
Views: 798

Re: Audacity 2.4.2 are not released (on Linux) !

We only supply source code for Linux. Binary packages are supplied by the package maintainers of each Linux distribution.This is standard practice for Linux because there are so many different Linux distributions.
by steve
Tue Dec 08, 2020 6:47 pm
Forum: Windows
Topic: Adding random noise in the entire directory that contains audio files
Replies: 10
Views: 448

Re: Adding random noise in the entire directory that contains audio files

I wrote this on Linux (with Python 3.6.9) so it will need to be adapted for Windows. Also, I've only tested with a handful of files. I don't know how many files it can handle in one run. I'd suggest that you test with just a few files then gradually increase the number of files. If it fails after a ...