Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spigs/hackio-2018
https://github.com/spigs/hackio-2018
java midi
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spigs/hackio-2018
- Owner: SPIGS
- Created: 2018-10-27T13:45:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-22T19:14:00.000Z (over 5 years ago)
- Last Synced: 2023-09-06T07:28:47.654Z (over 1 year ago)
- Topics: java, midi
- Language: Java
- Size: 9.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DECSing - (HackIO-2018 Project)
## Description:
DECSing is a Java program that reads the bit information from MIDI music files (a file type commonly used for karaoke machines and music production) and translates it into pitch, phoneme, and tone information so it can be sung by the DECTalk text-to-speech program.### Resources:
* [MIDI Spec] (https://www.midi.org/specifications)
* [A more condensed version](https://www.cs.cmu.edu/~music/cmsip/readings/davids-midi-spec.htm)
* [DECTalk Tone Information](https://msu.edu/course/asc/232/song_project/dectalk_pages/DECtalk%20Singing.html)