ref: 1edf54247f3fc1652f0c03c4f6fd670e8708a7d5
dir: /src/audio.h/
// 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