Search found 59476 matches

by steve
Fri Sep 29, 2017 7:43 am
Forum: Windows
Topic: Meassuring Tones Frequency
Replies: 2
Views: 247

Re: Meassuring Tones Frequency

For frequencies higher than about 100 Hz, the easiest way is to use "Plot Spectrum" (http://manual.audacityteam.org/man/plot_spectrum.html) Hint: the "Size" setting may be increased so as to show more accurate frequencies. Hint: Setting the "Axis" to "Log Frequency...
by steve
Fri Sep 29, 2017 7:38 am
Forum: Making Music with Audacity
Topic: Audacity Crashes and wipes clean all of my audio
Replies: 4
Views: 868

Re: Audacity Crashes and wipes clean all of my audio

Which version of Audacity? (look in "Help > About Audacity")
What is the location of Audacity's temp folder? (look in "Edit > Preferences > Directories")
Where are you saving the projects?
Please give an example of an actual project file name that has this problem.
by steve
Thu Sep 28, 2017 1:41 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Support for 24bit samples in 32bit word RAW data
Replies: 5
Views: 1356

Re: Support for 24bit samples in 32bit word RAW data

Forgot to mention in previous post - you can just import the file as a "normal" audio import. Audacity reads the file as 13 channel 32-bit signed integer, 48 kHz, and copies the data into 13 tracks, mono, 32-bit float, 48000 Hz. This gives a different track order than Import RAW, but is ot...
by steve
Thu Sep 28, 2017 12:26 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Support for 24bit samples in 32bit word RAW data
Replies: 5
Views: 1356

Re: Support for 24bit samples in 32bit word RAW data

This code, when applied with the Nyquist Prompt effect , will read the audio data from a selected track and convert it to normal 32-bit float: (setf ln ;; length of sample buffer (if (<= len 1000000) (truncate len) 10000)) (setf range (power 2.0 -8.0)) ; range of positive samples (setf offset (power...
by steve
Thu Sep 28, 2017 7:40 am
Forum: Making Music with Audacity
Topic: error: refrence to invalid charecter line 10
Replies: 1
Views: 537

Re: error: refrence to invalid charecter line 10

Try this version:
realtions.aup
(1.13 KiB) Downloaded 57 times
by steve
Wed Sep 27, 2017 8:39 pm
Forum: macOS
Topic: RIAA EQ for Audacity
Replies: 7
Views: 5548

Re: RIAA EQ for Audacity

Yes, it is one of the presets for the Equalization effect: http://manual.audacityteam.org/man/equalization.html
by steve
Wed Sep 27, 2017 6:25 pm
Forum: macOS
Topic: Is Audacity Compatible with MacOS High Sierra?
Replies: 8
Views: 3852

Re: Is Audacity Compatible with MacOS High Sierra?

Apple recommend that you perform a full back-up before updating to high sierra.
As high sierra has only been out for a couple of days, there's not much information about real-world performance of high sierra.
by steve
Wed Sep 27, 2017 4:46 pm
Forum: Windows
Topic: Error: reference to invalid character number at line 6
Replies: 34
Views: 5033

Re: Error: reference to invalid character number at line 6

Sorry for taking so long to reply. No problem, I've only recently returned from my vacation ;) Thanks for the test project. I had some time today to test it on Windows 10, and test your proposed fix. I've certainly got enough information about the problem now to log it as a bug, and your work gives...
by steve
Wed Sep 27, 2017 4:18 pm
Forum: Windows
Topic: Windows event viewer error
Replies: 6
Views: 1611

Re: Windows event viewer error

That error looks like it's related to MSVS. Do you have MSVS installed?
Are you a software developer?
Do you have Win 10 SDK installed?