Search found 59476 matches

by steve
Sun Jan 17, 2021 7:21 pm
Forum: macOS
Topic: Track Labels/Metadata issues
Replies: 13
Views: 468

Re: Track Labels/Metadata issues

The next release will be Audacity 3.0.0.
I'm uncertain when the release date will be. We're currently in the testing and bug fixing phase.
by steve
Sun Jan 17, 2021 4:57 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: music play back
Replies: 2
Views: 665

Re: music play back

Guy3 wrote:
Sun Jan 17, 2021 4:28 pm
everything is fine until i listen to the music on facebook
Do you listen to the exported file before uploading to facebook?
by steve
Sun Jan 17, 2021 3:33 pm
Forum: macOS
Topic: Track Labels/Metadata issues
Replies: 13
Views: 468

Re: Track Labels/Metadata issues

I can't cut and paste from Safari (as digitising compilation LPs I have, so quicker than typing) into the label section That's a bug. It has been fixed for the next version of Audacity. There's a couple of possible workarounds (other than typing the text). 1.If you want to enter the text when you c...
by steve
Sun Jan 17, 2021 1:25 pm
Forum: Windows
Topic: Audio is really tinny and quiet - please help urgently!
Replies: 3
Views: 158

Re: Audio is really tinny and quiet - please help urgently!

Try this: 1. Reboot the computer. 2. Wait for it to fully reboot - do not open any programs. 3. Launch Audacity and make a test recording. What happens? By the way, built-in laptop mics are not really good enough for professional sounding voice over recording. Some are just about good enough for You...
by steve
Sat Jan 16, 2021 6:49 pm
Forum: Windows
Topic: missing first note during loop playback of midi file
Replies: 1
Views: 72

Re: missing first note during loop playback of midi file

MIDI is not sound. It is a sequence of commands that tell a synthesizer to play notes. Each MIDI note should have (at least) two commands - a "note on" message and a "note off" message. If the loop does not start before the "note on" message, then the note will not be p...
by steve
Sat Jan 16, 2021 5:07 pm
Forum: GNU/Linux
Topic: Audacity blocked don't play nothing
Replies: 1
Views: 421

Re: Audacity blocked don't play nothing

GioMBG wrote:
Sat Jan 16, 2021 10:27 am
pavucontrol just installed don't change my situation
Audacity is not seeing PulseAudio. Try rebooting your system, then select "Pulse" as the recording and playback device in the Device Toolbar.
by steve
Sat Jan 16, 2021 5:01 pm
Forum: macOS
Topic: Creating a sound
Replies: 4
Views: 172

Re: Creating a sound

Did your tutor make any suggestions about how they expected you to achieve this, or how much time they expect you to spend on it?
by steve
Sat Jan 16, 2021 4:56 pm
Forum: Audio Processing
Topic: PLEASE HELP IF ANYONE CAN I HOPE!!
Replies: 2
Views: 366

Re: PLEASE HELP IF ANYONE CAN I HOPE!!

I AM TRYING TO just get the voices that are very faint in background almost whispers to be able to be intelligible and clear enough to be able to tell at least a portion of what is being said. Sorry, can't be done. To record voices in noisy environments requires having the microphone very close to ...
by steve
Sat Jan 16, 2021 4:51 pm
Forum: Windows
Topic: Trim and Automatically Reposition
Replies: 9
Views: 323

Re: Trim and Automatically Reposition

jademan wrote:
Sat Jan 16, 2021 1:38 pm

Code: Select all

Cut:
SelectAll:
Paste:
That may not do what you want if the project has more than one track (it will attempt to replace all tracks with the selected audio).

If you want the macro to only act on the selected tracks, try:

Code: Select all

Copy:
SelTrackStartToCursor:
SelCursorToTrackEnd:
Paste: