Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8112

Python • Re: How Do I Open Audacity With Python?

$
0
0
The point is that Audacity is a GUI program (App) and needs a desktop (or at least an X or Wayland server).

So starting it from cron is not the best way to do it as that runs in the background with no GUI. It may be possible, but still not ideal.

Thagrol's guide on running programs automatically (boot.pdf) has a whole section on running GUI programs automatically. Use that for your Python code.

Statistics: Posted by rpdom — Tue Mar 19, 2024 5:28 pm



Viewing all articles
Browse latest Browse all 8112

Trending Articles