Search found 59476 matches

by steve
Tue Jul 08, 2014 8:01 am
Forum: Windows
Topic: Error recording from an audio stream [SOLVED]
Replies: 6
Views: 567

Re: Record from a audio stream?

doobiezz wrote:everything (my settings) seems to be in order
We can't see your computer. What settings do you have?
It may also be useful if you tell us about your system - what sort of sound card you have, how are your headphones/speakers connected to the computer, anything else that may be relevant.
by steve
Mon Jul 07, 2014 4:42 pm
Forum: Windows
Topic: Artifacts created when using RIAA Equalization
Replies: 15
Views: 2368

Re: Artifacts created when using RIAA Equalization

I have an idea of what my be causing the problem but it's difficult to tell from just a picture, Could you post a short sample of the affected audio before applying Equalization. The sample only needs to be a few seconds long but needs to be in WAV format. See here for how to post audio samples: htt...
by steve
Mon Jul 07, 2014 12:10 pm
Forum: Nyquist
Topic: Understanding and modifying Chris's compressor
Replies: 11
Views: 5390

Re: Understanding and modifying Chris's compressor

so... I must keep improvements to myself? ;;Chris's Dynamic Compressor, version 1.2.7.b1 ;; http://pdf23ds.net/software/dynamic-compressor ;;Copyright (c) 2010 Chris Capel ;;Released under the MIT license. See line 77ish for details. at around line 77 ;;Permission is hereby granted, free of charge,...
by steve
Mon Jul 07, 2014 10:32 am
Forum: Nyquist
Topic: Understanding and modifying Chris's compressor
Replies: 11
Views: 5390

Re: Understanding and modifying Chris's compressor

Paul L wrote:Are there any constraints on creating derivative works?
;;Version 1.2.6

;;Authored by Chris Capel (http://pdf23ds.net)
;;All rights reserved
;;Permission granted for personal use, without redistribution.
by steve
Sat Jul 05, 2014 4:09 pm
Forum: Windows
Topic: Recording System Sounds with Steinberg UR22?
Replies: 5
Views: 3680

Re: Recording System Sounds with Steinberg UR22?

I have a Steinberg UR22 and want to record what is coming out of the speakers and me talking at the same time. In order to record what is playing on the computer, the computer must be playing through the device that you are recording with. For example, you can't directly record the sound coming out...
by steve
Sat Jul 05, 2014 12:28 pm
Forum: Windows
Topic: Raw Data Clean Up
Replies: 1
Views: 1054

Re: Raw Data Clean Up

It's not a question of "cleaning up" the audio, but rather a question of knowing how to decode the audio correctly. Unfortunately we are not able to help with that because it appears to be in a non-standard and not publicly documented format. If the audio is from a game, you could try look...
by steve
Sat Jul 05, 2014 8:51 am
Forum: Feature Request Archive
Topic: Suggested improvement for Mute/Solo controls
Replies: 3
Views: 2059

Re: Suggested improvement for Mute/Solo controls

Perhaps the keyboard shortcuts for control panels could appear as popup tooltips, so we could learn them quickly without having to delver into the prefs? Yes, I agree that the shortcuts should be more easily discoverable, but unfortunately there are technical reasons why tool-tips don't work for th...
by steve
Fri Jul 04, 2014 2:10 pm
Forum: New Plug-Ins
Topic: Change Speed - Stretch audio to a specified length
Replies: 19
Views: 18404

Re: Change Speed - Stretch audio to a specified length

I'm not sure it's better than "Adjust Length... " I think that depends on whether the user is familiar with the (documented in the manual) "Change Speed" effect. I'm currently favouring "Adjust Length..." but I think that we may need a mention in either a Help screen o...
by steve
Fri Jul 04, 2014 1:16 pm
Forum: Recording Equipment
Topic: Setting a Tascam dr 05
Replies: 4
Views: 1846

Re: Setting a Tascam dr 05

Sorry we are not able to offer support for specific hardware, unless another forum user happens to have the same device. You would probably be best using Tascam's support as suggested by Gale.
by steve
Fri Jul 04, 2014 12:00 pm
Forum: Nyquist
Topic: Nyquist do* does not return audio
Replies: 7
Views: 3279

Re: Nyquist do* does not return audio

I don't believe how much I misread that.. You were not far off ;) Using a similar code structure: (abs-env ; required if used in the 'Nyquist Prompt' effect. (let ((result 0)) ; You cannot sum to NIL (do* ((hz 500 (+ 500 hz)) (start 0 (+ 400 start))) ((= hz 2500) result) ; stop at 2500 and return '...