Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Give a file containing ulaw play in the browser using Pion WebRTC

Awesome Lists containing this project

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 .`