Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A simple audio waveform generator for .wav file
https://github.com/dleedev365/audio-waveform-generator

audio-visualizer gui-application java

Last synced: 10 days ago
JSON representation

A simple audio waveform generator for .wav file

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