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
- Host: GitHub
- URL: https://github.com/dleedev365/audio-waveform-generator
- Owner: dleedev365
- Created: 2018-06-21T01:14:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T02:55:42.000Z (about 5 years ago)
- Last Synced: 2025-01-06T18:24:58.584Z (6 months ago)
- Topics: audio-visualizer, gui-application, java
- Language: Java
- Homepage:
- Size: 199 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()