Search found 59476 matches
- Tue Jul 13, 2010 5:58 pm
- Forum: Windows
- Topic: poor quality audio after 1 min or so of recording
- Replies: 9
- Views: 764
Re: poor quality audio after 1 min or so of recording
You're wanting to record sounds that are playing on your computer using a UCA-202? First thing is to check in the Windows Control panel to see if plugging in the UCA-202 provides a "Stereo Mix" option in the Windows Control Panel. (It probably doesn't, but if it does, then use that and the...
- Tue Jul 13, 2010 4:41 pm
- Forum: Maintaining / Improving this Forum
- Topic: Sending users to our documentation
- Replies: 49
- Views: 12620
Re: Sending users to our documentation
I like itkozikowski wrote:Click the underlined links for Quick Answers.
Tips Tutorials Documentation
- Tue Jul 13, 2010 4:39 pm
- Forum: Audio Processing
- Topic: Problem with last sample
- Replies: 5
- Views: 799
Re: Problem with last sample
The first sample is at time = 0.00000 (if you look closely at the extreme left edge of the track you can see a dot - or is it half a dot :) ) So this first sample you could say is the 0'th sample. If you generate 1 sample, this will be the one and only dot. You can also see the 2nd and 3rd samples, ...
- Tue Jul 13, 2010 1:26 am
- Forum: Recording Equipment
- Topic: Help with Microphone to Speakers setup
- Replies: 14
- Views: 3445
Re: Help with Microphone to Speakers setup
Ok, whatever you say.
- Mon Jul 12, 2010 11:28 pm
- Forum: Recording Equipment
- Topic: Help with Microphone to Speakers setup
- Replies: 14
- Views: 3445
Re: Help with Microphone to Speakers setup
my crystal ball says the tbone maker is the same one as speakerrepair's No, looking closely at the picture and comparing it with the T-Bone MB85 beta here in my hand - it's different. Of course that does not mean the GLS Audio ES-58 isn't any good (having never used one I don't know if it's good or...
- Mon Jul 12, 2010 11:23 pm
- Forum: Windows
- Topic: Start/stop recording based on external switch?
- Replies: 8
- Views: 1408
Re: Start/stop recording based on external switch?
It wouldn't be time stamped at the beginning.whomper wrote:but with one long track timestamped at teh beginning
you can see the time of any sample by adding elapsed time to start time
stevethefiddle wrote:the entire track will have one time stamp (the time that you export it).
- Mon Jul 12, 2010 11:20 pm
- Forum: Audio Processing
- Topic: How do automate a simple fade in/out process?
- Replies: 2
- Views: 690
Re: How do automate a simple fade in/out process?
If you want to have a go at writing a Nyquist plug-in: This is the basic code for the fade-in: (setq fade-length 1.5) (setq end (/ LEN *sound-srate*)) (abs-env (mult s (control-srate-abs *sound-srate* (pwlv 0 fade-length 1 end 1)))) In this case I've set the fade-in length to 1.5 seconds, though it ...
Re: Windows 8
At one time there was a "standard" platform for music/audio - it was called the "Atari ST". (I've still got a couple up in the attic
)
- Mon Jul 12, 2010 10:18 pm
- Forum: General Audio Programming
- Topic: Track sampling rate question.
- Replies: 11
- Views: 5600
Re: Track sampling rate question.
Wow, this is resurrecting an old thread :) That's not going to produce the same thing as the rms function, though, is it? No, I don't think it does. It should have been (snd-sqrt (snd-avg (mult s s) window-size step-size OP-AVERAGE)) so for the equivalent of (rms s) you would have: (snd-sqrt (snd-av...
- Mon Jul 12, 2010 9:33 pm
- Forum: Audio Processing
- Topic: Problem with last sample
- Replies: 5
- Views: 799
Re: Problem with last sample
If you generate 3 samples, you should get one sample at the beginning (t=0), a second sample at 1/(sample rate), and a third sample at 2/(sample rate)
Just tested on Audacity 1.3.12 (Linux) and it works as expected.
Just tested on Audacity 1.3.12 (Linux) and it works as expected.