#include <Debug.H>
#include <Eigen/Dense>
#include <sox.h>
#include <limits>
#include <vector>
#include "config.h"
Go to the source code of this file.
◆ SOX_CLOSE_FILE_ERROR
Error when libsox couldn't close the file.
Definition at line 33 of file Sox.H.
◆ SOX_COL_BOUNDS_ERROR
Error when trying to access a col out of bounds (Emscripten case)
Definition at line 42 of file Sox.H.
◆ SOX_EOF_OR_ERROR
Sox returned from a read or write either at the end of the file or in error.
Definition at line 35 of file Sox.H.
◆ SOX_READ_FILE_NOT_OPENED_ERROR
Error when the input file hasn't already been opened using Sox::openRead.
Definition at line 34 of file Sox.H.
◆ SOX_READ_FILE_OPEN_ERROR
Error when libsox couldn't open the input file.
Definition at line 32 of file Sox.H.
◆ SOX_READ_MAXSCALE_ERROR
◆ SOX_ROW_BOUNDS_ERROR
Error when trying to access a row out of bounds (Emscripten case)
Definition at line 41 of file Sox.H.
◆ SOX_WRITE_FILE_NOT_OPENED_ERROR
Error when the output file hasn't already been opened using Sox::openRead.
Definition at line 38 of file Sox.H.
◆ SOX_WRITE_FILE_OPEN_ERROR
Error when libsox couldn't open the output file.
Definition at line 37 of file Sox.H.
◆ SOX_WRITE_OUT_CHANNEL_MISMATCH
Error when trying to write data and the channel count doesn't match.
Definition at line 39 of file Sox.H.
◆ SOX_WRITE_SAMPLES_WRITTEN_MISMATCH_ERROR
Error when trying to write data and the incorrect amount of data is written.
Definition at line 40 of file Sox.H.