Skip to content
Neumair Günther edited this page May 1, 2019 · 1 revision

Supporting a new platform

Compile the library according to the readme.

To test if everything worked, you can run the streaming example. It takes the library path as a command line argument. Use the location of the library you compiled.

Run the file nyumaya_audio_recognition/python/src/auto_platform.py . This file is used for convenience to automatically find the prebuilt library for each platform.

If you run it, it should say "Machine not supported" and output system information. Depending on what machine you are on you can make a new entry with the output of the machine. Then you can add your built library to a folder under lib/* and specify the path to it in your new entry.

Clone this wiki locally