Search found 59476 matches
- Fri Sep 04, 2020 8:57 am
- Forum: Windows
- Topic: Is there a simple list of options one can use with "do_command"?
- Replies: 26
- Views: 385
Re: Is there a simple list of options one can use with "do_command"?
1, and 2) Both references to opening the text files need to have quotes around the file name. Near line 160, and line 209. I don't know what you mean. Lines 158 to 166: def _write_pipe_open(self): """Open _write_pipe.""" self._write_pipe = open(WRITE_NAME, 'w') def _re...
- Thu Sep 03, 2020 8:40 pm
- Forum: Windows
- Topic: Is there a simple list of options one can use with "do_command"?
- Replies: 26
- Views: 385
Re: Is there a simple list of options one can use with "do_command"?
How about Play, Stop, SelectAll, Record1stChoice, Record2ndChoice, or other commands from https://manual.audacityteam.org/man/scr ... rence.html
- Thu Sep 03, 2020 8:32 pm
- Forum: Windows
- Topic: Is there a simple list of options one can use with "do_command"?
- Replies: 26
- Views: 385
- Thu Sep 03, 2020 8:29 pm
- Forum: Maintaining / Improving this Forum
- Topic: signature unavailable
- Replies: 2
- Views: 698
- Thu Sep 03, 2020 8:26 pm
- Forum: Windows
- Topic: Huffmann data overrun
- Replies: 16
- Views: 12652
Re: Huffmann data overrun
Does that mean that my mp3 files are damaged? Yes, but not necessarily badly damaged, and there may be no audible damage when played in other apps. Audacity 2.4.2 is very fussy and requires MP3 to exactly meet the MP3 specification. In particular it does not accept "ape" tags. The next Au...
- Thu Sep 03, 2020 8:23 pm
- Forum: macOS
- Topic: Audacity recording setup
- Replies: 11
- Views: 6752
- Thu Sep 03, 2020 8:18 pm
- Forum: Windows
- Topic: no audio devices in new version audacity [SOLVED]
- Replies: 16
- Views: 174
Re: new version audacity
Is there no error code number?Coconut_nut wrote: ↑Thu Sep 03, 2020 6:37 pmWhen I'm lunching audacity there is an error window that says "internal portAudio error"
- Thu Sep 03, 2020 4:46 pm
- Forum: Windows
- Topic: Is there a simple list of options one can use with "do_command"?
- Replies: 26
- Views: 385
Re: Is there a simple list of options one can use with "do_command"?
I assume that you are referring to "do_command" from "pipe_test.py"? That Python script is really only intended for testing (as the name suggests). To build a Python app that will do something useful, I'd suggest using the "pipeclient.py" module. Here's a direct link to...
- Thu Sep 03, 2020 2:36 pm
- Forum: Podcasting with Audacity
- Topic: Pasting audio and timing issue
- Replies: 1
- Views: 269
Re: Pasting audio and timing issue
1. Select the part that you want to replace. 2. "Edit menu > Remove Special > Split Delete" - this leaves a gap where the old audio was removed. 3. Record or import the new audio into a new track 4. Use the Time Shift Tool to line up the audio clips. Note that you can "click + drag&qu...
- Thu Sep 03, 2020 2:03 pm
- Forum: Windows
- Topic: Unsuccessful installation [SOLVED]
- Replies: 9
- Views: 464
Re: Unsuccessful installation
Matches with audacity-win-2.4.2.exe Good. For your peace of mind, you may also want to test the download on VirusTotal before the next step. Try temporarily disabling any 3rd party security products that are running on your computer, then attempt to install again. (Don't forget to re-enable them af...