- fix DTX decoding

This commit is contained in:
2026-05-30 18:11:03 +03:00
parent e7757fa08b
commit 27eefb34fe
3 changed files with 149 additions and 129 deletions
-1
View File
@@ -137,7 +137,6 @@ std::string CodecList::Settings::toString() const
oss << "OPUS ptype: " << spec.mPayloadType << ", rate: " << spec.mRate << ", channels: " << spec.mChannels << std::endl;
}
return oss.str();
}