https://github.com/timothystiles/growasound
Getting sound from images.
https://github.com/timothystiles/growasound
Last synced: 9 months ago
JSON representation
Getting sound from images.
- Host: GitHub
- URL: https://github.com/timothystiles/growasound
- Owner: TimothyStiles
- License: apache-2.0
- Created: 2016-08-31T15:22:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T16:29:10.000Z (over 9 years ago)
- Last Synced: 2025-07-20T06:41:26.894Z (11 months ago)
- Language: Clojure
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# growasound
Hey igem peoples and others. This is just a neat little proof of concept that turns an image into a sound.
## usage
cd into the project and then execute lein run and you
should hear a sound!
If you haven't installed leiningen instructions can be found [here](https://leiningen.org/).
The first time you run the code you should run lein deps just to
make sure that your system has all of the depencies.
On your first run it may be a little slow! No worries [Overtone](http://overtone.github.io/) is just installing.
## license
Copyright 2016 Timothy S. Stiles
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.