Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dleedev365/audio-waveform-generator
- Owner: dleedev365
- Created: 2018-06-21T01:14:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T02:55:42.000Z (over 4 years ago)
- Last Synced: 2024-03-23T00:52:03.822Z (8 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