Search found 1730 matches

by Robert J. H.
Wed Jun 22, 2016 4:40 pm
Forum: Windows
Topic: Why is Audacity Importing MKV audio at 16bit?
Replies: 15
Views: 2055

Re: Why is Audacity Importing MKV audio at 16bit?

While that is technically true, Gale, it has nothing to do with the audio. It's the stream that is transported in 32 bit morsels. That's why most programs will report it as 16 bit, although it is really 15 bits. The 32 bits in an MP3, are data bits, not audio samples. MP3 uses Huffman symbols to st...
by Robert J. H.
Wed Jun 22, 2016 12:37 am
Forum: Audio Processing
Topic: Tone Generator Inaccuracies?
Replies: 21
Views: 2384

Re: Tone Generator Inaccuracies?

Okay perfect thanks Of course 100 second samples are not going to work in Arduino even if I slow the sample rate right down? useful to know the Math though for other applications Cheers TINLEY What durations would be better then? It hasn't to be a perfect loop, after all. You could as well do the c...
by Robert J. H.
Tue Jun 21, 2016 9:52 pm
Forum: Audio Processing
Topic: Tone Generator Inaccuracies?
Replies: 21
Views: 2384

Re: Tone Generator Inaccuracies?

where do I put it to run it? In the "Nyquist Prompt" effect (see: http://manual.audacityteam.org/man/nyquist_prompt.html) Tip: You can save the snippet either directly on the hard drive, or more conveniently as user preset: Nyquist Prompt-->Manage-->Save Preset and it can easily be revoked by Manag...
by Robert J. H.
Mon Jun 20, 2016 7:47 pm
Forum: Audio Processing
Topic: Has anyone found a demodulator for CD4 (Quadraphonic) Vinyl
Replies: 35
Views: 15200

Re: Has anyone found a demodulator for CD4 (Quadraphonic) Vi

Thanks for your efforts, Robert. I had no idea you could do this with Nyquist. I'm following this thread! You can actually do everything in Nyquist. It's just a question of the time it takes to process. The FM demodulation works pretty good but it has to be done sample by sample because of the usag...
by Robert J. H.
Mon Jun 20, 2016 5:25 pm
Forum: Audio Processing
Topic: Has anyone found a demodulator for CD4 (Quadraphonic) Vinyl
Replies: 35
Views: 15200

Re: Has anyone found a demodulator for CD4 (Quadraphonic) Vi

Sorry to dredge up such an old post, but I thought I could help out a bit, as I just got into 70s cd-4 in a small, but expensive, way. I've recorded the JVC calibration/test record 4DE-205-A for anyone still wishing to continue this audacity plugin. My recording equipment includes an Audio Technica...
by Robert J. H.
Mon Jun 20, 2016 4:34 pm
Forum: Audio Processing
Topic: Tone Generator Inaccuracies?
Replies: 21
Views: 2384

Re: Tone Generator Inaccuracies?

We know that for frequency F Hz, there are F complete cycles in 1 second, an if F is a whole number, then the number of complete cycles in 1 second will be a whole number. So what we need to do for a decimal number, is to look for a frequency that is an exact multiple of F and is itself a whole num...
by Robert J. H.
Fri Jun 17, 2016 11:20 am
Forum: Audio Processing
Topic: Tone Generator Inaccuracies?
Replies: 21
Views: 2384

Re: Tone Generator Inaccuracies?

Here's the Octave formula for the frequency value:
>> vpa(sym(440)*2**(11/sym(12)))

It works only with the Symbolic package installed.
by Robert J. H.
Fri Jun 17, 2016 11:02 am
Forum: Audio Processing
Topic: Tone Generator Inaccuracies?
Replies: 21
Views: 2384

Re: Tone Generator Inaccuracies?

steve wrote:
Robert J. H. wrote:The exact value (to 50 places) would be:
830.60939515989027704488357786743025088666010693809 Hz
Is that for G#5/Ab5 at A440?
Exactly, for equal temperament to be precise.
by Robert J. H.
Fri Jun 17, 2016 10:46 am
Forum: Windows
Topic: Sample Data Export
Replies: 15
Views: 1808

Re: Sample Data Export

steve wrote:MATLAB is also a lot more complicated to use than Nyquist.
In general, only short sounds can be analyzed with Matlab or Octave. You run rapidly out of memory or indexes.
Of course, there are always workarounds...
by Robert J. H.
Fri Jun 17, 2016 10:03 am
Forum: Audio Processing
Topic: Tone Generator Inaccuracies?
Replies: 21
Views: 2384

Re: Tone Generator Inaccuracies?

Any whole number of samples that is an exact multiple of 96000/830.61 Try 100 seconds or 3,200,000 samples (33.333 seconds) that's a pretty nasty frequency, isn't it? The exact value (to 50 places) would be: 830.60939515989027704488357786743025088666010693809 Hz The question is now how much accurac...