https://github.com/sharpvik/snapsound
Play sound from PNG images
https://github.com/sharpvik/snapsound
Last synced: 10 months ago
JSON representation
Play sound from PNG images
- Host: GitHub
- URL: https://github.com/sharpvik/snapsound
- Owner: sharpvik
- License: mit
- Created: 2024-05-04T12:36:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T10:34:45.000Z (over 1 year ago)
- Last Synced: 2025-03-28T02:24:10.465Z (10 months ago)
- Language: Go
- Homepage:
- Size: 12.7 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `snapsound`
Break out of the Matrix - play audio from PNG files!
Don't think that's possible? Try `snapsound`!
## Install
```bash
go install github.com/sharpvik/snapsound
```
## Grab an Image
```bash
wget https://raw.githubusercontent.com/sharpvik/snapsound/main/gallery/Never%20Gonna%20Give%20You%20Up.png
```
... or make your own:
```bash
snapsound snap some.mp3
```
You should see a PNG image appear in the same folder (e.g. `some.png`).
## Play it!
```bash
snapsound play some.png
```
## `snapsound help`
```text
NAME:
snapsound - Play pixels
USAGE:
snapsound [global options] command [command options]
VERSION:
0.1.0
COMMANDS:
snap Snap that shot
sound Make it yours
play Play it now
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
```