Complexaudio wrapper
Some extensions to simpleaudio has been done such as music pause and resuming. Even though the pypi name is complexaudio, you may use the import package names as “simpleaudio”.
Simpleaudio Package
The simplaudio package provides cross-platform, dependency-free audio playback capability for Python 3 on OSX, Windows, and Linux.
MIT Licensed.
Documentation at RTFD
Installation
Installation (make sure the pip command is the right one for your platform and Python version):
pip install complexaudio
See documentation for additional installation information.
Quick Function Check
import simpleaudio.functionchecks as fc
fc.LeftRightCheck.run()
See documentation for more on function checks.
Simple Example
import simpleaudio as sa
wave_obj = sa.WaveObject.from_wave_file("path/to/file.wav")
play_obj = wave_obj.play()
play_obj.wait_done()
Support
For usage and how-to questions, first checkout the tutorial in the documentation. If you’re still stuck, post a question on StackOverflow and tag it ‘pysimpleaudio’.
For bug reports, please create an issue on Github .
Big Thanks To …
Jonas Kalderstam
Christophe Gohlke
Tom Christie
Many others for their contributions, documentation, examples, and more.
Release files for complexaudio 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| complexaudio-1.0.4.tar.gz | 2.1 MB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| complexaudio-1.0.4-cp36-cp36m-win_amd64.whl | CPython 3.6 | CPython 3.6 pymalloc | Windows x86-64 | Details |
| complexaudio-1.0.4-cp36-cp36m-win32.whl | CPython 3.6 | CPython 3.6 pymalloc | Windows x86-32 | Details |
Total release size: 6.2 MB
Release files / complexaudio-1.0.4.tar.gz
| Download URL | complexaudio-1.0.4.tar.gz |
|---|---|
| Size | 2.1 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
406ea60f25f9bafcddc22938d612eb3c15c2a2d71ecc577c030657764d064ad7
|
|
BLAKE2b-256 checksum How to use checksums |
e47384f39f782e3132750b0159e12a6c8bea063f80afc388639153914bb9f46c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / complexaudio-1.0.4-cp36-cp36m-win_amd64.whl
| Download URL | complexaudio-1.0.4-cp36-cp36m-win_amd64.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
234cb8421b502d4fb6eae0e9b057769eb4b0d50bd4d9b88454a55b9477a2b5e3
|
|
BLAKE2b-256 checksum How to use checksums |
3259b48b3d4ce3efdbfa15c49a9228b9f69322ec57cea0091212432b8040b438
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / complexaudio-1.0.4-cp36-cp36m-win32.whl
| Download URL | complexaudio-1.0.4-cp36-cp36m-win32.whl |
|---|---|
| Size | 2.0 MB |
| Tags | CPython 3.6 CPython 3.6 pymalloc Windows x86-32 |
|
SHA-256 checksum How to use checksums |
78889b8d6c315cca1dbafc97601db5bd4fe1ef3514ef4e79176fafaf965082ca
|
|
BLAKE2b-256 checksum How to use checksums |
69478f8cfd45e6dd5974cd1729559b42904441cfe09f343d760091e841f946af
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |