Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spudmashmedia/arduino-headphoneamplifier
Headphone Amplifier sketch for Open Music Labs Audio Codec Shield
https://github.com/spudmashmedia/arduino-headphoneamplifier
arduino audio sketch
Last synced: about 1 month ago
JSON representation
Headphone Amplifier sketch for Open Music Labs Audio Codec Shield
- Host: GitHub
- URL: https://github.com/spudmashmedia/arduino-headphoneamplifier
- Owner: spudmashmedia
- License: gpl-2.0
- Created: 2015-02-08T06:08:15.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-08T08:18:23.000Z (almost 10 years ago)
- Last Synced: 2023-02-28T04:11:13.773Z (almost 2 years ago)
- Topics: arduino, audio, sketch
- Language: Processing
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino-HeadphoneAmplifier
Headphone Amplifier sketch for Open Music Labs Audio Codec Shield.
[http://www.openmusiclabs.com/projects/codec-shield/](http://www.openmusiclabs.com/projects/codec-shield/)
## Installation### Pre-requisite
#### Arduino IDE OR LeafLabs Maple IDE
- [http://arduino.cc/en/main/software](http://arduino.cc/en/main/software)
- [http://leaflabs.com/docs/ide.html](http://leaflabs.com/docs/ide.html)#### Audio Codec Shield Library
- [http://wiki.openmusiclabs.com/wiki/AudioCodecShield](http://wiki.openmusiclabs.com/wiki/AudioCodecShield)#### Build
- Load HeadphoneAmplifier.pde into the target IDE, Verify/Build## Usage
This code was tested with
- Arduino UNO R3 / LeafLabs Maple R5
- Open Music Labs Audio Codec Shield
- Dell ST2420L Monitor Line Out Audio Output
- Shure SRH840 Headphone Monitors## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D## History
8 January 2015 Johnny Dong ([http://www.spudmash.com](http://www.spudmash.com))
- v1.0 commit## Credits
Open Music Labs for building an awesome shield## License
GNU GENERAL PUBLIC LICENSE
This software is in the public domain, furnished "as is", without technical support, and with no warranty, express or implied, as to its usefulness for any purpose.