├── LICENSE ├── README.md ├── client.js ├── icon_error.png ├── icon_listen.png ├── icon_listening.png ├── icon_pause.png ├── icon_play.png ├── icon_stop.png ├── icon_working.png ├── icons.svg ├── index.html ├── index.js └── package.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/README.md -------------------------------------------------------------------------------- /client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/client.js -------------------------------------------------------------------------------- /icon_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/icon_error.png -------------------------------------------------------------------------------- /icon_listen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/icon_listen.png -------------------------------------------------------------------------------- /icon_listening.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/icon_listening.png -------------------------------------------------------------------------------- /icon_pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/icon_pause.png -------------------------------------------------------------------------------- /icon_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/icon_play.png -------------------------------------------------------------------------------- /icon_stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/icon_stop.png -------------------------------------------------------------------------------- /icon_working.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/icon_working.png -------------------------------------------------------------------------------- /icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/icons.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/index.html -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hackergrrl/voicetube/HEAD/package.json --------------------------------------------------------------------------------