Note Trainer - Real-Time Musical Note Detection with Raspberry Pi and Python

preview_player
Показать описание
A simple, useful, musical note analysis application for the Raspberry Pi

Рекомендации по теме
Комментарии
Автор

1 in one part (line 192) it says "<>" replace that with !=
from while trys <> 0:
to while trys != 0:
3 open cmd and type
4 pip install pyaudio (61kB)
5 pip install pygame (4.2MB)

after all of this still waiting for the thing to load
30min later still not loaded

drakeredwind
Автор

Some super solid code here. Any chance, @virtualan, you're okay with me using some, if not all of this in a school project?

dinomastropietro
Автор

can TKinter be applied as the GUI of the Note trainer?

carlapelacion