Added raw mode

This commit is contained in:
Hatagashira 2015-02-22 13:44:03 +01:00
parent 9e964c6686
commit 01fd4dbe0c
1 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
extern int fm_mpx_open(char *filename, size_t len);
extern int fm_mpx_open(char *filename, size_t len, int raw);
extern int fm_mpx_get_samples(float *mpx_buffer);
extern int fm_mpx_close();
extern int fm_mpx_close();