TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN : Chords - Python recognition of guitar chords (first week-end project)

5 pointsby kaahneover 12 years ago

1 comment

kaahneover 12 years ago
This is my first week-end project I cooked up in a few hours. It uses pyaudio to acquire sound from the microphone and numpy to FFT the signal. Matching is done by shortest distance from FFT to fingerprints of chords.<p>I'm looking for pointers on what to do next with this small project, especially how to improve the recognition.<p>Plus, if you spot any big trouble in the code, feel free to enlighten me. I'm still a junior Python programmer, and your feedback won't be lost.