Windows版アプリ本体: AutoLooper.0.4.3.exe
macOS実験版(未署名・作者未検証): AutoLooper.0.4.3.mac.dmg
macOS実験版 ZIP: AutoLooper.0.4.3.mac.zip
最新版のリリースページ: AutoLooper Releases
The latest Windows portable exe is available from the link above. An unsigned macOS experimental build is also available for users who accept unverified test builds.
AutoLooper は、ゲーム音楽向けのループマーカー検出・編集デスクトップアプリです。音声ファイルを読み込み、自動検出したループ候補をマーカーとして採用し、波形ビューとリスト編集ビューで確認・編集できます。
- Windows版:
0.4.3/v0.4.3-beta - macOS実験版:
0.4.3/v0.4.3-macos-experimental - Windows版リリース日:
2026-06-10JST - macOS実験版リリース日:
2026-06-10JST - 種別: ベータ / プレリリース
- 対応環境: Windows
- macOS: 実験版あり(未署名・作者Mac実機未検証)
.wav.aif/.aiff.ogg(Ogg Vorbis).mp3.flac.opus(Ogg Opus)
- WAV:
smplメタデータへ書き込み - AIFF:
MARK/INSTメタデータへ書き込み - Ogg Vorbis: Vorbis Comment へ
LOOPSTART/LOOPEND/LOOPLENGTHを書き込み - FLAC: Vorbis Comment へ
LOOPSTART/LOOPEND/LOOPLENGTHを書き込み - Opus: OpusTags へ
LOOPSTART/LOOPEND/LOOPLENGTHを書き込み - MP3: AutoLooper内ではループマーカーを設定できますが、MP3ファイル自体への埋め込み保存には対応していません。保存確認時に警告を表示します。
FLAC / Opus のループ情報はメタデータとして保存できますが、外部プレイヤーやゲームエンジンがそのタグをループ再生に使うかどうかは環境依存です。
- 複数音声ファイルの一括読み込み
- 選択ファイルまたは全ファイルの自動ループ検出
Normal / Deep / Customの検出モードNormal: 波形一致を中心にした通常検出Deep: ビート位置と音量差も考慮する精密検出Custom: 検出方式とパラメータを保存して再利用- 検出中の進捗表示、経過秒数表示、中止操作
- Deep Scan 専用の控えめなスキャンアニメーション
- 波形上のループ開始・終了マーカー表示
- ループ区間のドラッグ移動
- 通常再生時も
Loop EndからLoop Startへ戻るループ再生 Check Loopによるループ継ぎ目確認<</>>による前後ファイル移動と連続ループ確認- ファイル切り替え時の短いフェードによるクリックノイズ低減
- 波形ビューで表示中のファイルをリスト上でも強調表示
- ループ開始、ループ終了、ループ長の数値編集
- サンプル数表示 / 秒数表示の切り替え
- リスト編集ビューでのソート、列並び替え、範囲コピー&ペースト
- チェックセルのクリック/ドラッグによる複数選択
- 保存前確認ダイアログ
- 保存先フォルダとファイル名追加文字の設定
- 言語、表示単位、検出設定、保存設定の次回起動時復元
- 同名ファイルがある場合の自動ナンバリング保存
- 保存結果ダイアログと保存先フォルダを開く機能
- Undo / Redo
- 日本語 / 英語表示切り替え
保存は元ファイルを直接上書きせず、別名コピーとして保存します。初期設定では元ファイルと同じフォルダに _looped を付加して保存します。
例:
battle.wavbattle_looped.wav
同名ファイルが既に存在する場合は、自動で番号を付けて保存します。
例:
battle_looped.wavが既にある場合battle_looped_2.wavとして保存
保存結果ダイアログでは、番号付き保存を行った理由も表示します。
保存先フォルダとファイル名に追加する文字は、メニューバーの File > Save Settings... から設定できます。保存確認ダイアログ内でも、保存直前に保存先と追加文字を変更できます。
現在のベータ版 exe はコード署名されていません。初回起動時に Windows Defender SmartScreen の「Windows によって PC が保護されました」または「不明な発行元」の警告が表示される場合があります。
公式配布は GitHub Releases のみです。ダウンロード先がこのリポジトリの Release であることを確認してください。
警告画面から起動する場合:
詳細情報を選択実行を選択
会社PCや Smart App Control が有効な環境では、組織のセキュリティ設定により実行できない場合があります。
macOS版は未署名の実験版です。作者は現在Mac実機の検証環境を持っていないため、実機での手動検証は行っていません。
起動できない、Gatekeeperで止まる、読み込み・再生・保存が動かないなどの問題がある場合は、下記テンプレートから報告してください。
報告時は、macOSバージョン、Intel / Apple Silicon、使用したファイル名、起動できたか、どの操作で問題が出たかを書いてください。
未署名アプリのため、macOSのGatekeeperで起動が止められる場合があります。起動する場合は、右クリックから 開く を選ぶか、システム設定 > プライバシーとセキュリティ を確認してください。
SafariでDMGのダウンロードに失敗する場合は、ZIP版を試してください。
macOSでアプリを終了する場合は、AutoLooper > Quit AutoLooper または Cmd+Q を使ってください。ウィンドウを閉じてもアプリが起動したままになるのはmacOSの通常動作です。
AutoLooperはマイク録音機能を使いません。macOS実験版 0.4.2 以降では、Electronのメディア権限チェックでマイク/カメラ権限を許可しないようにしています。
cd /d <path-to-AutoLooper>
npm.cmd run devnpm.cmd run build
npm.cmd run distmacOS実験版はGitHub ActionsのmacOS runnerで作成します。
npm run dist:macAutoLooper is a desktop app for detecting, editing, previewing, and saving loop markers for game music files.
- Windows build:
0.4.3/v0.4.3-beta - macOS experimental build:
0.4.3/v0.4.3-macos-experimental - Windows release date:
2026-06-10JST - macOS experimental release date:
2026-06-10JST - Type: beta / pre-release
- Target platform: Windows
- macOS: experimental unsigned build available, not manually verified by the author on real Mac hardware
.wav.aif/.aiff.ogg(Ogg Vorbis).mp3.flac.opus(Ogg Opus)
- WAV: writes to
smplmetadata - AIFF: writes to
MARK/INSTmetadata - Ogg Vorbis: writes
LOOPSTART/LOOPEND/LOOPLENGTHto Vorbis Comment - FLAC: writes
LOOPSTART/LOOPEND/LOOPLENGTHto Vorbis Comment - Opus: writes
LOOPSTART/LOOPEND/LOOPLENGTHto OpusTags - MP3: loop markers can be edited inside AutoLooper, but cannot be embedded into MP3 files. A warning is shown before saving.
FLAC and Opus loop markers are stored as metadata. Whether external players or game engines use those tags for loop playback depends on the target environment.
- Batch import for multiple audio files
- Auto loop detection for selected files or all files
- Detection modes:
Normal / Deep / Custom Normal: fast waveform-similarity based detectionDeep: more detailed detection using beat-like positions and loudness differencesCustom: saves detection mode and parameters- Detection progress, elapsed time, and cancellation
- Subtle Deep Scan animation
- Waveform loop start/end marker display
- Dragging loop ranges on the waveform
- Normal playback loops from
Loop Endback toLoop Start Check Loopplayback for checking loop seams- Previous/next file navigation with
<</>>for faster loop checking - Short playback fades during file switching to reduce click noise
- The file shown in the waveform view is highlighted in the file list
- Numeric editing for loop start, loop end, and loop length
- Sample/time display switching
- List editor sorting, column reordering, and Excel-like range copy/paste
- Multi-select by clicking or dragging the selection cell
- Save confirmation dialog
- Output folder and filename suffix settings
- Restores language, display unit, detection settings, and save settings on the next launch
- Automatic numbering when the output filename already exists
- Save result dialog and open saved folder action
- Undo / Redo
- Japanese / English UI switching
AutoLooper does not overwrite the original file. It saves a separate copy. By default, the output is saved beside the source file with _looped added to the filename.
Example:
battle.wavbattle_looped.wav
If the output name already exists, AutoLooper automatically saves with a numbered filename.
Example:
- If
battle_looped.wavalready exists - AutoLooper saves
battle_looped_2.wav
The save result dialog reports when automatic numbering was used.
The output folder and filename suffix can be configured from File > Save Settings.... They can also be changed directly in the save confirmation dialog before saving.
The current beta exe is not code-signed. Windows Defender SmartScreen may show an unknown publisher warning on first launch.
Official downloads are provided only through GitHub Releases. Confirm that the download is from this repository's release page.
To launch from the warning dialog:
- Select
More info - Select
Run anyway
Company-managed PCs or environments with Smart App Control may block unsigned apps depending on their security policy.
The macOS build is unsigned and experimental. The author does not currently have a Mac test environment, so it has not been manually verified on real macOS hardware.
If the app cannot launch, is blocked by Gatekeeper, or has import, playback, detection, or save issues, please report it here:
When reporting, include the macOS version, Intel / Apple Silicon, downloaded file, launch result, and the exact operation that caused the problem.
Because the app is unsigned, macOS Gatekeeper may block it. If you decide to run it, try right-clicking the app and selecting Open, or check System Settings > Privacy & Security.
If the DMG download fails in Safari, try downloading the ZIP build instead.
To quit the app on macOS, use AutoLooper > Quit AutoLooper or Cmd+Q. Closing the window may keep the app running, which is normal macOS behavior.
AutoLooper does not use microphone recording. Since macOS experimental build 0.4.2, Electron media permission checks explicitly do not allow microphone/camera permissions.
cd /d <path-to-AutoLooper>
npm.cmd run devnpm.cmd run build
npm.cmd run distThe macOS experimental build is created on a GitHub Actions macOS runner.
npm run dist:mac