Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeloe/bytetosound
Reads raw data and outputs it as a wave file
https://github.com/zeloe/bytetosound
audio bytes cpp databending encoding wave
Last synced: 8 days ago
JSON representation
Reads raw data and outputs it as a wave file
- Host: GitHub
- URL: https://github.com/zeloe/bytetosound
- Owner: zeloe
- License: gpl-3.0
- Created: 2022-11-15T17:41:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T19:11:15.000Z (7 months ago)
- Last Synced: 2024-06-10T23:09:57.059Z (7 months ago)
- Topics: audio, bytes, cpp, databending, encoding, wave
- Language: Jupyter Notebook
- Homepage:
- Size: 9.11 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bytetosound
Reads raw data and outputs it as a wave file or image.
## How to build
```bash
cmake . -B build
cmake --build build --config Release
```
## How to use
In terminal give path to input folder and path to output folder: \
path/to/image/folder path/to/wave/folder## Wavefile encoding
The code how to write a
[WaveFile](https://gist.github.com/csukuangfj/c1d1d769606260d436f8674c30662450) .## More about pixels
[Pixelcode](https://www.scratchapixel.com/lessons/digital-imaging/simple-image-manipulations/reading-writing-images) \
[LODEPNG](https://github.com/lvandeve/lodepng)
## The image i used
![kandinsky](https://user-images.githubusercontent.com/54742442/201990514-70c5f03b-bdf3-43c7-b27b-dcebbffe8c26.jpg)