Search found 59476 matches

by steve
Fri May 11, 2018 5:47 pm
Forum: Windows
Topic: 2 microphones via one USB port - impact on sound?
Replies: 15
Views: 1300

Re: 2 microphones via one USB port - impact on sound?

Monte wrote:I had this idea that it would be fairly simple and straightforward, as both mics would be coming through one channel...but you're saying that's incorrect?
Yes, I'm saying that is incorrect. Each device connected to a USB port is uniquely identified and seen by the computer as a separate device.
by steve
Fri May 11, 2018 4:39 pm
Forum: Windows
Topic: Creating a Chain With Multiple Commands
Replies: 1
Views: 138

Re: Creating a Chain With Multiple Commands

The first two of those commands are not currently available for Chains.

The next version of Audacity will have more commands available, and "Chain" will be renamed "Macro".
by steve
Fri May 11, 2018 4:01 pm
Forum: Windows
Topic: 2 microphones via one USB port - impact on sound?
Replies: 15
Views: 1300

Re: 2 microphones via one USB port - impact on sound?

I would like to get an USB splitter to run both mics from one USB port on my laptop. Question is, will this impact sound quality? If so, will it be significant? With Audacity it will be very significant - it won't work. Audacity can only record fro one device at a time. To record from two microphon...
by steve
Fri May 11, 2018 3:56 pm
Forum: Windows
Topic: Where do the other frequencies come from?
Replies: 2
Views: 122

Re: Where do the other frequencies come from?

raldone01 wrote:But why is there a difference?
Because Audacity's generated waveform is more accurate.
Your sample values appear to be accurate to about 2 decimal places (8-bit?), whereas Audacity's samples are accurate to more than 10 decimal places (32-bit float).
by steve
Fri May 11, 2018 11:08 am
Forum: Windows
Topic: 32-bit WAV different names?
Replies: 5
Views: 2078

Re: 32-bit WAV different names?

Is "float" better than "signed" and "unsigned"? Any advantage and disadvantage for each? 32-bit float is good for audio processing. The "range" of values that can be represented in float format is far greater than the range for integer formats with the same n...
by steve
Fri May 11, 2018 10:38 am
Forum: macOS
Topic: How to switch audio windows in Audacity. [SOLVED]
Replies: 9
Views: 647

Re: How to switch audio windows in Audacity.

SaxBlaCussionIzer wrote:f you could explain a little more in-depth, i would certainly appreciate that!
Could you describe what "the job" is. What are you trying to do? What are you recording and why do you need lots of "bits"?
by steve
Fri May 11, 2018 12:01 am
Forum: Windows
Topic: 32-bit WAV different names?
Replies: 5
Views: 2078

Re: 32-bit WAV different names?

So either I export a WAV 32-bit from File>Export as WAV I presume that you mean "WAV 32-bit float "... "Signed", "Unsigned" and "Float" are all different. It gets a bit technical, but basically these terms refer to how the binary data is stored: "Signed&...
by steve
Thu May 10, 2018 8:54 pm
Forum: Windows
Topic: 32-bit WAV different names?
Replies: 5
Views: 2078

Re: 32-bit WAV different names?

The "full" name for a 32-bit float WAV file is: WAV (Microsoft) 32-bit float PCM. "WAV (Microsoft)" refers to the file header. "32-bit float PCM" refers to the encoding. This is an abbreviation of: "IEEE 754 single-precision binary floating-point format: binary32, ...
by steve
Thu May 10, 2018 8:28 pm
Forum: macOS
Topic: Exported WAV files are incomplete
Replies: 2
Views: 296

Re: Exported WAV files are incomplete

There's a size limit of 4 GB for WAV format. Beyond 4 GB it is not possible for the file header to correctly address the data, so it becomes corrupted. (https://en.wikipedia.org/wiki/WAV#Limitations). For larger files you will need to use a different format (such as FLAC).
by steve
Thu May 10, 2018 6:57 pm
Forum: Windows
Topic: Way to Make a Template for Effects to Apply Effects Fast?
Replies: 3
Views: 335

Re: Way to Make a Template for Effects to Apply Effects Fast

You can create a "Chain" of effects: https://manual.audacityteam.org/man/cha ... ation.html

(In the next version of Audacity, "Chain" will be renamed as "Macro")