https://github.com/romtypo/php-voicechat
PHP voicechat!
https://github.com/romtypo/php-voicechat
javascript php voice voice-chat
Last synced: 4 months ago
JSON representation
PHP voicechat!
- Host: GitHub
- URL: https://github.com/romtypo/php-voicechat
- Owner: ROMTypo
- Created: 2018-11-14T16:21:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T16:45:08.000Z (almost 7 years ago)
- Last Synced: 2025-04-27T15:49:08.756Z (6 months ago)
- Topics: javascript, php, voice, voice-chat
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 21
- Watchers: 4
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP VoiceChat
This is a voice chat built with PHP + JavaScript
This client is really easy to setup, just clone and visit.## Setup
1. Clone project
2. Make sure your webserver allows php read write
3. Visit website## How it works
Currently it can record voice based on voice detection, then send it to the server. It will take those clips, base64 them, and save the base64 to a file.
Each new voice recording saved, it will remove the old ones. The client will make a request to get the file and if there are new ones, play them.## Features
* Voice Detection
* Muting## Planned Features
* User login
* Channels## Bugs/Problems
* You can hear yourself