nyumaya / nyumaya_audio_recognition

Classify audio with neural nets on embedded systems like the Raspberry Pi
https://nyumaya.com
Apache License 2.0
82 stars 14 forks source link

cpp example won't compile #12

Closed jonsmirl closed 5 years ago

jonsmirl commented 5 years ago

It is missing an implementation for class AudioRecognition.

I think this is because you are working on branch V0.3 and not master.

yodakohl commented 5 years ago

This is a slight mismatch between the library and the client. The new lib has no C++ interface. Version 0.3 will be released within a few days so I won't fix this here.