Search found 59476 matches

by steve
Thu Dec 14, 2017 1:07 am
Forum: GNU/Linux
Topic: Constant crashes
Replies: 13
Views: 5886

Re: Constant crashes

Try setting the recording and playback setting to the "hw" options in the device toolbar, that correspond with the audio device that you are using. That will set Audacity to use the device directly through ALSA, bypassing PulseAudio, and should resolve the stability problems.
by steve
Thu Dec 14, 2017 1:03 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Split Stereo Track To Left And Right Tracks Audacity 2.2.1
Replies: 5
Views: 5488

Re: Split Stereo Track To Left And Right Tracks Audacity 2.2

Click on the name of the track, to the right of the [X]
(the default track name is "Audio Track")
More info here: http://manual.audacityteam.org/man/audi ... _menu.html
by steve
Wed Dec 13, 2017 7:19 pm
Forum: General Audio Programming
Topic: Help With Rounding Number of Samples
Replies: 10
Views: 4817

Re: Help With Rounding Number of Samples

Each 16-bit sample has 2 bytes. Round your durations to a number of sample - it does not matter if you round up or down or to closest, but it is essential that you have 2 bytes for each sample. The code that you posted already appears to do that so far as i can tell, so my guess is that the problem ...
by steve
Wed Dec 13, 2017 6:40 pm
Forum: General Audio Programming
Topic: Help With Rounding Number of Samples
Replies: 10
Views: 4817

Re: Help With Rounding Number of Samples

Does this sound familiar?
It is a sine wave with the low and high bytes reversed as signed 16-bit values.
Check that your code is always using an even number of bytes per tone.
by steve
Wed Dec 13, 2017 4:52 pm
Forum: General Audio Programming
Topic: Help With Rounding Number of Samples
Replies: 10
Views: 4817

Re: Help With Rounding Number of Samples

That is very curious "distortion". It's not at all random, but has a very clear cyclical pattern that can be clearly seen in the Spectrogram view (http://manual.audacityteam.org/man/spectrogram_view.html) Set the "Window Size" to a small value (say: 128) to see the pattern. My fi...
by steve
Wed Dec 13, 2017 4:33 pm
Forum: Windows
Topic: (soft) Limiter (with make-up gain)
Replies: 5
Views: 1353

Re: (soft) Limiter (with make-up gain)

So it's not really "Make-Up Gain." In the "Limiter" effect that now ships with Audacity (http://manual.audacityteam.org/man/limiter.html), it really is "Make-Up Gain", (not "Normalize"). It looks like that's the effect that Trebor is demonstrating. In this pl...
by steve
Wed Dec 13, 2017 3:02 pm
Forum: Adding Features to Audacity
Topic: Decimal places for frequency in spectrums?
Replies: 15
Views: 1876

Re: Decimal places for frequency in spectrums?

Worth noting that with real-world sounds, there are always harmonics present. Although the frequency resolution of FFT gets progressively worse at lower frequencies, for many sounds it can be expected that the first harmonic will be exactly double the frequency of the fundamental. In terms of "...
by steve
Wed Dec 13, 2017 12:12 pm
Forum: Audiobook Production
Topic: Hiss noise on normalisation at set time in recording
Replies: 4
Views: 1115

Re: Hiss noise on normalisation at set time in recording

On one of my chapters it appeared at 20.59 in the recording but was not linked to the actual sound at that point. I changed the tempo of the recording and the sound came again at exactly 20.59, this time over different words. That second sentence give an important clue. It shows that the sound is n...
by steve
Wed Dec 13, 2017 11:18 am
Forum: General Audio Programming
Topic: Help With Rounding Number of Samples
Replies: 10
Views: 4817

Re: Help With Rounding Number of Samples

sounds that ought to be gentle sine waves come out sounding like machine clanking. Please post a short sample in WAV format . Just a few seconds will be fine, so long as it clearly shows the problem. See here for how to attach files to forum posts: https://forum.audacityteam.org/viewtopic.php?f=49&...