shithub: m8c

ref: c81be0cee7e7a6c4a9f4d7bc65c3ae5f37c7f59d
dir: /src/audio.h/

View raw version
// Copyright 2021 Jonne Kokkonen
// Released under the MIT licence, https://opensource.org/licenses/MIT
#ifndef AUDIO_H
#define AUDIO_H

int audio_init(int audio_buffer_size, const char *output_device_name);
void audio_destroy();

#endif