Search found 59476 matches

by steve
Wed Dec 08, 2010 9:42 pm
Forum: Audiobook Production
Topic: Audio recording new audio track problem
Replies: 4
Views: 1749

Re: Audio recording new audio track problem

Irish wrote:If you press Shift+R instead, it will start recording at the end of the existing track.
Shift+R only works in Audacity 1.3.x
Technus, if you are using the old 1.2.x version of Audacity it is highly recommended that you upgrade to Audacity 1.3.12 http://audacityteam.org/download/
by steve
Wed Dec 08, 2010 9:22 pm
Forum: Windows
Topic: Recording BBC Radio programmes
Replies: 73
Views: 13467

Re: Recording BBC Radio programmes

But maybe we should concentrate first on establishing how to record internet radio before we look at that? No, we need to look at it the other way round. We will not be able to record something that is not playing. See if you can work backwards through the steps and get the internet radio playing a...
by steve
Wed Dec 08, 2010 9:18 pm
Forum: Nyquist
Topic: Low level Nyquist programming.
Replies: 7
Views: 2516

Re: Low level Nyquist programming

The "low level functions" are still not very close to the hardware, but they are one layer closer than other functions. For example, if you use the function (highpass2) in a Nyquist script, this is a high level function that is designed for Nyquist authors to use in their scripts. If you l...
by steve
Wed Dec 08, 2010 8:32 pm
Forum: GNU/Linux and Unix-like
Topic: Ubuntu 10.10, Audcaity 1.3.12 beta: Why preferences change?
Replies: 18
Views: 4282

Re: Ubuntu 10.10, Audcaity 1.3.12 beta: Why preferences chan

If you play something with RhythmBox, by default it uses PulseAudio, so if you then open PAVU you should see RhythmBox listed on the Playback tab. Similarly, if Audacity is set to playback using "default" as the Playback device, then when you start playing something in Audacity you should ...
by steve
Wed Dec 08, 2010 7:44 pm
Forum: Windows
Topic: Project Rate
Replies: 29
Views: 2800

Re: Project Rate

A search on Google for "Vox player" returned over 2.5 million results, so you should have little trouble finding something suitable. :)
by steve
Wed Dec 08, 2010 7:24 pm
Forum: Recording Equipment
Topic: tone track - vol diff hard left vs hard right
Replies: 2
Views: 969

Re: tone track - vol diff hard left vs hard right

Little surprises me when it comes to on-board sound - this is one place that virtually all PC manufacturers cut corners. Re. the SoundBlaster - this is still a budget card, but I've used a lot of SoundBlaster cards and the sound quality is usually surprisingly good for the price, so I'll be a little...
by steve
Wed Dec 08, 2010 6:49 pm
Forum: Plug-in Archive
Topic: Parametric EQ
Replies: 7
Views: 13893

Re: Parametric EQ

Ah, it only users sliders, so can be version 1. If I added a "choice" widget it would be "version 3". Right? Yes. The "Text" widget was introduced in version 2 The "Choice" widget was introduced in version 3 We're probably overdue for "version 4" as...
by steve
Wed Dec 08, 2010 6:23 pm
Forum: New Plug-Ins
Topic: Binaural Tones with Surf 2
Replies: 22
Views: 13277

Re: Binaural Tones with Surf 2

A while back I was helping someone that wanted to generate "Isochronic Tones" (another "brainwave entrainment" type thing). While I was working on that, I also wrote a simple "Binaural Tone" generator. It was a much more simple effect than the one by David Sky and simpl...
by steve
Wed Dec 08, 2010 5:59 pm
Forum: Plug-in Archive
Topic: Parametric EQ
Replies: 7
Views: 13893

Re: Parametric EQ

Oddly enough, or perhaps not strangely at all, that's rather similar to one that I made (for the same reason) :) The plug-in was based on the channel Eq of a well know make of mixing desk. I'm sure I had another version of this that also included a fixed gain "LF roll-off" as found on this...
by steve
Wed Dec 08, 2010 5:53 pm
Forum: Nyquist
Topic: Conventions for Nyquist Plug-ins
Replies: 23
Views: 41386

Plug-in headers

The full format for the header information is as follows: ;nyquist plug-in ;version version ;type type ;name "name" ;action "text" ;categories "text" ;info "text" ;control parameters ;codetype type ;debugflags flags Of these, the first four are obligatory, so ...