Search found 57626 matches: help
Searched query: help
- Tue Nov 06, 2012 8:53 pm
- Forum: Windows
- Topic: Distorted recording when using overdub
- Replies: 5
- Views: 811
Re: Distorted recording when using overdub
... Alesis multimix does not seem to be very good for overdub recording with Audacity, but if I know exactly how you have it set up I may be able to help you to get it better than now.
- Tue Nov 06, 2012 8:50 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Static Help Please
- Replies: 5
- Views: 1566
Re: Static Help Please
Do you go through a USB hub? That can cause problems. The symptom "it used to work perfectly and now it doesn't" can be put down to your hard drive filling up. Audacity (and most other production programs) will not work into a fragmented or full hard drive. As the drive gets fuller and ful...
- Tue Nov 06, 2012 8:47 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Static Help Please
- Replies: 5
- Views: 1566
Re: Static Help Please
Which clip has the static?
Koz
Koz
- Tue Nov 06, 2012 8:35 pm
- Forum: Audacity 2.x Feedback and Reviews
- Topic: Static Help Please
- Replies: 5
- Views: 1566
Static Help Please
... programs I believe it's an Audacity program problem because with other programs, the recording is clear I would be very grateful is someone can help with this Thank you, kevingmoore http: // www.kevingmoore.com
- Tue Nov 06, 2012 4:03 pm
- Forum: Windows
- Topic: Can it record streaming IN/OUT audio simultaneously ?
- Replies: 13
- Views: 2306
Re: Can it record streaming IN/OUT audio simultaneously ?
Many thanks for all your help, explanation of why not easy in Wondows Sound System, and yes I agree my mention of my seeking reviews of Active Speakers best done as a separate enquiry ... having gathered Audacity is intended for working ...
- Tue Nov 06, 2012 1:49 pm
- Forum: Windows
- Topic: Audacity not responding when I open project
- Replies: 12
- Views: 2799
Re: Audacity not responding when I open project
It's probably best to just start the project again as the deadline is soon. I have everything I need to restart it. I really appreciate the help though guys, thanks!
- Tue Nov 06, 2012 11:45 am
- Forum: GNU/Linux
- Topic: Audacity records at wrong clock rate
- Replies: 20
- Views: 19473
Re: Audacity records at wrong clock rate
Can we keep on topic please.
I'm trying to help Andrew4096 and it is very confusing to throw in discussions about feature requests or a partial picture of what is happening on another machine.
I'm trying to help Andrew4096 and it is very confusing to throw in discussions about feature requests or a partial picture of what is happening on another machine.
- Tue Nov 06, 2012 11:41 am
- Forum: Windows
- Topic: FFmpeg imports mono tracks as stereo[SOLVED]
- Replies: 4
- Views: 990
FFmpeg imports mono tracks as stereo[SOLVED]
... bit in the AAC file If i do the same using the mp3 lame encoder I can see just one track in audacity when re-reading the saved fil thanks for your help I am 2.x and W7
- Tue Nov 06, 2012 3:01 am
- Forum: General Audio Programming
- Topic: Ideas for a Class Project
- Replies: 4
- Views: 4489
Ideas for a Class Project
... structures course. For a final project I have to select a piece of open source software to modify. I want to work with Audacity, but need some help getting started. Ultimately, the goal of the project is to modify an existing data structure to marginally improve performance. I was hoping to ...
- Tue Nov 06, 2012 1:56 am
- Forum: New Plug-Ins
- Topic: Help needed to create a plugin for fixing dv clicks
- Replies: 10
- Views: 5428
Re: Help needed to create a plugin for fixing dv clicks
Using robert's code, the effect expected is not reached. But it was a very neat idea. As a rule it is better to give the job of looping through samples to the C++ code (as in Robert's script) rather than looping through samples in LISP (as in my script). An alternative method could have been an OOP...