[go: up one dir, main page]

Menu

[7d60eb]: / src / loadmp3.h  Maximize  Restore  History

Download this file

18 lines (13 with data), 368 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
//
// loadmp3.h
// babyxrc
//
// Created by Malcolm McLean on 23/07/2023.
//
#ifndef loadmp3_h
#define loadmp3_h
short *loadmp3(const char *fname, long *samplerate, int
*Nchannels, long *Nsamples);
short *mp3streamdecompress(unsigned char *mp3_stream, int stream_size,
long *samplerate, int *Nchannels, long *Nsamples);
#endif /* loadmp3_h */