Search found 59476 matches
- Wed Apr 21, 2021 4:26 pm
- Forum: Windows
- Topic: Measure phone call delay using Audacity
- Replies: 2
- Views: 61
Re: Measure phone call delay using Audacity
I'm working on a project to replace a customers phone system - they are reporting intermittent audio delay/latency on calls from some customers I'm assuming that you mean a landline system. Unless you represent the telephone service provider, any latency in the telephone system between the two prop...
- Wed Apr 21, 2021 2:43 pm
- Forum: Windows
- Topic: Selected part of a track not highlighted
- Replies: 3
- Views: 133
Re: Selected part of a track not highlighted
How exactly are you doing that?archismanghosh wrote: ↑Tue Apr 20, 2021 5:43 pmwhenever I'm selecting a portion of an imported track
- Wed Apr 21, 2021 2:36 pm
- Forum: Windows
- Topic: Selected part of a track not highlighted
- Replies: 3
- Views: 133
Re: Selected part of a track not highlighted
We can't tell if it's selected or not while you are using a custom theme. Try the default "Light" theme.
- Wed Apr 21, 2021 12:25 pm
- Forum: GNU/Linux
- Topic: Recording stops immediately in overdubbing mode, not always
- Replies: 7
- Views: 393
Re: Recording stops immediately in overdubbing mode, not always
The `recording device` control (the second member of the Device Toolbar) contains the `pulse` option to select, and it looks the same as the `default` one. The default sound system is PulseAudio, so "default" is just an alias for PulseAudio. "ALSA" is the underlying sound system...
- Wed Apr 21, 2021 11:25 am
- Forum: Windows
- Topic: how to remove/reduce unwanted background noise from recording of 2 person's conversation.
- Replies: 5
- Views: 144
Re: how to remove/reduce unwanted background noise from recording of 2 person's conversation.
so removing/reducing background noise is not possible at all? even with any other paid software or something? Probably not. In audio production / signal processing, "Noise" has a special meaning. A background "ssss", or "shhh" is "noise". A dog barking, a bab...
- Wed Apr 21, 2021 10:39 am
- Forum: GNU/Linux
- Topic: Recording stops immediately in overdubbing mode, not always
- Replies: 7
- Views: 393
Re: Recording stops immediately in overdubbing mode, not always
PulseAudio is the default sound system in Ubuntu.
To check that it is installed correctly, try running this command from a Terminal window. It should open the PulseAudio Volume Control:
Code: Select all
pavucontrol- Wed Apr 21, 2021 9:48 am
- Forum: Macros and Scripting
- Topic: Closing the project from macro
- Replies: 39
- Views: 1618
Re: Closing the project from macro
I can open project, make some other operations, but not "Close". I've not tested, but my guess is that with "pipe_test.py", Python is hanging waiting for the response to the Close: command. If that's the case, then hopefully it's just because it is running in a single thread (wh...
- Wed Apr 21, 2021 9:36 am
- Forum: macOS
- Topic: Combining Multitrack files to single multitrack
- Replies: 17
- Views: 527
- Tue Apr 20, 2021 10:56 pm
- Forum: GNU/Linux
- Topic: Newbie 3.0.0 Question -I Don't Know Jack (audio server)
- Replies: 4
- Views: 426
Re: Newbie 3.0.0 Question -I Don't Know Jack (audio server)
Do you actually need to use Jack? If not, then don't.
- Tue Apr 20, 2021 8:46 pm
- Forum: Macros and Scripting
- Topic: Closing the project from macro
- Replies: 39
- Views: 1618
Re: Closing the project from macro
I'm not sure if that was a typo, but you should avoid using special characters in file names (the exclamation mark "!"). Even if it is a legal file name (I think it is), I would not like to assume that the Windows Shell will be happy with it.