Back to Articles

HTML5 Walkie Talkie PWA

I was pondering Walkie Talkies and HTML5 capabilities so I had Claude work on an HTML5 based walkie talkie app in PHP. This proof of concept app allows multiple users to connect (via websockets) and speak to each other using a walkie talkie style interface.

Github: github.com/awehttam/walkie-talkie-htm

Demo: https://html5-walkie-talkie.demo.asham.ca/

Features

  • Real-time Voice Communication: Push-to-talk functionality with instant audio transmission
  • Channel Support: Currently supports multiple channels
  • Progressive Web App: Installable, offline-capable, responsive design
  • Embeddable: Can be embedded in iframes or linked directly
  • Cross-platform: Works on desktop and mobile devices
  • WebRTC Integration: High-quality audio with noise suppression and echo cancellation

Screen shot of HTML5 Walkie Talkie