shithub: m8c

ref: ffa79a8b26b1a82e42d8a8dda2d663960a25f070
dir: /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