Skip to content

defold/example-sound-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Examples of how to stream sounds and music

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published