スペクトログラム生成
音声ファイルから周波数スペクトログラムを生成し、PNG画像でダウンロード
📊
音声ファイルをドロップ
MP3・WAV・M4A・OGG など
処理中... Processing...
スペクトログラム生成で出来る事 About Spectrogram Generator
「スペクトログラム生成(Spectrogram Generator)」は、Web Audio APIのAnalyserNodeとFFT(高速フーリエ変換)を活用して、音声ファイルの周波数スペクトルを時間軸に沿って視覚的に描画するオンラインツールです。スペクトログラムは、横軸に時間、縦軸に周波数、色の強度で振幅(音量)を表現するグラフで、音声信号の周波数成分がどのように変化するかを視覚的に確認できます。
本ツールはMP3、WAV、M4A、OGG、WebMなど、ブラウザのAudioContextでデコードできる音声ファイルに対応します。カラーマップはInferno、Viridis、グレースケール、ホットの4種類で、論文用の厳密な再現ではなく、ブラウザ上で特徴を見やすくするための近似配色です。音の立ち上がり、ノイズ帯域、母音・子音の違い、楽器の倍音、環境音の周波数分布などを、画像として共有・保存したい場面に向いています。
FFTサイズを256から4096まで5段階で切り替えることで、時間分解能と周波数分解能のバランスを調整できます。小さいFFTサイズは短い音の変化を見やすく、大きいFFTサイズは周波数方向の細かい違いを見やすくします。最小・最大デシベル値のスライダーでは、背景ノイズを目立たなくしたり、弱い音を強調したりできます。
**関連ツール**
音名や周波数の数値を確認したい場合は [ピッチ検出](/audio/audio-pitch-detector/)、曲全体の調を知りたい場合は [キー検出](/audio/music-key-detector/) が便利です。テンポを測る場合は [BPMカウンター](/audio/bpm-counter/)、解析前に音量を整える場合は [オーディオ正規化](/audio/audio-normalizer/) や [ノイズ除去](/audio/audio-noise-reducer/) も併用できます。音程や速度を変えてから見比べたい場合は [音声タイムストレッチ](/audio/audio-time-stretch/) を使ってください。
すべての処理はブラウザ内で完結し、音声データがサーバーに送信されることはありません。
The 'Spectrogram Generator' is an online audio visualization tool that uses the Web Audio API's AnalyserNode and FFT (Fast Fourier Transform) to render the frequency spectrum of an audio file over time. A spectrogram is a graph where the horizontal axis represents time, the vertical axis represents frequency, and color intensity represents amplitude, helping you inspect how frequency components change.
The tool supports MP3, WAV, M4A, OGG, WebM, and other formats that your browser's AudioContext can decode. Four color maps are included: Inferno, Viridis, Grayscale, and Hot. They are browser-friendly approximations for visual inspection rather than exact scientific color reproduction. Use them to inspect attacks, noise bands, vowels and consonants, harmonics, environmental sound patterns, or any audio feature you want to save as an image.
By switching the FFT size across five levels from 256 to 4096, you can adjust the trade-off between time resolution and frequency resolution. Smaller FFT sizes show short events more clearly, while larger FFT sizes show finer frequency differences. Minimum and maximum decibel sliders help hide background noise or emphasize quieter details.
**Related Tools**
Use the [Audio Pitch Detector](/en/audio/audio-pitch-detector/) when you need note names and frequency values, or the [Music Key Detector](/en/audio/music-key-detector/) when you need the key of a full song. Use the [BPM Counter](/en/audio/bpm-counter/) for tempo checks. Before analysis, [Audio Normalizer](/en/audio/audio-normalizer/) and [Audio Noise Reducer](/en/audio/audio-noise-reducer/) can make the sound easier to inspect. To compare the result after changing pitch or tempo, use the [Audio Time Stretch Tool](/en/audio/audio-time-stretch/).
All processing is performed in your browser, and audio data is not sent to a server.
スペクトログラム生成の使い方 How to use Spectrogram Generator
- ページ上部のドロップゾーンに音声ファイル(MP3、WAV、M4A、OGGなど)をドラッグ&ドロップするか、クリックしてファイルを選択します。
- 音声がデコードされると、設定パネルが表示されます。FFTサイズ(解像度)、カラーマップ、最小/最大デシベル値を好みに合わせて調整してください。FFTサイズが大きいほど周波数分解能が上がりますが、時間分解能は下がります。
- 「スペクトログラム生成」ボタンをクリックすると、キャンバス上にスペクトログラムが描画されます。横軸が時間、縦軸が周波数(下が低音、上が高音)、色が振幅を表します。
- 生成されたスペクトログラムに満足したら、「PNGダウンロード」ボタンをクリックして画像として保存できます。設定を変更して何度でも再生成可能です。
- Drag and drop an audio file (MP3, WAV, M4A, OGG, etc.) onto the drop zone at the top of the page, or click to select a file from your device.
- Once the audio is decoded, the settings panel appears. Adjust the FFT size (resolution), color map, and minimum/maximum decibel values to your preference. A larger FFT size increases frequency resolution but decreases time resolution.
- Click the 'Generate Spectrogram' button to render the spectrogram on the canvas. The horizontal axis represents time, the vertical axis represents frequency (low at bottom, high at top), and color represents amplitude.
- When you are satisfied with the generated spectrogram, click the 'Download PNG' button to save it as an image. You can change settings and regenerate as many times as you like.
スペクトログラム生成を使うメリット Benefits of Spectrogram Generator
- Inferno、Viridis、グレースケール、ホットの4種類の配色から選択でき、用途に合わせたスペクトログラム画像を作れます。
- FFTサイズを256から4096まで選べるため、時間方向と周波数方向の見え方を調整できます。
- 最小・最大デシベル値をスライダーで調整し、背景ノイズや弱い音の見え方を変えられます。
- 解析処理はブラウザ内で完結し、生成したスペクトログラムはPNG画像としてダウンロードできます。
- Choose from Inferno, Viridis, Grayscale, and Hot color maps to create spectrogram images for different inspection needs.
- Select FFT sizes from 256 to 4096 to adjust the balance between time and frequency detail.
- Adjust minimum and maximum decibel values to change how background noise and quiet details appear.
- Audio analysis runs in the browser, and the generated spectrogram can be downloaded as a PNG image.
他のカテゴリ Other Categories
音声ツール の人気ツール TOP 10 Popular Audio Tools Tools TOP 10
音声ツール のすべてのツール (48件) All Audio Tools Tools (48)
該当するツールが見つかりませんでした No matching tools found
画像ツール
PDFツール
テキスト
動画ツール
計算
ビジネス文書
デザイン
その他