How does it sound if you listen to the original capture in Audacity (just press "Play" after recording).
If that sounds OK, try plugging your iPod headphones into the computer and listen to the Audacity playback - how does that sound?
Search found 59476 matches
- Wed Nov 21, 2012 10:47 pm
- Forum: Windows
- Topic: LP conversion sound quality, can you recommend improvements?
- Replies: 9
- Views: 1171
- Wed Nov 21, 2012 10:42 pm
- Forum: Windows
- Topic: Custom Keyboard Shortcut Not Saving
- Replies: 6
- Views: 802
Re: Custom Keyboard Shortcut Not Saving
As I'm not a C++ programmer I can't do anything about the bug but hopefully it will be fixed soon.
Does the workaround that you used on Linux work?
Does the workaround that you used on Linux work?
- Wed Nov 21, 2012 10:35 pm
- Forum: Windows
- Topic: Labelling Tracks.
- Replies: 50
- Views: 6018
Re: Labelling Tracks.
Which folder did you select when you were exporting?
Try selecting your Desktop as the export folder.
Try selecting your Desktop as the export folder.
- Wed Nov 21, 2012 8:25 pm
- Forum: Feature Request Archive
- Topic: Edit > Labelled Regions
- Replies: 24
- Views: 7806
Re: Edit > Labelled Regions
For anyone that builds Audacity from the source code, here is patch to implement: "All labelled regions are treated separately unless overlapping." The code change is just Line 4157 of src/Project.cpp - if( cur->start <= last->end ) + if( cur->start < last->end )
- Wed Nov 21, 2012 8:21 pm
- Forum: Windows
- Topic: Labelling Tracks.
- Replies: 50
- Views: 6018
Re: Labelling Tracks.
Click "File" menu Select "Export..." Select the folder where you want to export to. Enter a file name (do not use dots, slashes or other "special" characters in the file name0. Ensure that the file type is set to "WAV (Microsoft) signed 17 bit PCM". Click the ...
- Wed Nov 21, 2012 7:05 pm
- Forum: Windows
- Topic: Recording electric guitar without a preamp, acoustically
- Replies: 5
- Views: 1621
Re: Recording electric guitar without a preamp, acoustically
I suspect that it is due to the poor little web cam mic being unable to cope. ;) Could you post a couple of short audio samples (just a few seconds) of: a) Clean recording b) Gain/distortion recording. Export the samples as WAV files. Do not do any processing or adjustment to the recording - we need...
- Wed Nov 21, 2012 7:00 pm
- Forum: Audio Processing
- Topic: How do I install modules in Audacity?
- Replies: 21
- Views: 6703
- Wed Nov 21, 2012 6:59 pm
- Forum: Audio Processing
- Topic: How do I install modules in Audacity?
- Replies: 21
- Views: 6703
Re: How do I install modules in Audacity?
That web site does not appear to work, or is under construction.gkvc57 wrote:I have a module in the form of a .so file (it's actually an Aurora module to generate sine wave sweeps:(aurora-plugins).
- Wed Nov 21, 2012 6:55 pm
- Forum: Audio Processing
- Topic: How do I install modules in Audacity?
- Replies: 21
- Views: 6703
Re: How do I install modules in Audacity?
I think you are getting confused between "modules" and "plug-ins". A "module" needs to be specifically written for Audacity and compiled from the source code at the same time as Audacity is compiled. There are currently 3 modules available, but they are only available a...
- Wed Nov 21, 2012 6:42 pm
- Forum: Plug-in Archive
- Topic: Adjustable Fade
- Replies: 271
- Views: 73559
Re: Adjustable Fade
Perhaps we don't need the "G" word at all.Gale Andrews wrote:I think though if we use the "gain" word for the third control we should use it for the following two controls.
Start/End as: [ % of Original ]
Start (or end): [ 0 ]
End (or start): [ 100 ]