mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 18:13:29 +02:00
put back declared constructor, inputReceived signal
This commit is contained in:
parent
53ac1a2bb2
commit
9bcacaf512
1 changed files with 5 additions and 1 deletions
|
@ -152,9 +152,13 @@ public slots:
|
|||
void setReverbOptions(const AudioEffectOptions* options);
|
||||
|
||||
void outputNotify();
|
||||
|
||||
|
||||
signals:
|
||||
bool muteToggled();
|
||||
void inputReceived(const QByteArray& inputSamples);
|
||||
|
||||
protected:
|
||||
Audio();
|
||||
|
||||
private:
|
||||
void outputFormatChanged();
|
||||
|
|
Loading…
Reference in a new issue