Search found 59476 matches

by steve
Thu Jan 17, 2019 8:03 pm
Forum: Windows
Topic: UPDATE: Recording direct from phone to PC
Replies: 3
Views: 122

Re: UPDATE: Recording direct from phone to PC

It sounds like you've either got a bad lead, bad connections, or you've blown the mic input of your sound card.
The signal level from a headphone socket is typically several hundred time greater than the signal from a microphone.
by steve
Thu Jan 17, 2019 7:33 pm
Forum: New Plug-Ins
Topic: Extend Silences
Replies: 35
Views: 18660

Re: Extend Silences

Another bit: ;;; For stereo tracks, use maximum of L/R channels (defun mono (s-in) (if (arrayp s-in) ; if stereo, (s-max ; absolute max of channels. (snd-abs (aref s-in 0)) (snd-abs (aref s-in 1))) (snd-abs s-in))) ; else absolute sample values. You don't actually need to do SND-ABS for S-IN, becaus...
by steve
Thu Jan 17, 2019 7:25 pm
Forum: New Plug-Ins
Topic: Extend Silences
Replies: 35
Views: 18660

Re: Extend Silences

would you please detail the improvements? Sure. Headers (https://wiki.audacityteam.org/wiki/Nyquist_Plug-in_Headers) ;version 3 The current plug-in version is version 4. Note that version 4 plug-ins use *TRACK* for the audio passed from the track rather than S . ;categories Categories are no longer...
by steve
Thu Jan 17, 2019 4:21 pm
Forum: Windows
Topic: Audacity now "Not Responding" when I import WAV files.
Replies: 7
Views: 177

Re: Audacity now "Not Responding" when I import WAV files.

BirdmanInarritu wrote:
Thu Jan 17, 2019 3:48 pm
1) yes...
At what point does this go from "yes" to "no"?

Where did these 300 to 500 MB podcasts come from? (podcasts are almost always compressed formats such as MP3).
by steve
Thu Jan 17, 2019 3:10 pm
Forum: Windows
Topic: Audacity now "Not Responding" when I import WAV files.
Replies: 7
Views: 177

Re: Audacity now "Not Responding" when I import WAV files.

Perhaps it will help if I number them: 1) Do small files import correctly? 2) Does this happen when importing to a previously saved project, or a new (empty) Audacity project? 3) In "Edit > Preferences > Directories", where does it say the Audacity Temp folder is located? 4) How much free ...
by steve
Thu Jan 17, 2019 2:26 pm
Forum: Windows
Topic: Bug with EQ curve
Replies: 3
Views: 93

Re: Bug with EQ curve

I can't reproduce it on Linux either.
by steve
Thu Jan 17, 2019 2:24 pm
Forum: Windows
Topic: How to lock track focus?
Replies: 2
Views: 253

Re: How to lock track focus?

It's a bug. I've now logged it on the Audacity bug tracker.

I don't see an good workaround, other than "Shift + Click" in the panel on the left end of the track that should have focus (to restore focus without losing the current selection).
by steve
Thu Jan 17, 2019 1:43 pm
Forum: Windows
Topic: Making some podcasts listenable
Replies: 5
Views: 505

Re: Making some podcasts listenable

The original podcasts are much better quality: https://www.europe1.fr/emissions/On-va-s-gener
The best solution would be to get the originals.
by steve
Thu Jan 17, 2019 1:31 pm
Forum: Windows
Topic: Audacity now "Not Responding" when I import WAV files.
Replies: 7
Views: 177

Re: Audacity now "Not Responding" when I import WAV files.

Do small files import correctly?

Does this happen when importing to a previously saved project, or a new (empty) Audacity project?

In "Edit > Preferences > Directories", where does it say the Audacity Temp folder is located?

How much free space is available in the Temp folder?
by steve
Thu Jan 17, 2019 1:22 pm
Forum: Windows
Topic: No audio when playing back recording
Replies: 6
Views: 1759

Re: No audio when playing back recording

I'm also having this issue and am a bit (only a bit) more well versed with these kinds of programs; I'm using an AudioBox 22VSL mixer that's connecting my Audio Technica AT2020 Cardioid Condenser mic to my ASUS X555LAB laptop running Windows 10. My monitors are also running through my mixer, and I ...