Search found 59476 matches

by steve
Thu Jun 28, 2018 11:31 pm
Forum: Adding Features to Audacity
Topic: Import Raw Data default parameters?
Replies: 6
Views: 2618

Re: Import Raw Data default parameters?

Is there a way to save the default parameters for Import Raw Data? No there isn't. Audacity attempts to work out what format the data is, but sometimes it gets it wrong (quite often in my experience). I've moved this topic to the "Adding Features" section as I assume that you would like t...
by steve
Thu Jun 28, 2018 8:23 pm
Forum: Windows
Topic: I can never find the topic group I need to post my question
Replies: 18
Views: 1038

Re: I can never find the topic group I need to post my quest

Assuming that you only have the one USB device, that sounds right.

If you then launch Audacity, that USB PnP Audio Device should be listed as a recording device in the device toolbar.
by steve
Thu Jun 28, 2018 6:19 pm
Forum: Windows
Topic: Does Audible work on any Windows Server OS'?
Replies: 2
Views: 270

Re: Does Audible work on any Windows Server OS'?

Audacity should be run on the local computer, and needs access to local storage. Audacity is not security hardened for running on a server, so it could pose security risks. Also, working with media involves moving a lot of data around, and when recording / playing, the data is required immediately. ...
by steve
Thu Jun 28, 2018 2:01 pm
Forum: Audio Processing
Topic: Suggestions for soundproofing and background elemination
Replies: 17
Views: 1279

Re: Suggestions for soundproofing and background elemination

There appear to be two different version of rms normalize that you've posted on the forums. This one, released in Dec. 2015 as well as this one, released Mar 2017. The Mar 2017 version is the one linked for download from koz's Audiobook Mastering. Thanks ve4jhj The Mar 2017 version is the one to us...
by steve
Thu Jun 28, 2018 1:14 pm
Forum: GNU/Linux
Topic: Unzip manual to a folder I don't have permissions to...!
Replies: 3
Views: 433

Re: Unzip manual to a folder I don't have permissions to...!

Henr wrote:so I didn't actually read it
:grin:

It would be nice if more Linux distributions packaged the manual and offered it as a "recommended" dependency. Unfortunately none do as far as I'm aware.
by steve
Thu Jun 28, 2018 1:12 pm
Forum: GNU/Linux
Topic: Stereo Recording How?
Replies: 1
Views: 327

Re: Stereo Recording How?

I have two microphones plugged in two different USB hubs of my Laptop. Now, is it possible to record both channels at the same time (=stereo) with audacity? Not easily. Audacity only supports recording from one device at a time. To record from two devices simultaneously, you would need to create a ...
by steve
Thu Jun 28, 2018 12:59 pm
Forum: Audio Processing
Topic: Time scaling curiosity
Replies: 25
Views: 1697

Re: Time scaling curiosity

Type

Code: Select all

[quote]
and

Code: Select all

[/quote]
then copy and paste, like this:

Code: Select all

[quote]I can't quote your last message because of:[/quote]
which will appear as:
I can't quote your last message because of:
or simply write:
"I can't quote your last message because of:"
by steve
Thu Jun 28, 2018 12:20 pm
Forum: macOS
Topic: I need to have IMA ADPCM codec, does Audacity have this?
Replies: 9
Views: 6922

Re: I need to have IMA ADPCM codec, does Audacity have this?

For completeness, it may be worth adding the steps to your blog for converting from stereo to mono (for the case where someone may be starting with a stereo file). There are two ways of doing that: 1) "Tracks menu > Mix > Mix Stereo down to Mono" 2) Split to mono , then delete the unwanted...
by steve
Thu Jun 28, 2018 12:09 pm
Forum: Audio Processing
Topic: Time scaling curiosity
Replies: 25
Views: 1697

Re: Time scaling curiosity

It's a hybrid that interpolates between "y = x^n1 <-> linear <-> Hann <-> y = Hann^n2"
where n1 < 1 and n2 > 1
The full description is the code https://github.com/audacity/audacity/bl ... le-fade.ny