This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const LINE_HOLD_TIME = 1; | |
| const SILENT_TIME = 10; | |
| const SONGS: { [key: string]: string[]} = { | |
| 'I am machine': [ | |
| 'I am', 'machine', | |
| 'I never', 'sleep', | |
| 'I keep', 'my eyes', 'wide open', | |
| 'I am', 'machine', | |
| 'A part', 'of me', |
OlderNewer