zhivotnoya / XION-ChaseCam

This is a free-to-use HTML/javascript based overlay for roleplay streamers. Basically it mimics the overlay of the AXON bodycam, but since most folks play in 3rd person, it's a ChaseCam. I've included a logo, and the html file. The html file has the css, html, and javascript all in one file for ease of editing. Goto line 81 of the html file to change your information, and be sure to read the readme.txt file for further information.
46 stars 110 forks source link

Add Recording Beep #4

Closed JeffreyBytes closed 3 years ago

JeffreyBytes commented 4 years ago

This edit adds a double beep feature to the overlay exactly how the AXON BodyCam does while recording. I saw you thought about adding it, but never did. I wanted it for my own personal use, and figured I'd share my work.

I used a sample of the AXON BodyCam recording beep, buffered the remainder of the 2 minutes of the audio with silence, and set the html to loop the audio. I used a WAV file since it is supported by OBS and by far the smallest of the three file types I could have used.

Feel free to make any additional edits if you need (the placement of the audio tags may be wrong since I'm not well versed in proper HTML guidelines).

zhivotnoya commented 3 years ago

I like the add. Adding it to the master.