├── .gitignore ├── LICENSE ├── README.md ├── index.html ├── screenshot_spreadsheet.png └── screenshot_webpage.png /.gitignore: -------------------------------------------------------------------------------- 1 | ursonate/ 2 | 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pamelafox/mp3-text-sync/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pamelafox/mp3-text-sync/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pamelafox/mp3-text-sync/HEAD/index.html -------------------------------------------------------------------------------- /screenshot_spreadsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pamelafox/mp3-text-sync/HEAD/screenshot_spreadsheet.png -------------------------------------------------------------------------------- /screenshot_webpage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pamelafox/mp3-text-sync/HEAD/screenshot_webpage.png --------------------------------------------------------------------------------