Search found 59476 matches

by steve
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...
by steve
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...
by steve
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 - ...
by steve
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...
by steve
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"?

Emerogork wrote:
Tue Sep 08, 2020 1:02 am
This makes absolutely no intelligible sense to me and the link is worse. If it was not for the fact that documents like this are found all over the internet, I would find this laughable and deliberate.
You obviously know a lot more about how to do this than I do.
by steve
Mon Sep 07, 2020 11:19 pm
Forum: Windows
Topic: i NEED HELP DECIPHERING THIS!!!
Replies: 15
Views: 1105

Re: i NEED HELP DECIPHERING THIS!!!

Curly8888 wrote:
Mon Sep 07, 2020 11:11 pm
"Coldn't find the project data folder: [file name"
Do you have that folder somewhere?
by steve
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)?
by steve
Mon Sep 07, 2020 9:52 pm
Forum: macOS
Topic: My sounds have been transformed in silent vertical lines
Replies: 2
Views: 468

Re: My sounds have been transformed in silent vertical lines

anl wrote:
Sat Jan 04, 2020 5:06 pm
they are juste vertical lines.
Please post a screenshot of that.
by steve
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...