consolidate all repos to one for archive
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "utils.hpp"
|
||||
|
||||
class Decompressor
|
||||
{
|
||||
private:
|
||||
BitReader reader;
|
||||
|
||||
public:
|
||||
Decompressor() = default;
|
||||
~Decompressor() = default;
|
||||
|
||||
std::vector<signed short> decompress(const char *filename);
|
||||
void read_blocks(std::vector<std::vector<float>> &mdct_blocks, int M);
|
||||
};
|
||||
Reference in New Issue
Block a user