Skip to content

Windows GUI app for testing audio speakers functionality

Notifications You must be signed in to change notification settings

kodosa7/speakers-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speakers Test

Windows GUI app for testing audio speakers functionality
screenshot

requirements

  • python 3.9+
  • simpleaudio 1.0.4
  • auto-py-to-exe (to compile)

compile

Use auto-py-to-exe to compile the program into the exe binary
pip install auto-py-to-exe

  • Select Choose One File, Window Based
  • Choose the icon sound.ico
  • Add additional files - Add Folder - select assets/ directory
  • Push the Convert .PY to .EXE button

run

\bin\soundtest.exe
or
pip install -r requirements.txt
python soundtest.py

note

If you encounter problems with installing simpleaudio lib with venv activated, disable it first.

About

Windows GUI app for testing audio speakers functionality

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages