create basic audio, towards sound sensors etc.

This commit is contained in:
Erwin Coumans
2017-04-14 12:22:38 -07:00
parent fec96ab17f
commit eef76af663
11 changed files with 11788 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
#ifndef TINY_AUDIO_EXAMPLE_H
#define TINY_AUDIO_EXAMPLE_H
class CommonExampleInterface* TinyAudioExampleCreateFunc(struct CommonExampleOptions& options);
#endif //TINY_AUDIO_EXAMPLE_H