Skip to main content

Raylib raudio bindings for Python

Project description

pyraudio

[!WARNING] Work in progress

[!NOTE] pip install raudio==0.0.1

from signal import signal, SIGINT
from sys import exit
import raudio

def hndl(_, __):
    exit(0)

raudio.initialize()
assert(raudio.is_ready())
music = raudio.Music(path="country.mp3")
assert(music.is_ready())
music.play()

signal(SIGINT, hndl)

print("Press CTRL+C to interrupt...")
while True:
    music.update()

raudio.shutdown()

TODO:

  • Implement update function for all classes
  • Access to AudioStream struct from Music+Sound
  • AudioStream processor callbacks

DEPENDENCIES:

LICENSE

MIT License

Copyright (c) 2025 George Watson

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

raudio-0.0.1-cp312-cp312-macosx_15_0_arm64.whl (318.8 kB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

File details

Details for the file raudio-0.0.1-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for raudio-0.0.1-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 883cbfcd13b86b42bfa11bc9424712696cffd2888cf04d94c91b411096d1cb7b
MD5 66822157e4b7b2af477e9896722ef1f2
BLAKE2b-256 b446fc65a534c462ee194da1c05e137ebfb387418b485360c59cba5f92cae7be

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page