Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 2.16 KB

README.en.md

File metadata and controls

47 lines (29 loc) · 2.16 KB

TextAlive App API basic example

This example corresponds to the first section of the API tutorial, "Get Started." It shows each word when being vocalized. It also displays playback control if it is not connected to a TextAlive host.

To see this example connected to a TextAlive host, use TextAlive App Debugger.

日本語は README.md にあります。

Run this app with different songs

Web applications developed with TextAlive App API can play a song of your choice (if not designed to work with a specific one) by specifying a query parameter in the URL as ta_song_url={song URL}.

Develop

With Node.js installed, running the following command launches the development server.

npm install
npm run dev

Build

Running the following command generates built files in the docs directory. Live demo is hosted by GitHub Pages configured to serve files in the docs directory.

npm run build

TextAlive App API

TextAlive

TextAlive App API is the JavaScript API for developing "lyric apps" (cf. lyric videos) that show lyrics synchronized with the music playback.

For more details on the TextAlive App API, please visit the website TextAlive for Developers.


https://github.com/TextAliveJp/textalive-app-basic