forked from deltabeard/trivial_opus_dec
-
Notifications
You must be signed in to change notification settings - Fork 0
A simple opus decoder example
License
Sound-Linux-More/trivial_opus_dec
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A very trivial example of an Opus decoder using the Opusfile library. I used to this to help me implement Opus in to the ctrmus program. gcc -O3 -Wall -I/usr/include/opus trivial_opusdec.c -lopusfile -o trivial_opusdec Example (use SoX): ./trivial_opusdec test.opus | play -t raw -r 48k -e signed -b 16 -c 2 -
About
A simple opus decoder example
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 100.0%