Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.06 KB

readme.md

File metadata and controls

44 lines (26 loc) · 1.06 KB

FFT&Wave Sample -TextAlive-

楽曲のFFTと波形情報をTextAliveと連携させるサンプルサイトです。

実行するには、TextAlive APIのトークンが必要です。

This is a sample site that links the FFT and waveform information of a song to TextAlive.

A TextAlive API token is required to run it.

Demo

https://misora.main.jp/ea4azmyb/fftwave/

Getting Started

Download and install Node.js on your computer (https://nodejs.org/en/download/).

Then, open VSCODE, drag the project folder to it. Open VSCODE terminal and install dependencies (you need to do this only in the first time)

npm install

Run this command in your terminal to open a local server at localhost:8080

npm run dev

Jsonデータを作成する

https://github.com/MisoraRyo/FFT_Wave-Json-TA

Song

『初音ミク「マジカルミライ 2024」楽曲コンテスト』の受賞作品6曲

https://magicalmirai.com/2024/procon/

Resource

Three.js

TextAlive api