Search found 59476 matches

by steve
Fri Aug 17, 2018 8:34 am
Forum: New Plug-Ins
Topic: Silent Subliminals [solved?]
Replies: 106
Views: 87595

Re: Silent Subliminals [solved?]

how do i know what my carrier Hz is or what i should have it at? or is this not overly important Getting the carrier frequency right is very important. It is like tuning a radio into a radio station - if you tune to the wrong frequency, you don't hear the station. Audio that has hidden (silent) con...
by steve
Fri Aug 17, 2018 8:07 am
Forum: Windows
Topic: Recording problems with bass and sound quality from Laptop
Replies: 8
Views: 2144

Re: Recording problems with bass and sound quality from Laptop

So is there a possibility that getting an external sound card with a pure digital fold back would allow me to record that audio more efficiently? If your computer has a built-in sound card (most computers do), then you should be able to use that. So that we can advise further, from Audacity, select...
by steve
Thu Aug 16, 2018 11:04 pm
Forum: Plug-in Archive
Topic: Delay with bpm and panning
Replies: 46
Views: 6987

Re: Delay with bpm and panning

Perhaps this will help to get you started: (setf delays (vector 0.4 0.8)) ;left delay 0.4s, right delay 0.8s (setf delay-level 0.6) (defun stereo-delay (sig delay) (sim sig (at-abs delay (cue (mult sig delay-level))))) (if (arrayp *track*) (multichan-expand #'stereo-delay *track* delays) "Error...
by steve
Thu Aug 16, 2018 10:51 pm
Forum: GNU/Linux
Topic: Toolbar sizes
Replies: 3
Views: 686

Re: Toolbar sizes

Audacity does not yet fully support high dpi monitors. If you have a high dpi monitor and the text is too small in the application, then possible solutions are: Customize your desktop so that the fonts are bigger Set the display size to a lesser horizontal x vertical size (for example if your displa...
by steve
Thu Aug 16, 2018 10:39 pm
Forum: GNU/Linux
Topic: skip save project nag box
Replies: 6
Views: 600

Re: skip save project nag box

"Ctrl + Q" (Quit application)
"Alt + N" (No, don't save.)
by steve
Thu Aug 16, 2018 8:17 pm
Forum: New Plug-Ins
Topic: Band compresor
Replies: 10
Views: 1169

Re: Band compresor

Looks good :)

Are there any usage tips you'd like to suggest?
by steve
Thu Aug 16, 2018 3:39 pm
Forum: Windows
Topic: Any convenient way to move tracks in large projects?
Replies: 1
Views: 202

Re: Any convenient way to move tracks in large projects?

Dragging tracks up/down is easier if you "collapse" the tracks first (View menu > Track size > Collapse all tracks). There are also options in the track dropdown menu to move a track to the top / bottom, so you should never need to drag by more than half the number of track in the project....
by steve
Thu Aug 16, 2018 3:26 pm
Forum: macOS
Topic: Says I can't open due to duplicate already running
Replies: 12
Views: 7426

Re: Says I can't open due to duplicate already running

1) Ensure that Audacity isn't actually running by rebooting the computer (ensure that the option to reopen windows is NOT selected). 2) If you still get the error message, follow the instructions in this post to remove the lock file: https://forum.audacityteam.org/viewtopic.php?p=351390#p351390 3) E...
by steve
Thu Aug 16, 2018 12:22 pm
Forum: macOS
Topic: Exported audio is stuttery/repeats
Replies: 12
Views: 543

Re: Exported audio is stuttery/repeats

Interesting addition that's likely very relevant. The exports that are having issues are audiobooks. We're talking 14+ hours. If I cut a segment out, a few minutes, it exports just fine. The issue seems to only be on the long exports. I can understand this problem happening with WAV format, because...