Skip to main content

C++ extension Sound for 3D and 2D games.

Project description

igeSound

C++ extension Sound for 3D and 2D games.

You can install it using the PyPI:

pip install igeSound

Features

  • (ogg , wav, mp3, flac) extension are supported
  • Caching, preloading, streaming is supported

Functions

First, you need to import and init the sound system

from igeSound import sound

_sound = sound()
_sound.init()

Play the sound

# (sound_name , stream = False, loop = False)
_sound.play('sound/background.ogg', False, False)

# I highly recommend to use streaming for ogg background music

Release it when everything is done

_sound.release()

3D sound optional

  • Global

  • Local

Todo

  • To support 3D sound
  • Sound packing strucure

Reference

Project details


Download files

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

Source Distribution

igeSound-0.0.2.tar.gz (859.4 kB view hashes)

Uploaded Source

Built Distribution

igeSound-0.0.2-cp37-cp37m-win32.whl (574.6 kB view hashes)

Uploaded CPython 3.7m Windows x86

Supported by

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