mirror of
https://github.com/libretro/libretro-samples.git
synced 2025-04-02 10:31:48 -04:00
12 lines
238 B
Markdown
12 lines
238 B
Markdown
# audio_playback_wav
|
|
A sample libretro core that plays audio files (WAV only)
|
|
|
|
NOTE: Not big-endian compatible (yet).
|
|
|
|
## Programming language
|
|
C
|
|
|
|
## Building
|
|
To compile, you will need a C compiler and assorted toolchain installed.
|
|
|
|
make
|