Search found 59476 matches

by steve
Fri Oct 20, 2017 8:33 am
Forum: Windows
Topic: Transferring cassette audio into digital not working
Replies: 5
Views: 548

Re: Transferring cassette audio into digital not working

my Win10 computer Is that a laptop or a full-size computer? For a full size computer you must use the "line in" and not the "mic" input. The output from a cassette player is around 1000 x higher than a microphone signal, and could damage a mic input. On laptops, there is usually...
by steve
Fri Oct 20, 2017 8:12 am
Forum: New Plug-Ins
Topic: Silence Marker Plus (a Silence Finder modification)
Replies: 12
Views: 2435

Re: Silence Marker Plus (a Silence Finder modification)

Unfortunately, moderators still are suspecting me of something hideous and disabled BBCode and all stuff in my messages... Please understand that keeping this forum free of spam, {word rejected}, trolls and flame wars ... is a lot of work. The small team of moderators and forum friends that keep th...
by steve
Fri Oct 20, 2017 7:55 am
Forum: GNU/Linux
Topic: Sample Data Export/Import is “bit-perfect”/lossless?[SOLVED]
Replies: 35
Views: 3560

Re: Sample Data Export/Import is “bit-perfect”/lossless?

Why should I edit without “bit-perfect” in mind? "Bit perfect" is one of those phrases that is easy to grasp, but not really very meaningful. 32-bit -> 8-bit is obviously not bit perfect, right? but 8-bit -> 32-bit -> 8-bit may be lossless. 24-bit -> 64-bit -> 24-bit -> laptop / iPod / ot...
by steve
Fri Oct 20, 2017 12:34 am
Forum: GNU/Linux
Topic: Sample Data Export/Import is “bit-perfect”/lossless?[SOLVED]
Replies: 35
Views: 3560

Re: Sample Data Export/Import is “bit-perfect”/lossless?

Why do you need "bit perfect"?
Where do the original "bits" come from?
by steve
Thu Oct 19, 2017 11:24 pm
Forum: GNU/Linux
Topic: Best quality audio format/rate for websites
Replies: 12
Views: 1408

Re: Best quality audio format/rate for websites

I would prefer the best quality over browser support-- while keeping the file sizes within a reasonable size. It depends what you mean by "reasonable size", and how long the audio is. For short files, 16-bit 44100 Hz WAV will give CD quality, which is better than any MP3 or OGG. If that's...
by steve
Thu Oct 19, 2017 9:54 pm
Forum: GNU/Linux
Topic: Best quality audio format/rate for websites
Replies: 12
Views: 1408

Re: Best quality audio format/rate for websites

MP3 is still the best supported audio format for web browsers.
https://www.w3schools.com/html/html5_audio.asp
by steve
Thu Oct 19, 2017 9:25 pm
Forum: GNU/Linux
Topic: Sample Data Export/Import is “bit-perfect”/lossless?[SOLVED]
Replies: 35
Views: 3560

Re: Sample Data Export/Import is “bit-perfect”/lossless?

Here is a very small 32-bit float number as a decimal to 50 decimal places:
0.00000002683188249363865907071158289909362792968750

You might want to read a bit about IEEE 754 standard to get an appreciation of why this is complicated:
https://en.wikipedia.org/wiki/Single-pr ... int_format
by steve
Thu Oct 19, 2017 9:16 pm
Forum: macOS
Topic: Adjusting EQ on the timeline
Replies: 8
Views: 557

Re: Adjusting EQ on the timeline

You could use the envelope tool *http://manual.audacityteam.org/man/envelope_tool.html) to control how much of each track:
tracks000.png
tracks000.png (35.8 KiB) Viewed 537 times
by steve
Thu Oct 19, 2017 8:40 pm
Forum: Windows
Topic: Audio delay through headphones in real time, HELP.
Replies: 2
Views: 459

Re: Audio delay through headphones in real time, HELP.

Plug your mic and headphones into the focusrite. Don't launch Audacity, leave it closed. Ensure that the "direct monitor" switch is on. Can you hear the mic through the headphones with no delay?
by steve
Thu Oct 19, 2017 8:26 pm
Forum: GNU/Linux
Topic: Sample Data Export/Import is “bit-perfect”/lossless?[SOLVED]
Replies: 35
Views: 3560

Re: Sample Data Export/Import is “bit-perfect”/lossless?

Note that the more decimal digits, the bigger the file size. Each digit is 1 byte, so 16 decimal places, plus a leading "0." or "-0." and a new line character, is 19 or 20 bytes per sample, so 1million samples will create a file that is close to 20 MB.