https://github.com/cryptoc1/karaoke
A simple karaoke app for Mac
https://github.com/cryptoc1/karaoke
Last synced: about 1 month ago
JSON representation
A simple karaoke app for Mac
- Host: GitHub
- URL: https://github.com/cryptoc1/karaoke
- Owner: Cryptoc1
- License: mit
- Created: 2015-05-22T03:53:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T04:40:43.000Z (about 11 years ago)
- Last Synced: 2025-03-22T05:44:46.081Z (over 1 year ago)
- Language: Swift
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# karaoke
This is a *very* simple karaoke app for Mac.
## How?
The program compares lyrics from AZLyrics, and spoken word using `NSSpeechRecognition`. Though this works, "singing" may not be as easy as just speaking the text. For that
reason, I'll probably use this as a foundation to another app idea I have swirling around in my head (*"Stay tuned for more!"*). Regardless of it's effectiveness, I still
think that the concept is cool. 😎
## Screens



## Notices
To get more verbose information from the program, set `DEVMODE` to `true` in `ViewController.swift`.
```swift
...
import Cocoa
import AppKit
// Setting to true enables logging in a some functions and what-not
var DEVMODE: Bool = false
class ViewController: NSViewController, NSSpeechRecognizerDelegate {
...
```
The icon was provided by [Icons8](Icons8.com)