Viewing profile — keyth72
keyth72
HN member- Joined
- Fri, Oct 09, 2020, 10:47 PM UTC
- HN karma
- 254
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About keyth72
No profile information was provided.
Recent public activity
-
comment
Comment #44426910
It's what I learned on, and there seems to be more info available out there about it (for now), but capacitive touch CYD would probably be better/more responsive. The resistive tou…
-
comment
Comment #44426079
Or maybe this is the one you meant: https://www.reddit.com/r/arduino/comments/11pxh3h/iss_tracke...
-
comment
Comment #44426020
No need to perpetuate any negativity, I can take it ;) constructive feedback is appreciated though!
-
comment
Comment #44426004
I saw that one! Very impressive project with 3D printed parts. Here is that project for anyone interested: https://projecthub.arduino.cc/alex_chang/satellite-tracker-2...
-
comment
Comment #44425603
Yup, that's all it is! Really simple beginner project, with room to grow on the hardware.
-
comment
Comment #44425565
Definitely alot of directions you could go with it, looking forward to seeing what people do with the code!
-
comment
Comment #44425514
WOW that is a cool shot, thanks for sharing!
-
comment
Comment #44425500
That's really cool! Starred so I can find it later, might be challenging putting it on the esp32 but if there's an easy way to downsize the images then it should be do-able. Thanks…
-
story
Show HN: Open-Source International Space Station Tracker ESP32/Arduino for $20
International Space Station Tracker on an ESP32 CYD (Cheap Yellow Display) costing $20. Live update over Wifi, touchscreen, backlight power management. Cheap and interesting classr…
-
comment
Comment #39030486
A video about a fully open source guitar pedal with features similar to commercial high end digital effects. Discusses the project and demos various effects.
- story
- story
-
comment
Comment #27346801
Flexibility and affordability. As a guitar player, if I walked into a room and on one side there’s a perfect digital emulation of a Marshall stack, and on the other side there’s an…
-
comment
Comment #27346618
But I will say that there is a project out there for time varying effects, but haven’t dug into it yet. I believe it’s a different method than the LSTM https://github.com/Alec-Wrig…
-
comment
Comment #27346571
..any pedal It can’t do time based effects such as delay, reverb, flange, chorus, etc. The LSTM can model distortion, overdrive, compression to an extent, and amp circuits (includi…
-
comment
Comment #27346522
...At mp3 quality As the creator of this project I can assure you that the audio used here is at least CD quality (44.1kHz 16bit). With the HiFiBerry hat the digital audio comes in…
-
comment
Comment #27277989
Good questions, modeling the parameter space for different knobs will be a focus of future work. It will probably be more practical to learn one parameter space, like gain, and lea…
- story
- story
-
comment
Comment #25316571
That is a really cool idea, I’m in a local band and we record from our phone if we want a quick way to remember how we played something. Your Band Studio app would add a whole new …
-
comment
Comment #25316287
Very cool project, I’d be interested in something like this for RNN/LSTM inference. Nice work!
-
comment
Comment #25316213
This project uses tensorflow/keras to emulate the sound of real guitar amplifiers and pedals on wav files. The model is trained on about three minutes of input/output guitar audio,…
- story
- story
-
comment
Comment #24745326
Nice, I’ll have to look into diffwave, have not heard of that. You may have difficulty training on reverb effects due to the nature of the WaveNet model. It works well for distorti…