mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 17:12:51 +02:00
Dump encoder arguments
This commit is contained in:
parent
bf3d9cec8e
commit
91b3be036f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ AthenaOpusEncoder::AthenaOpusEncoder(int sampleRate, int numChannels)
|
|||
setApplication(DEFAULT_APPLICATION);
|
||||
setSignal(DEFAULT_SIGNAL);
|
||||
|
||||
qCDebug(encoder) << "Opus encoder initialized";
|
||||
qCDebug(encoder) << "Opus encoder initialized, sampleRate = " << sampleRate << "; numChannels = " << numChannels;
|
||||
}
|
||||
|
||||
AthenaOpusEncoder::~AthenaOpusEncoder()
|
||||
|
|
Loading…
Reference in a new issue