| Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago | 1 | #pragma once |
| 2 | #include "asiodrivers.h" |
| 3 | #include "asio.h" |
| 4 | |
| 5 | // Helper function to wrap confusing preprocessor |
| 6 | extern "C" ASIOError get_sample_rate(double * rate); |
| 7 | |
| 8 | // Helper function to wrap confusing preprocessor |
| 9 | extern "C" ASIOError set_sample_rate(double rate); |
| 10 | |
| 11 | // Helper function to wrap confusing preprocessor |
| 12 | extern "C" ASIOError can_sample_rate(double rate); |
| 13 | |
| 14 | extern "C" bool load_asio_driver(char * name); |
| 15 | extern "C" void remove_current_driver(); |
| 16 | extern "C" long get_driver_names(char **names, long maxDrivers); |