Search found 59476 matches

by steve
Thu Aug 16, 2018 10:35 am
Forum: Windows
Topic: Audacity failed to read from a file in C
Replies: 8
Views: 6485

Re: Audacity failed to read from a file in C

I have found a solution Not really a "solution", but that's a useful technique for recovering at least most of a recording when some of the data on disk is unreadable. If the project is working (plays correctly from start to end) in Audacity, then a better workaround is to save the projec...
by steve
Thu Aug 16, 2018 10:22 am
Forum: Windows
Topic: Tinnitus Suffer seeking help form Audacity Community
Replies: 14
Views: 2400

Re: Tinnitus Suffer seeking help form Audacity Community

Gordz wrote:
Thu Aug 16, 2018 8:42 am
Hi there Greg, did you ever get any where with your research on this ? My tinnitus drives me crazy sometimes.
Greg has not been active on this forum since 2015, though perhaps some of the information in this thread will still be useful.
by steve
Thu Aug 16, 2018 10:17 am
Forum: Plug-in Archive
Topic: Delay with bpm and panning
Replies: 46
Views: 6987

Re: Delay with bpm and panning

To do panning with a plug-in, the audio must be in a stereo track. Stereo tracks are handles as arrays, so you can test if the track is stereo by checking if *track* is an array. (if (arrayp *track*) (print "Stereo") (print "Mono")) Panning is then achieved by adjusting the propo...
by steve
Thu Aug 16, 2018 10:01 am
Forum: Windows
Topic: How to set up a chain that uses COPY and PASTE with several tracks
Replies: 3
Views: 205

Re: How to set up a chain that uses COPY and PASTE with several tracks

MrKristoffVA wrote:
Thu Aug 16, 2018 5:05 am
Am I missing something or is this not possible?
It is not currently possible.
by steve
Thu Aug 16, 2018 10:00 am
Forum: Windows
Topic: Install problem
Replies: 2
Views: 162

Re: Install problem

I'd recommend that you use the "installer" version of Audacity from: https://www.audacityteam.org/download/windows/ and install in the default location. For Apple devices, you would normally export from Audacity to iTunes. See: https://manual.audacityteam.org/man/tutorial_exporting_to_itun...
by steve
Thu Aug 16, 2018 9:56 am
Forum: Windows
Topic: Question about record
Replies: 1
Views: 145

Re: Question about record

Ensure that Windows Sound Enhancements are turned off: https://manual.audacityteam.org/man/faq ... hancements

Also, note that some sound cards have their own control panel and effects, in which case you need to ensure that those effects are also turned off.
by steve
Thu Aug 16, 2018 9:52 am
Forum: Adding Features to Audacity
Topic: Add Rowetel's LGPL Codec2
Replies: 2
Views: 798

Re: Add Rowetel's LGPL Codec2

Thanks for the suggestion. I have logged your interest in adding Codec2 support to Audacity. I assume that you are aware that you can export as C2 from Audacity by using the "external program" option (requires the C2 command line encoder to be installed). [Update: It appears that this topi...
by steve
Thu Aug 16, 2018 9:02 am
Forum: GNU/Linux
Topic: What is the best order of operation?
Replies: 2
Views: 417

Re: What is the best order of operation?

Most of that recording sounds quite well balanced, so personally I'd avoid processing the entire thing, other than perhaps a little "dynamic range compression" (https://manual.audacityteam.org/man/compressor.html) If you are listening on computer speakers, the clarinet will probably sound ...
by steve
Thu Aug 16, 2018 8:52 am
Forum: New Plug-Ins
Topic: Band compresor
Replies: 10
Views: 1169

Re: Band compresor

All interface controls have keyboard shortcuts to make it easy to scroll over them. Do they work correctly on Windows? Unfortunately they don't work on Linux. This is a bug/limitation affecting all Nyquist effects. The only access keys that do work for effects on Linux are the buttons at the bottom...