An open API service indexing awesome lists of open source software.

https://github.com/dleedev365/audio-waveform-generator

[CMPT 365: Multimedia System] A Java GUI application that generates audio waveform for .wav files
https://github.com/dleedev365/audio-waveform-generator

audio-visualizer gui-application java

Last synced: 5 months ago
JSON representation

[CMPT 365: Multimedia System] A Java GUI application that generates audio waveform for .wav files

Awesome Lists containing this project

README

        

# Audio-Waveform-Generator
A simple audio waveform generator for .wav file.

# Description
The program reads every byte of a .wav audio file into and draws a vertical line for each byte.
Then it counts the number of sample per byte and displays the total number of samples and the max value(byte) among those samples.

# Instruction
1. Open "Audio Waveform Generator.jar".
2. Load a .wav audio file using "open" button on the main screen.
(The audio file is PCM coded and mono, and the total number of samples should be less than 65536)

# Demo