Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telamon/arduinodsp
Digital Sound Processing for on the Arduino.
https://github.com/telamon/arduinodsp
Last synced: about 2 months ago
JSON representation
Digital Sound Processing for on the Arduino.
- Host: GitHub
- URL: https://github.com/telamon/arduinodsp
- Owner: telamon
- Created: 2011-10-13T12:14:46.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T01:21:18.000Z (over 5 years ago)
- Last Synced: 2024-04-29T22:21:51.849Z (9 months ago)
- Language: Eagle
- Homepage:
- Size: 45.9 KB
- Stars: 28
- Watchers: 10
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arduino DSP
===========
## Update 2016-09-11I've published the successor for this project based on the Papilio FPGA
[Papilio-DSPWing](https://github.com/telamon/papilio-dspwing)## Update 2015-03-21
I've been receiving a couple of emails inquiring about this project the past years,
and I feel I should have left a few more notes in this readme.
The reason to why this project has been pretty much abondoned is because the Arduino doesn't have enough
processing-power to accomplish any realtime signal processing.
So after finally managing to get this project to just do a plain Audio-passthrough and realize
the extremely bad quality and chunkyness of the sound I started looking for alternatives.
The raspberry has more juice but also alot more overhead thus, I've never
had good results with the highlevel DSP tools like jackd & rackarrack etc..
The Arduino DUE might cut this cheese.
But currently I've switched my attention over to the Papilio Pro, it's become a long-term project...
I'll let you know once I have anything more for share.Digital signal processing for the arduino.
This is my personal working project based on the original
work done by Kyle McDonald
http://www.instructables.com/id/Lo-fi-Arduino-Guitar-Pedal/?ALLSTEPSThe circuits I use are almost identical to Kyle's will have to document
them later.