Search found 59476 matches

by steve
Mon Jan 16, 2017 8:45 pm
Forum: Windows
Topic: Ringing in background (HELP PLEASE)
Replies: 11
Views: 1112

Re: Ringing in background (HELP PLEASE)

Can't you burn that into the code with a "ver" statement? Leaving that up to the user may not be the best idea. Yes, you can add ";version 3" to the top like this: ;version 3 (setf s (notch2 s 60 10)) ; apply 60 Hz notch (setf s (notch2 s 500 10)) ; apply 500 Hz notch (let* ((q ...
by steve
Mon Jan 16, 2017 8:14 pm
Forum: Windows
Topic: Recording with unaplified harmonica
Replies: 3
Views: 263

Re: Recording with unaplified harmonica

glennw1 wrote:Would anyone have an recommendations for how to EQ the harmonica?
How about "not at all"? Is there anything you don't like about that?
by steve
Mon Jan 16, 2017 3:44 pm
Forum: GNU/Linux
Topic: ANNOUNCE: compress and archive an audacity project
Replies: 7
Views: 687

Re: ANNOUNCE: compress and archive an audacity project

My point was that "Save Compressed Copy of Project" is not (as you say in your caud.py script and repeated in your post) "broken", it behaves as intended and as described in the manual: http://manual.audacityteam.org/man/file_menu.html The caud.py script appears to fail if the Au...
by steve
Mon Jan 16, 2017 2:21 pm
Forum: Windows
Topic: Sound issue from Mic and Behringer 1202 FX mixer
Replies: 2
Views: 204

Re: Sound issue from Mic and Behringer 1202 FX mixer

Check the levels through the signal chain in order from source to destination: 1) A reasonable level from the Marshall amp 2) Position the SM58 so that it is pointing toward the amp speaker (you will need to experiment to find the sweet spot, but hanging by its cord over the front of the amp is prob...
by steve
Mon Jan 16, 2017 1:55 pm
Forum: Français
Topic: Problem with metadata
Replies: 2
Views: 1869

Re: Problem with metadata

This bug has been fixed in the development code and the fix will be in the next Audacity release (2.1.3).

You 'may' be able to work around this bug by clicking on one of the tag names (in the left hand column) before you close the Metadata Editor.
by steve
Mon Jan 16, 2017 11:01 am
Forum: Windows
Topic: Ringing in background (HELP PLEASE)
Replies: 11
Views: 1112

Re: Ringing in background (HELP PLEASE)

ecloev wrote:Didnt work.
You need to be more specific. Did it give an error? Did your computer catch fire? Did it remove the hum and squeal but not the other mess?
The code that Trebor posted uses legacy (version 3) syntax, so you need to select that option in the Nyquist Prompt.
by steve
Mon Jan 16, 2017 10:18 am
Forum: GNU/Linux
Topic: Error: mismatched tag at line 154
Replies: 7
Views: 730

Re: Error: mismatched tag at line 154

"Error: mismatched tag at line 154" That indicates that there is an error in the AUP file. If you attach the AUP file to your reply, we can take a look and see if it is repairable. See here for how to attach files to forum posts: http://forum.audacityteam.org/viewtopic.php?f=49&t=64936
by steve
Mon Jan 16, 2017 10:15 am
Forum: Windows
Topic: Waveform Height
Replies: 3
Views: 1281

Re: Waveform Height

The absolute maximum sample values that audio devices can handle is +/- 1.0. This is because all sound cards work with either 16 or 24 bit integer data. Audacity works internally with 32-bit floating point data, which can handle values beyond +/- 1. By default, Audacity uses 32-bit float format for ...
by steve
Mon Jan 16, 2017 9:56 am
Forum: GNU/Linux
Topic: How does Audacity work?
Replies: 8
Views: 1202

Re: How does Audacity work?

Topic moved to Gnu/Linux board. If in doubt which board to post to, chose the board for your operating system. Am I correct in assuming therefore that Audacity controls the conversion rate through the USB interface to this device? No, Audacity does not have any direct control of any audio device. Au...
by steve
Mon Jan 16, 2017 9:25 am
Forum: macOS
Topic: marking the end point of a selection
Replies: 4
Views: 1177

Re: marking the end point of a selection

To make a selection with a mouse / pointing device, click on the waveform (in the track area, not on the Timeline) for one end of the selection (start or end of the selection), then Shift+Click in the waveform track area for the other end. To adjust a selection, hold down the Shift key and click on ...