https://github.com/akiomik/shiomi
An oscilloscope-like audio waveform GIF animation generator
https://github.com/akiomik/shiomi
audio-processing audio-visualizer gif gif-animation oscilloscope sound-processing
Last synced: 3 months ago
JSON representation
An oscilloscope-like audio waveform GIF animation generator
- Host: GitHub
- URL: https://github.com/akiomik/shiomi
- Owner: akiomik
- License: apache-2.0
- Created: 2021-03-06T15:55:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T03:17:20.000Z (over 2 years ago)
- Last Synced: 2025-02-07T16:48:34.991Z (4 months ago)
- Topics: audio-processing, audio-visualizer, gif, gif-animation, oscilloscope, sound-processing
- Language: Go
- Homepage:
- Size: 1.73 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shiomi
[](https://github.com/akiomik/shiomi/actions/workflows/go.yml)
shiomi (潮見) is an oscilloscope-like audio waveform GIF animation generator.
## Installation
```sh
go get github.com/akiomik/shiomi
```## Usage
```sh
shiomi -i input.wav -o output.gif -f 1000 # 1kHz
```## Example
commands:
```sh
shiomi -i test/data/sine-44.1kHz-16bit-1kHz-3s.wav -o sine.gif -f 1000
```outputs:

commands:
```sh
shiomi -i test/data/noise-44.1kHz-16bit-white-3s.wav -o noise.gif
```outputs:
