Add Ogg Opus support
This commit is contained in:
parent
1b0fb6e8d8
commit
3dd5c5d862
4 changed files with 649 additions and 0 deletions
|
@ -124,6 +124,10 @@ void S_CodecInit()
|
|||
{
|
||||
codecs = NULL;
|
||||
|
||||
#ifdef USE_CODEC_OPUS
|
||||
S_CodecRegister(&opus_codec);
|
||||
#endif
|
||||
|
||||
#ifdef USE_CODEC_VORBIS
|
||||
S_CodecRegister(&ogg_codec);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue