mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 08:14:04 +02:00
Update test and build files.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#define MAL_IMPLEMENTATION
|
||||
#include "../mini_al.h"
|
||||
|
||||
int do_profiling__channel_routing()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
|
||||
// Channel routing.
|
||||
do_profiling__channel_routing();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user