mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 07:37: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 setReverbOptions(const AudioEffectOptions* options);
|
||||||
|
|
||||||
void outputNotify();
|
void outputNotify();
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
bool muteToggled();
|
bool muteToggled();
|
||||||
|
void inputReceived(const QByteArray& inputSamples);
|
||||||
|
|
||||||
|
protected:
|
||||||
|
Audio();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void outputFormatChanged();
|
void outputFormatChanged();
|
||||||
|
|
Loading…
Reference in a new issue