format_ogg_opus: New format

Add Ogg/Opus playback support.

This uses libopusfile in order to be able to read .opus files and play
them back.

Writing/recording support is not present at this time.

ASTERISK-26409

Change-Id: I8815d23345108d8ca7c0bd640f6a1ce6b4f56955
This commit is contained in:
George Joseph
2016-07-23 14:56:43 -06:00
committed by Kevin Harwell
parent 9b0e6f9c86
commit 44c0c51cf1
6 changed files with 392 additions and 0 deletions

View File

@@ -557,6 +557,9 @@
/* Define to 1 if you have the Opus library. */
#undef HAVE_OPUS
/* Define to 1 if you have the Opusfile library. */
#undef HAVE_OPUSFILE
/* Define this to indicate the ${OSPTK_DESCRIP} library */
#undef HAVE_OSPTK