Search found 59476 matches
- Thu Jan 27, 2011 5:15 pm
- Forum: Windows
- Topic: input clipping; &: pasting from 1 track to next
- Replies: 6
- Views: 1553
Re: input clipping; &: pasting from 1 track to next
not sure what the snap-to is about, Snap To should normally be OFF (not selected). It makes it easier to select exact units of time by disallowing in-between selections, normally you do not want that behaviour. i think recording in stereo has fixed this, though i don't get why... ? I think it has p...
- Thu Jan 27, 2011 5:07 pm
- Forum: Windows
- Topic: No recording device
- Replies: 1
- Views: 269
- Thu Jan 27, 2011 5:04 pm
- Forum: Windows
- Topic: Frequency problem in recorded voice samples
- Replies: 3
- Views: 1002
Re: Frequency problem in recorded voice samples
Microphone volume is set to 100% and the microphone boost is off. The microphone boost usually needs to be ON. That should fix the low recording level issue. Do I need new sound card driver? Internal (on-board) sound cards are generally low quality on PCs - it's one of the ways that they keep the p...
- Thu Jan 27, 2011 4:34 pm
- Forum: Plug-in Archive
- Topic: Sample Printer
- Replies: 43
- Views: 37996
Re: Sample Printer
I've been through this topic and there's not really much to be done. The main thing from a programming standpoint is to see if I can remove the sample number limitation. Other than that, it's mostly decisions about what features to include and what to miss out. Decision Time: Decide on Output Path. ...
- Thu Jan 27, 2011 2:41 pm
- Forum: Windows
- Topic: Frequency problem in recorded voice samples
- Replies: 3
- Views: 1002
Re: Frequency problem in recorded voice samples
Could you post two short examples as WAV files (see the "Upload Attachment" tab below the message compose box). The samples only need to be a couple of seconds long - the examples below would be ideal. Audacity is often not able to control the sound card volume settings on Vista, so you ne...
- Thu Jan 27, 2011 2:29 pm
- Forum: Windows
- Topic: Can't open audacity project
- Replies: 1
- Views: 315
Re: Can't open audacity project
Make a copy of the .AUP file.
Open the copy in a text editor (NotePad).
Copy and paste the first 15 lines into your reply.
Open the copy in a text editor (NotePad).
Copy and paste the first 15 lines into your reply.
- Thu Jan 27, 2011 2:27 pm
- Forum: Audio Processing
- Topic: How to mix vocals CD quality (new amateur trying to record)
- Replies: 15
- Views: 22047
Re: How to mix vocals CD quality (new amateur trying to reco
You've asked a huge question anamarias. "How do I become an expert sound engineer / producer for vocal recording in 10 easy steps". The short answer is that you can't, but that's not useful at all ;) Good vocal recording is, at the same time, one of the easiest things and one of the hardes...
- Thu Jan 27, 2011 5:31 am
- Forum: Feature Request Archive
- Topic: NEWBIE: ANY WAY TO LOCATE ORIGINAL SETTINGS?
- Replies: 3
- Views: 889
Re: NEWBIE: ANY WAY TO LOCATE ORIGINAL SETTINGS?
If you Saved the Audacity Project there may be a few more options open to you than if you Exported the recording as music files and deleted the Project (depending on exactly what you did and how you did it). I presume that you exported as music files and deleted the project. As Koz has said, some of...
- Thu Jan 27, 2011 5:18 am
- Forum: Recording Techniques
- Topic: Miking a violin
- Replies: 16
- Views: 5112
Re: Miking a violin
Contact mics are horrible on violins. Most bridge pick-ups are piezo and require a very high load impedance - somewhere around 1 MegaOhm. If a piezo pickup goes straight into a low impedance input you loose all of the bottom end and it'll sound thin and scratchy. If she's not using a pre-amp with a ...
- Thu Jan 27, 2011 5:06 am
- Forum: Plug-in Archive
- Topic: Sample Printer
- Replies: 43
- Views: 37996
Re: Sample Printer
Thanks storer, I'd not thought of that. I presume you're thinking of something like this: (setq dirlist (listdir path)) (setq basename "sample-data") (setq count 0) (while (member (format nil "~a~a.txt" basename count) dirlist :test 'string=) (setq count (1+ count))) (setq filena...