github-audio icon indicating copy to clipboard operation
github-audio copied to clipboard

Listen to music generated by events happening across GitHub :octocat: 🎷

Results 28 github-audio issues
Sort by recently updated
recently updated
newest added

The Issue related events are animated but I think the wrong sound is played. At least it is not consistent with the description on the website. Celest is always played...

Would be nice to have a simple on/off or pause button that stops the audio AND stops the animations. Right now, if you turn the volume all the way down,...

Looking at the code from the main.js file: ` // Load sounds for (var i = 1; i 9) { fn = 'c0' + i; } else { fn =...

Add prerendered instruments from WebAudioFont. This is big library of sounds. See example https://surikov.github.io/webaudiofont/examples/dynamic.html

Currently if anyone has to see the activities of Org xyz, they open the webpage and manually write it and press enter. There can be a shareable URL which would...

I have used github.audio to fall sleep, a lot of times. It would help to have a Sleep timer, which would automatically mute the sounds after x hours. Similiar to...

Browser version works fine, but there is no sound in the desktop app. No errors in the console, just no sound. Works fine in FF 57.

This will issue #38 . Reason why commentEvent are not displayed and played sound is that, data.body is NULL, passing data.payload.comment.body instead. handle PullRequestReviewCommentEvent and CommitCommentEvent as commentEvent. update html...

Allow fetching custom events, by setting the `GITHUB_EVENTS_URL` environment variable. The value of `GITHUB_EVENTS_URL` can be anyone of the URLs listed [here](https://developer.github.com/v3/activity/events/). Also added Gravatar support