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

Could this work on a Mac? #1

Closed torntrousers closed 5 years ago

torntrousers commented 5 years ago

I'm guessing it would need a Mac version of libnyumaya.so, how are they made?

yodakohl commented 5 years ago

They are compiled from a closed source repository. I will try to compile a lib for Mac, but this might take a few days.

torntrousers commented 5 years ago

That would be terrific, thank you so much.

torntrousers commented 5 years ago

Hello @yodakohl , just wondered if you'd manage to get anywhere with the Mac compile yet?

yodakohl commented 5 years ago

Compiling for MAC without a MAC seems pretty hard.  I decided to open source the library code so people will be able to compile the library themselves. I will have to do some minor cleanups and there might be some other work to do. Mainly providing a cross-platform interface for audio capturing (python-sounddevice) and I expect some hiccups with the python bindings.

  1. Nov 2018 09:30 von notifications@github.com mailto:notifications@github.com:

Hello > @yodakohl https://github.com/yodakohl> , just wondered if you'd manage to get anywhere with the Mac compile yet?

— You are receiving this because you were mentioned. Reply to this email directly, > view it on GitHub https://github.com/nyumaya/nyumaya_audio_recognition/issues/1#issuecomment-435306644> , or > mute the thread https://github.com/notifications/unsubscribe-auth/AAx_S3d-dUOk_lrMGO9ZEuh3ehgVQEzRks5urAKjgaJpZM4YCFhv> .

torntrousers commented 5 years ago

Tremendous. I'd be happy to help you with that if there is anything you think I could do.