Search found 24069 matches

by Gale Andrews
Thu Jan 12, 2017 5:22 pm
Forum: Windows
Topic: Re: Native komplete6 rec problems on audacity [SOLVED]
Replies: 7
Views: 722

Re: Native komplete6 rec problems on audacity

In the device toolbar there are three loopback option (spdf output loopback, main output loopback and output 3/4 komplete audio 6 wdm loopback) . With everyone of these loopback options and windows wasabi device the rec function doesn' start. ( Red button pushed, time line stopped at zero line time...
by Gale Andrews
Thu Jan 12, 2017 4:57 pm
Forum: Windows
Topic: Unable to start recording [SOLVED]
Replies: 17
Views: 2127

Re: Unable to start recording

So have you ascertained whether or not you need to run the second generation updater from Scarlett? What exactly are you trying to record when you use the Scarlett and where exactly do you have that something connected on the Scarlett? Gale i'm using the 2.1.2 version of Audacity and the 2nd generat...
by Gale Andrews
Thu Jan 12, 2017 4:47 pm
Forum: Windows
Topic: sound plays back as noise
Replies: 8
Views: 305

Re: sound plays back as noise

yoyi51 wrote:I am recording musicians playing their instruments -- violin, piano.
I use the built-in microphone of the PC.
Regardless of driver problems, you can't expect high quality from a built-in microphone. How much money could you budget to improve things?


Gale
by Gale Andrews
Thu Jan 12, 2017 4:36 pm
Forum: Windows
Topic: Unable to start recording [SOLVED]
Replies: 17
Views: 2127

Re: Unable to start recording

What version of Audacity are you using? Please see the pink panel at the top of the page. Is this first or second generation 2i4? See https://uk.focusrite.com/downloads?product=Scarlett+2i4+first+gen and under "2i4 USB 2.0 Driver - Windows - 1st gen only", click the link "Click here f...
by Gale Andrews
Thu Jan 12, 2017 3:32 pm
Forum: Windows
Topic: Reduce or increase pitch without preserving duration
Replies: 13
Views: 1675

Re: Reduce or increase pitch without preserving duration

I'd be happy for the plug-in from my previous post to go onto the wiki for the benefit of those that do want this feature. +1. We could link to it on Feature Requests where there are the votes for a pitch control in Change Speed. Unless of course you are going to add a "Maintain tempo" ch...
by Gale Andrews
Thu Jan 12, 2017 3:10 pm
Forum: macOS
Topic: Audacity shutting down if I try to use effects
Replies: 33
Views: 2312

Re: Audacity shutting down if I try to use effects

my entire computer does not crash - I meant to say that the entire Audacity project crashes. It just stops working any time I try to use any of the Audacity effects. This time I tried to use EQ and as soon as the EQ graph came up, I could no longer click anything and had to restart my computer. Did...
by Gale Andrews
Thu Jan 12, 2017 3:06 pm
Forum: macOS
Topic: Audacity shutting down if I try to use effects
Replies: 33
Views: 2312

Re: Audacity shutting down if I try to use effects

I wonder if there's a way to make a Mac "Start Over" with no applications. Mac has a Safe Mode somewhat like Windows that does not load startup and login items. It also verifies and repairs the startup disk and deletes system cache files. To use it, press and hold the SHIFT key while the ...
by Gale Andrews
Thu Jan 12, 2017 2:51 pm
Forum: Windows
Topic: traveling mic level
Replies: 16
Views: 572

Re: traveling mic level

The system file checker can attempt to fix file corruption, though it may need several attempts:

Code: Select all

sfc /scannow 

And as the article says, you can run DISM afterwards to attempt further repairs, or backup your files and reinstall Windows.


Gale
by Gale Andrews
Thu Jan 12, 2017 2:35 pm
Forum: Windows
Topic: Saving multiple channels in one OGG file [CLOSED]
Replies: 13
Views: 1746

Re: Saving multiple channels in one OGG file

Just as an ancillary note, with the example MOGG files I have, selecting none of the streams to import makes the streams append one after the other into one stereo track. It's no use for putting back in a game, but it might be a time saver for some purposes.


Gale
by Gale Andrews
Thu Jan 12, 2017 1:36 pm
Forum: Compiling Audacity
Topic: fatal error LNK1104: cannot open file 'wxmsw30ud_qa.lib'
Replies: 5
Views: 3164

Re: fatal error LNK1104: cannot open file 'wxmsw30ud_qa.lib'

Here is the file you want to look at: https://github.com/audacity/audacity/blob/master/win/compile.txt . Perhaps you built "DLL Release" of wxWidgets but are building the Debug version of Audacity. The Debug version of Audacity wants the "DLL Debug" build of wxWidgets. The enviro...