mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Refactor Opus Decoding
This commit is contained in:
parent
c299569f9d
commit
6748a94767
9 changed files with 240 additions and 82 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue