mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Init Audio Output correctly
This commit is contained in:
parent
d8226f2693
commit
c8ce9f899e
4 changed files with 67 additions and 29 deletions
|
@ -79,6 +79,9 @@ class StreamSession : public QObject
|
|||
void PushVideoSample(uint8_t *buf, size_t buf_size);
|
||||
void Event(ChiakiEvent *event);
|
||||
|
||||
private slots:
|
||||
void InitAudio(unsigned int channels, unsigned int rate);
|
||||
|
||||
public:
|
||||
explicit StreamSession(const StreamSessionConnectInfo &connect_info, QObject *parent = nullptr);
|
||||
~StreamSession();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue