Search found 59476 matches

by steve
Tue Oct 16, 2018 6:54 pm
Forum: Windows
Topic: downloading and install
Replies: 12
Views: 418

Re: downloading and install

the only way I found to save was to do a File>Exit and it asked me if I wanted to save and I said yes The easiest way to save a project is with: "File menu > Save Project > Save Project (Ctrl + S)" The easiest way to export a WAV file is with: "File menu > Export > Export as WAV"...
by steve
Tue Oct 16, 2018 6:39 pm
Forum: Windows
Topic: How to retreive a missing audio file
Replies: 5
Views: 147

Re: How to retreive a missing audio file

Unfortunately I suspect that the file "ABR.10.22.18 DLee working.aup" may be irreparably damaged.
If you attach it to your reply, we can take a look and check it for you.
See here for how to attach a file to your post: viewtopic.php?f=49&t=64936
by steve
Tue Oct 16, 2018 5:47 pm
Forum: New Plug-Ins
Topic: Audio Search (EXPERIMENTAL)
Replies: 12
Views: 2347

Re: Audio Search (EXPERIMENTAL)

Try this to get the hang of it:

1) Generate a Rhythm track (default settings)
2) Select the entire track (the first beat is at the start of the track)
3) Apply Patter Match with default settings.
by steve
Tue Oct 16, 2018 5:28 pm
Forum: Windows
Topic: downloading and install
Replies: 12
Views: 418

Re: downloading and install

Does it ask you where you want to save the imported files..like windows media player? When you have recorded something: "File menu > Export > Export as WAV" (for making CDs, you will normally use WAV files as they are excellent quality, and compatible with just about everything.) By the w...
by steve
Tue Oct 16, 2018 5:24 pm
Forum: Windows
Topic: downloading and install
Replies: 12
Views: 418

Re: downloading and install

OK, so here's a basic, but important concept about Audacity: Audacity works with "Projects". An Audacity Project consists of two parts: A "Project file", and a "_data folder". The Project file is a single text file, with specially formatted instructions for Audacity. Yo...
by steve
Tue Oct 16, 2018 2:34 pm
Forum: Windows
Topic: downloading and install
Replies: 12
Views: 418

Re: downloading and install

Oh, and one other thing that I'd recommend - don't start with your best, favourite tapes. You will probably find that the quality of your recordings improves a lot when you've had a bit of practice ;-)
by steve
Tue Oct 16, 2018 2:31 pm
Forum: Adding Features to Audacity
Topic: Details on Label Editor - W10/Audacity 2.2.2
Replies: 9
Views: 1073

Re: Details on Label Editor - W10/Audacity 2.2.2

I don't know about anyone else, but I don't really understand what you mean. Are you referring to this: https://manual.audacityteam.org/man/labels_editor.html
Do you mean that you want something in addition to the "label text"?
by steve
Tue Oct 16, 2018 2:29 pm
Forum: Nyquist
Topic: problem with Nyquist performance [SOLVED]
Replies: 3
Views: 660

Re: problem with Nyquist performance

This slowdown has also been reported by other users on Windows. The problem is due to an update of WxWidgets to wxWidgets 3.1.1. On Windows (only) the implementation of wxGetLocalTimeMillis() is much slower than before. The problem has been fixed in the current development code by switching to wxGet...
by steve
Tue Oct 16, 2018 2:10 pm
Forum: Windows
Topic: DVD player won't play recording
Replies: 11
Views: 619

Re: DVD player won't play recording

cisz wrote:
Tue Oct 16, 2018 1:42 pm
there was no option for CBR.
It's the "Constant" option. ("CBR" stands for "Constant Bit-Rate")
by steve
Tue Oct 16, 2018 2:07 pm
Forum: General Audio Programming
Topic: Need pointers on adding feature to search pattern
Replies: 20
Views: 14174

Re: Need pointers on adding feature to search pattern

Cross correlation is a reasonable starting point, it has it's draw backs though. This was a nice proof of concept Robert, but unfortunately difficult to find buried in the middle of this topic, so I've now added a plug-in version, heavily based on your code, to the Nyquist Plug-ins board: https://f...