Refactor Opus Decoding

This commit is contained in:
Florian Märkl 2019-09-26 16:15:57 +02:00
commit 6748a94767
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
9 changed files with 240 additions and 82 deletions

View file

@ -19,6 +19,7 @@
#define CHIAKI_STREAMSESSION_H
#include <chiaki/session.h>
#include <chiaki/opusdecoder.h>
#include "videodecoder.h"
#include "exception.h"
@ -65,6 +66,7 @@ class StreamSession : public QObject
private:
SessionLog log;
ChiakiSession session;
ChiakiOpusDecoder opus_decoder;
#if CHIAKI_GUI_ENABLE_QT_GAMEPAD
QGamepad *gamepad;