このツールについて
About This Tool
このツールは、OGGファイルに埋め込まれた
<LOOPSTART> / <LOOPLENGTH>
のサンプル値から、ループ開始・終了位置のミリ秒を求めるための補助ツールです。
This tool calculates loop start/end positions in milliseconds from the sample values of
<LOOPSTART> / <LOOPLENGTH> embedded in OGG files.
基本的な使い方
Basic Usage
-
OGGファイルのループタグ(
<LOOPSTART> /
<LOOPLENGTH>)を設定します。
Set the loop tags (<LOOPSTART> / <LOOPLENGTH>)
in your OGG file.
-
本ツールの「OGGドロップエリア」にファイルをドラッグ&ドロップするか、ファイルを選択します。
Drag & drop the file into the "OGG drop area" or select a file.
-
自動的に LOOPSTART / LOOPLENGTH が反映され、「変換する」を押すとミリ秒に変換されます。
LOOPSTART / LOOPLENGTH values are automatically loaded. Press "Convert" to convert
to milliseconds.
-
計算結果の「ループのスタート」「ループエンド」は、それぞれワンクリックでコピーできます。
Click "Loop Start" or "Loop End" results to copy them with one click.
-
履歴には、計算結果と時刻が保存され、あとから値だけコピーすることができます。
History saves calculation results and timestamps for later copying.
想定している用途
Intended Use Cases
主な用途は、
OGGファイルをMP3などに変換した後も、イントロ付きでループ処理を行いたいとき
を想定しています。
Primary use case: when you want to maintain intro-loop functionality after converting OGG files to
MP3 or other formats.
-
ゲームエンジン問わず、WebベースのゲームやアプリでBGMをループ再生したいとき
For looping BGM in web-based games and apps regardless of
engine
-
Howler.js や HTML5 Audio などで、ループポイントをミリ秒で指定したいとき
When specifying loop points in milliseconds for Howler.js or HTML5 Audio
-
RPGツクール/ティラノスクリプトなど、ループタグと通常のオーディオ再生を行き来するときの確認用
For verifying loop tags with RPG Maker, Tyranoスクリプト, or similar tools
ループタグそのものの編集は行わず、タグの「値をもとにミリ秒を計算する」ことに特化した、
デベロッパー向けの小さなユーティリティです。
This is a small utility for developers, focused solely on calculating milliseconds from tag values, not
editing the tags themselves.