Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 700 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 700 Bytes

Sound streaming example

This example shows how to stream sounds from either the archive (the base game bundle) or the web.

For supporting loading from the web, start a web server where the files uner the web folder is available.

E.g. starting a local server:

$ (cd sounds && python -m RangeHTTPServer)

You can of course also change the url in main.script, to somethin of your choosing (defaults to http://localhost:8000)

Credits: