Search found 59476 matches

by steve
Sat Sep 28, 2013 5:33 am
Forum: New Plug-Ins
Topic: Octave band filter
Replies: 6
Views: 6342

Re: Octave band filter

Congratulations, that works fine. Just a few thoughts for you - While not really an issue with a little program, and more a matter of programming style, it's generally good to avoid unnecessary global variable. In large programs that cab be important because of the increased risk of using the same s...
by steve
Sat Sep 28, 2013 4:14 am
Forum: Windows
Topic: Cant record using Numark Mix Track Pro
Replies: 4
Views: 605

Re: Cant record using Numark Mix Track Pro

That link comes up with "page not found". Do you mean this page? http://serato.com/dj-intro/support/1574 ... ity/page/2
Did you select “Built-In Input / LINE input” as the recording input in the device toolbar as suggested in that tutorial?
by steve
Sat Sep 28, 2013 2:57 am
Forum: Windows
Topic: default "quality" setting 1.2.6 and 2.0
Replies: 8
Views: 1122

Re: default "quality" setting 1.2.6 and 2.0

Last year (2012 - If I recall correctly the changes occurred in Audacity 2.0.3) libsoxr was introduced as the resampling library (the code that handles resampling). The available settings in libsoxr were different to the old resampling libraries and the names of the "quality settings" were...
by steve
Sat Sep 28, 2013 1:55 am
Forum: Windows
Topic: "Stereo Mix" missing from Dell Win7 64
Replies: 11
Views: 6976

Re: "Stereo Mix" missing from Dell Win7 64

I think the difference there is just the difference between the sound cards. The "on board" sound cards in laptops are typically made for just a few cents, so some corners get cut quite drastically, particularly on the recording side. You can compensate for the problem to some extent by us...
by steve
Sat Sep 28, 2013 12:14 am
Forum: Windows
Topic: Permissions
Replies: 4
Views: 645

Re: Permissions

Audacity will not allow you to overwrite an existing project. This is a design decision because too many users were destroying their own work that way. If that's not the problem, please give the exact error message (I'm not on Windows, but if you give the exact message I may be able to help you work...
by steve
Sat Sep 28, 2013 12:09 am
Forum: Windows
Topic: Lame_enc.dll invalid
Replies: 3
Views: 1096

Re: Lame_enc.dll invalid

ith the new LAME files installed I'm not getting any audio with MP3 or WAV files. Lame has nothing to do with WAV files, so Lame is probably not the problem. Are you recording with a USB device? If so, please see here: http://manual.audacityteam.org/o/man/faq_playback.html#usb If that is not the pr...
by steve
Fri Sep 27, 2013 9:26 pm
Forum: General Audio Programming
Topic: Linear fade-out
Replies: 2
Views: 5532

Re: Linear fade-out

The linear function is applied to the sample value, thus to the linear scale level, not "dB" (which would be an exponential fade). The code is in /src/effects/Fade.cpp bool EffectFadeIn::ProcessSimpleMono(float *buffer, sampleCount len) { for (sampleCount i = 0; i < len; i++) buffer[i] = (...
by steve
Fri Sep 27, 2013 8:49 pm
Forum: Windows
Topic: "Stereo Mix" missing from Dell Win7 64
Replies: 11
Views: 6976

Re: "Stereo Mix" missing from Dell Win7 64

Which of these two files sounds most like your recording?
Test-1.flac
(1.08 MiB) Downloaded 116 times
Test-2.flac
(1.13 MiB) Downloaded 97 times
by steve
Fri Sep 27, 2013 8:01 pm
Forum: Windows
Topic: "Stereo Mix" missing from Dell Win7 64
Replies: 11
Views: 6976

Re: "Stereo Mix" missing from Dell Win7 64

Please try the suggestions that Gale made in his last post.
by steve
Fri Sep 27, 2013 7:24 pm
Forum: Compiling Audacity
Topic: Error installing Audacity 2.0.4 in Ubuntu 10.04
Replies: 15
Views: 5564

Re: Error installing Audacity 2.0.4 in Ubuntu 10.04

One other thing you could try - clean out remnants of any previous attempt (or actual) Audacity installation and start again: If you have ever had the repository version of Audacity installed, use Synaptic to reinstall it, then use Synaptic to "completely remove" it. Then, delete the audac...