Added raw mode
This commit is contained in:
parent
9e964c6686
commit
01fd4dbe0c
|
|
@ -21,6 +21,6 @@
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
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_get_samples(float *mpx_buffer);
|
||||||
extern int fm_mpx_close();
|
extern int fm_mpx_close();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue