Search found 59476 matches
- Tue Sep 08, 2020 11:35 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"?
Docstrings are intended to document the code. They are not intended to provide an educational course in Python programming. Learning how to program in Python is beyond the scope of the Audacity documentation. There are lots of Python tutorials on the Internet (Google search: "Python tutorials&q...
- Tue Sep 08, 2020 11:19 am
- Forum: macOS
- Topic: Project opens with no sound
- Replies: 6
- Views: 218
Re: Project opens with no sound
Audacity stores the project's audio data as "block files" - small ".AU" files, usually about 1 MB each. The ".AUP" (Audacity Project file) contains instructions that tell Audacity how all of the block files fit together. "orphan block files" are "block fi...
- Tue Sep 08, 2020 11:10 am
- Forum: Windows
- Topic: no audio devices in new version audacity [SOLVED]
- Replies: 16
- Views: 174
Re: new version audacity
I know that by default, Skype runs in the background all the time. The others may too - I don't know. Try rebooting your computer, then manually shut down Skype and any other audio apps that may be running (can be a bit tricky as Windows tends to hide most of the systray (notification area) icons - ...
- Tue Sep 08, 2020 8:14 am
- Forum: macOS
- Topic: Exported MP3 messed up on some platforms, perfectly fine on others
- Replies: 17
- Views: 584
Re: Exported MP3 messed up on some platforms, perfectly fine on others
However, once they were imported into the .aup that I was originally working with, things sounded weird. So, to solve my issue, I simply copied all my tracks and pasted them into a new .aup Do you still have that original .AUP file? If you do, you could attach it to your reply (See: https://forum.a...
- Tue Sep 08, 2020 1:14 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"?
You obviously know a lot more about how to do this than I do.
- Tue Sep 08, 2020 12:59 am
- Forum: GNU/Linux
- Topic: Missing the < and > on audacity horizontal scrollbar
- Replies: 18
- Views: 923
Re: Missing the < and > on audacity horizontal scrollbar
Xubuntu 18.04 LTS
- Mon Sep 07, 2020 11:19 pm
- Forum: Windows
- Topic: i NEED HELP DECIPHERING THIS!!!
- Replies: 15
- Views: 1105
- Mon Sep 07, 2020 11:16 pm
- Forum: Windows
- Topic: no audio devices in new version audacity [SOLVED]
- Replies: 16
- Views: 174
Re: new version audacity
Do you have any other audio software running (including things like Skype / Zoom)?
- Mon Sep 07, 2020 9:52 pm
- Forum: macOS
- Topic: My sounds have been transformed in silent vertical lines
- Replies: 2
- Views: 468
- Mon Sep 07, 2020 9:49 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"?
Did you enter in each command on the interface Yes, and there should be reply from Audacity to each command, as shown in that screenshot. How would I bypass the "Enter command or 'Q' to quit:" option? You would import pipeclient into your Python 3 program, create a client instance, and wr...