asweigart / asweigart/pyaudacity
For pyaudacity.do("New") to work, at least one Audacity window needs to be open.
Open
- Dominant language
- Python
- Stars
- 38
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
```Python
import pyaudacity as pa
```
For `pa.do("New")` or `pa.get_info(...)` to work, at least one Audacity window needs to be open.
Failing that, calls to `pa.do("New")` or `pa.get_info(...)` don't return.
Platform:
- macOS 14.0 (Sonoma)
- Python 3.11.6
- Audacity 3.4.1
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the hang on macOS by calling pa.do("New") and pa.get_info(...) with no Audacity window open, then inspect the implementation of those entry points. Done means both calls return appropriately without requiring an Audacity window to already be open.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop, tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100