shithub: m8c

ref: 060978e75697f26b4b5340d1526d0bdf826f5cb0
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