sela
|
#include <fstream>
#include <iostream>
#include "include/data/exception.hpp"
#include "include/file/wav_file.hpp"
#include "include/rice.hpp"
#include "include/sela/decoder.hpp"
#include "include/sela/encoder.hpp"
#include "include/sela/player.hpp"
Functions | |
void | print (std::string &data) |
void | printUsage (const std::string &programName) |
void | encodeFile (std::ifstream &inputFile, std::ofstream &outputFile) |
void | decodeFile (std::ifstream &inputFile, std::ofstream &outputFile) |
void | playFile (std::ifstream &inputFile) |
int | main (int argc, char **argv) |
void decodeFile | ( | std::ifstream & | inputFile, |
std::ofstream & | outputFile | ||
) |
void encodeFile | ( | std::ifstream & | inputFile, |
std::ofstream & | outputFile | ||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void playFile | ( | std::ifstream & | inputFile | ) |
void print | ( | std::string & | data | ) |
void printUsage | ( | const std::string & | programName | ) |