mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 08:39:49 +02:00
switched to ogg tremor decoder
This commit is contained in:
parent
b29fadc465
commit
c0ca0bef57
5 changed files with 128 additions and 12 deletions
|
@ -19,7 +19,7 @@
|
|||
#ifndef OGG_DECODER_H
|
||||
#define OGG_DECODER_H
|
||||
#include "decoder.h"
|
||||
#include <vorbis/codec.h>
|
||||
#include <tremor/ivorbiscodec.h>
|
||||
|
||||
|
||||
class OggDecoder : public Decoder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue