https://github.com/sean-der/pion-ulaw-player
Give a file containing ulaw play in the browser using Pion WebRTC
https://github.com/sean-der/pion-ulaw-player
Last synced: 4 days ago
JSON representation
Give a file containing ulaw play in the browser using Pion WebRTC
- Host: GitHub
- URL: https://github.com/sean-der/pion-ulaw-player
- Owner: Sean-Der
- Created: 2022-09-30T18:12:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-30T20:57:38.000Z (over 2 years ago)
- Last Synced: 2025-03-25T03:24:57.966Z (21 days ago)
- Language: Go
- Size: 7.81 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-pion - sean-der/pion-ulaw-player - Send ulaw encoded audio from Pion to a WebRTC client in the browser (Media API)
README
# Generate audio
`gst-launch-1.0 audiotestsrc num-buffers=5000 ! audio/x-raw, rate=8000, channels=1 ! mulawenc ! filesink location=ulaw.raw`
# Running
`go run .`