Search found 59476 matches

by steve
Mon Nov 04, 2013 11:17 am
Forum: GNU/Linux
Topic: Playback with pulseaudio on Ubuntu
Replies: 23
Views: 20691

Re: Playback with pulseaudio on Ubuntu

If you import a "known to be good" audio file into Audacity and play it - does it play at the correct speed? If you record something in Audacity and then export as a WAV file, does that WAV file play correctly in Deadbeef or Rhythmbox? Try selecting the "hw:" option that correspo...
by steve
Mon Nov 04, 2013 10:29 am
Forum: New Plug-Ins
Topic: Click Finder
Replies: 20
Views: 7961

Re: Click Finder

Thanks for the help, but please let's keep this thread a discussion of the tool, not the Lisp language. I don't mind if you delete some of the previous off topic posts once my fixes are successful. When this is all finished, with your agreement, I'd like the plug-in to go (adequately documented) on...
by steve
Mon Nov 04, 2013 1:13 am
Forum: macOS
Topic: Volume
Replies: 9
Views: 1656

Re: Volume

alpha1phi wrote:What does the "software play through" setting mean?
See here in the manual: http://manual.audacityteam.org/o/man/tr ... laythrough
by steve
Mon Nov 04, 2013 1:10 am
Forum: Windows
Topic: exporting spectrograms images
Replies: 3
Views: 5911

Re: exporting spectrograms images

Sonic Visualizer may be better suited to your needs: http://www.sonicvisualiser.org/
by steve
Mon Nov 04, 2013 1:07 am
Forum: Windows
Topic: automate creating labels?
Replies: 10
Views: 2136

Re: automate creating labels?

if a plug-in could be written to standardize the volume across all the files, "volume" is not the same as "level". Modifying the maximum level is relatively easy to do. Modifying the "loudness" is very much harder. "Loudness" is subjective and depends on many...
by steve
Mon Nov 04, 2013 12:28 am
Forum: New Plug-Ins
Topic: Click Finder
Replies: 20
Views: 7961

Re: Click Finder

and the code can even execute with certain syntax errors if the erroneous code is never reached. That can be a curse or a blessing... (defun unused (x) (setf x (/ 0)) ; very bad (setf y (non-existant unbound))) (print "No errors :-)") It means that testing the code needs to be very thorou...
by steve
Sun Nov 03, 2013 8:35 pm
Forum: New Plug-Ins
Topic: Click Finder
Replies: 20
Views: 7961

Re: Click Finder

Paul L wrote:Expect a version 2 file with minor updates.
I look forward to seeing it :)
by steve
Sun Nov 03, 2013 8:32 pm
Forum: Windows
Topic: How To Use Chains With Multiple Folders
Replies: 2
Views: 1063

Re: How To Use Chains With Multiple Folders

I am wondering is there a way to use chains to load in the main folder and have all the files converted with the sub folders and the new formats in their proper folders? Sadly not. Chains are currently limited to processing files from one folder only. If you know anything about writing BAT files yo...
by steve
Sun Nov 03, 2013 8:24 pm
Forum: New Plug-Ins
Topic: Click Finder
Replies: 20
Views: 7961

Re: Click Finder

As for those update macros, I wrote them to avoid repeated evaluation of val, and to evaluate x only once as a value and once as the setf target (I think that's "place form" in Lisp jargon). You don't actually need to go so complicated. This version is marginally quicker: (defmacro update...
by steve
Sun Nov 03, 2013 4:31 pm
Forum: Windows
Topic: NO SOUND AFTER RECORDING USING Win 8
Replies: 16
Views: 2810

Re: NO SOUND AFTER RECORDING USING Win 8

Let me read that back to you:
Your Windows 7 laptop has a "line in".
You want to record "Line in" on your Windows 8 laptop.
Your Windows 8 laptop does not have "Line in".

Is that the problem?