[QUOTE="logdrum, post: 25829282, member: 24409"Get the NVIDIA Jetson Nano (about 260 ) and a USB sound dongle
Jetson Nano Developer Kit It is not worth to cheap out.
There are libraries that can do a lot of the sound filtering for you. No need to mess with compressors and EQ filters but if you want to get fancy, there is also a SHARC DSP development kit - so you can build a DSP machine, The math is harder on DSPs
I think there is an open source project that converts guitar/bass/line sigmal to MIDI already , maybe even to MPE standard -- so all the ornamental stuff can be captured.
There is a also the Intel Movidius USB stick - I will ask my friend if could work for sound but it may only be vision
Intel® Movidius™ Vision Processing Units (VPUs)[/QUOTE]
just wanted to say that those are good recommendations, although they had already be very comfortable with linux and tech and computers etc in general, of course.
At my company I developed our machine learning system to analyze video cameras installed on buses to check for vandalism, aim misalignment, damage, connectivity issues, lighting problems (reflections etc that affect video quality due to nearby lights in the bus, etc). I developed it using nvidia gpus (of course), roughly a year before the first useful jetson nano came out.... this was all done using serious production level hardware of course. Coded in python, I custom compiled the engine for the gpu, all of the standard stuff. We use it on production systems currently.
However my company bought each engineer interested in machine learning a jetson nano when they became viable, and I'm currently running one via battery on a home built robot I'm creating... using it's machine learning system for certain scenarios but not nearly degree, more of the realtime analysis stuff (opencv and other quick scanning libraries)... for navigation and object responsiveness, also for SLAM.
super amazingly powerful little computers, those nanos, and the gpu does a surprisingly decent job of machine learning. Slow for learning, but pretty quick for analysis.