added parameter access to waveoutput class

This commit is contained in:
itsmattkc
2019-11-30 02:48:54 +11:00
parent a71c03b1ed
commit e5e68c8947
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -115,6 +115,11 @@ void WaveOutput::close()
}
}
const AudioRenderingParams &WaveOutput::params() const
{
return params_;
}
void WaveOutput::switch_endianness(QByteArray& array)
{
int half_sz = array.size()/2;