shithub: sox

ref: 30dddcc83b893847b5c2be6ae604337c4014c0eb
dir: /src/vox.h/

View raw version
/*
 * SOX file format handler for Dialogic/Oki ADPCM VOX files.
 *
 * Copyright 1991-2007 Tony Seebregts And Sundry Contributors
 *
 * This source code is freely redistributable and may be used for any
 * purpose.  This copyright notice must be maintained.
 *
 * Tony Seebregts And Sundry Contributors are not responsible for the
 * consequences of using this software.
 */

int sox_vox_start(sox_format_t * ft);
int sox_ima_start(sox_format_t * ft);
sox_size_t sox_vox_read(sox_format_t * ft, sox_sample_t *buffer, sox_size_t len);
int sox_vox_stopread(sox_format_t * ft);
sox_size_t sox_vox_write(sox_format_t * ft, const sox_sample_t *buffer, sox_size_t length);
int sox_vox_stopwrite(sox_format_t * ft);