Skip to content

Instantly share code, notes, and snippets.

@amadden80
Last active December 20, 2015 15:48
Show Gist options
  • Save amadden80/6156379 to your computer and use it in GitHub Desktop.
Save amadden80/6156379 to your computer and use it in GitHub Desktop.
Get a unique sound for all you unique users.
// Include this function in a <script> tag or in your____.js file.
// Call Audatar_audio('YOUR_USERS_NAME') to load the audio data.
// Call Sonifizer_Play() to play the audio.
function Audatar_audio(username){
// Use this if using jQuery
$('body').append('<script type="application/javascript" src="http://www.Sonifizer.com/api/username/'+username +'/json"></script>');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment