Search found 59476 matches

by steve
Mon Aug 21, 2017 6:03 pm
Forum: Windows
Topic: the wave file too small when recording!
Replies: 2
Views: 744

Re: the wave file too small when recording!

I presume that you are trying to record audio that is playing on your computer (such as from a website). When recording sound that is playing on the computer, if you turn down the playback volume, then the recording will also be quiet (because you are recording something that is quiet). If you have ...
by steve
Mon Aug 21, 2017 3:41 pm
Forum: Adding Features to Audacity
Topic: Time-squish with Paulstretch
Replies: 5
Views: 1377

Re: Time-squish with Paulstretch

Vote added.
by steve
Mon Aug 21, 2017 12:03 pm
Forum: Windows
Topic: Error: reference to invalid character number at line 6
Replies: 34
Views: 5033

Re: Error: reference to invalid character number at line 6

Only one of those responses (not counting the "milestone") isn't mine, and I already explained in the post after that why the suggestion in that post would be an unnecessary complication. And it was after the fake milestone was applied to my pull request that I posted to audacity-devel, a...
by steve
Mon Aug 21, 2017 7:33 am
Forum: Windows
Topic: Tranferring voice mails
Replies: 3
Views: 354

Re: Tranferring voice mails

by steve
Mon Aug 21, 2017 7:26 am
Forum: Windows
Topic: Export audiofiles in Audacity 2.1.3.0 [SOLVED]
Replies: 3
Views: 349

Re: Export audiofiles in Audacity 2.1.3 [SOLVED]

Thank you so much for replying, I figured it out evetually (not exactly sure how I dit it though) but thanks again for responding :D I'll mark this topic as "solved", and for the benefit of anyone searching for help exporting audio, here is the appropriate part of the manual: http://manua...
by steve
Mon Aug 21, 2017 7:22 am
Forum: Windows
Topic: Arming a track to record
Replies: 3
Views: 2407

Re: Arming a track to record

Up to and including Audacity 2.1.3, by default, Audacity will record to a new audio track. To continue recording in an existing track, select the track that you wish to record into, then " Append Record " (shortcut: Shift + R) In the next Audacity release (which will be 2.2.0), the default...
by steve
Mon Aug 21, 2017 7:15 am
Forum: Windows
Topic: Audacity could not find a place to store temporary files
Replies: 3
Views: 980

Re: Audacity could not find a place to store temporary files

I would suggest that you uninstall all versions of Audacity that are currently on your machine, then, while logged in with your normal user account, install Audacity using the recommended "EXE" installer (available here: http://www.audacityteam.org/download/windows/). During the installati...
by steve
Mon Aug 21, 2017 7:09 am
Forum: Windows
Topic: unable to record stream
Replies: 10
Views: 907

Re: unable to record stream

From the Audacity Help menu, select "Audio Device Info".
When the info appears, click the Save button and save the info as a .txt file. Then attach the .txt file to your reply.
See here for how to attach a file to a forum post: viewtopic.php?f=49&t=64936
by steve
Mon Aug 21, 2017 7:05 am
Forum: Windows
Topic: NOT PLAYING ON MY PHONE WITH EARPIECE
Replies: 4
Views: 454

Re: NOT PLAYING ON MY PHONE WITH EARPIECE

Hi, After recording with audacity on MY PC with an earpiece, i edited it still using the earpiece to listen to it. then i export and send to my phone, but it was only playing the instrumental at a low level and i couldn't hear what i recorded. but i try using an earpiece with the phone then it soun...
by steve
Sun Aug 20, 2017 4:46 pm
Forum: Windows
Topic: Adding randomized silence (Windows 10, Audacity 2.1.3)
Replies: 86
Views: 7072

Re: Adding randomized silence (Windows 10, Audacity 2.1.3)

Not guaranteed to be correct - this is off the cuff, so do check it: ;version 4 ;type generate ;; Global variables. These could be set by user controls. (setf minrest 1.8) (setf maxrest 2.8) (setf lohz 1000) (setf hihz 4000) (defun tone (pitch) (mult (osc pitch 0.25) (pwlv 0 0.02 1 0.23 1 0.25 0))) ...