use ffmpeg for sample packing

FFmpeg has a much more optimized algorithm than we do so may as well use it.
This commit is contained in:
itsmattkc
2021-09-25 13:22:13 -07:00
parent 4c9863a696
commit 845b4a7559
9 changed files with 191 additions and 29 deletions
-2
View File
@@ -86,8 +86,6 @@ public:
set(channel, data, 0, sample_length);
}
QByteArray toPackedData() const;
private:
AudioParams audio_params_;