-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Bug
The audio player imports BASS_Free from sound_lib.main, but this symbol doesn't exist in sound_lib.
from sound_lib.main import BassError, bass_call_0, BASS_Free
ImportError: cannot import name 'BASS_Free' from 'sound_lib.main'
Impact
- All tests fail to collect due to import error
- Audio cleanup may not work correctly
Fix
Remove the BASS_Free import and call - sound_lib handles cleanup automatically through Output.free() or just let Python garbage collection handle it.
Files
accessibletalkingclock/src/accessibletalkingclock/audio/player.py
Metadata
Metadata
Assignees
Labels
No labels