Search found 57626 matches: help

Searched query: help

by engaudio
Wed Dec 29, 2010 1:31 am
Forum: Mac OS X
Topic: imported raw file hissy
Replies: 4
Views: 1155

imported raw file hissy

... with some simple math. Is there an easy way of re-writing the header? ie: just overwrite a new file length and/or specs? (Files are 24b/44.1k) Any help appreciated... Regards, Grant.
by bgravato
Wed Dec 29, 2010 12:57 am
Forum: Audio Processing
Topic: I restored my computer, and now I have no sound.
Replies: 2
Views: 465

Re: I restored my computer, and now I have no sound.

roberten wrote:I had a problem with a computer program and had to do a system restore, and now the Audacity screen comes up but I can not hear anything even when I try to playback what I previously recorded. Please help.

Thank you
Robert
You forgot to say which operating system and which audacity version.
by Fallout1
Tue Dec 28, 2010 10:49 pm
Forum: Windows
Topic: MRI background noise filtering
Replies: 3
Views: 496

MRI background noise filtering

... portion for testing as well as a picture of the waveform. (Background noise from the left and needed voice response @ 17 sec) Thanks for your help in advance.
by steve
Tue Dec 28, 2010 8:27 pm
Forum: Audio Processing
Topic: MP3 Export Adding Garbage at Beginning
Replies: 10
Views: 2887

Re: MP3 Export Adding Garbage at Beginning

... I found a tool that takes my wave and throws out a looped mp3 - the site also has a proper explanation of how the program does it as well. Hope it helps Unfortunately that does not help much at all. The "prepared" MP3s suffer the same problem as any other MP3 which is that there is silence ...
by Dunk
Tue Dec 28, 2010 6:13 pm
Forum: Mac OS X
Topic: Too Fast
Replies: 1
Views: 406

Too Fast

... is way too fast. I'm running OSX 10.6.4 and it did the same thing in Audacity 1.2.6 and 1.3.12. I'm sure it's just a setting I missed so any help would be most appreciated.
by billw58
Tue Dec 28, 2010 5:57 pm
Forum: General Feedback and Discussion
Topic: How to convert AUP to LAME to MP3
Replies: 4
Views: 4335

Re: How to convert AUP to LAME to MP3

... library is used to do the export to MP3. You don't "convert to LAME". Instruction for installing LAME are here: http://audacityteam.org/help/faq?s=install&i=lame-mp3 You don't "convert" an AUP file to something else - you export your project to a format that your CD burning ...
by Edwinaabney
Tue Dec 28, 2010 5:51 pm
Forum: General Feedback and Discussion
Topic: How to convert AUP to LAME to MP3
Replies: 4
Views: 4335

How to convert AUP to LAME to MP3

I've learned to remove vocals from Audacity. But now I can't figure out how to convert an AUP file to LAME and then to MP3 so that I can burn a CD. Help please.
by [email protected]
Tue Dec 28, 2010 5:06 pm
Forum: Mac OS X
Topic: Creating Podcasts with Music and Voice Overs
Replies: 7
Views: 1037

Re: Creating Podcasts with Music and Voice Overs

Great! Thanks! I will see how that works. I appreciate all of your help. It has taken me HOURS to create a 30 minute podcast mixing music and voice clips. Maybe this will help. :P
by zekewarg
Tue Dec 28, 2010 4:33 pm
Forum: Audio Processing
Topic: 'Motorized volume sliders' Mixing table
Replies: 11
Views: 2108

'Motorized volume sliders' Mixing table

... to remember these adjustments. Like a studio mixing table with motorized sliders with memory. Maybe there is a plug-in for this?? Anyone, please help.
by JayAudacity
Tue Dec 28, 2010 4:00 pm
Forum: Audio Processing
Topic: Change Trim End plug-in into Trim Start?
Replies: 6
Views: 2046

Change Trim End plug-in into Trim Start?

... (defun trim (s-out cut) (setq cut (/ cut 1000.0)) (extract-abs 0 (- (get-duration 1) cut)(cue s-out))) (multichan-expand #' trim s trm-time) Any help greatly appreciated, Thanks.