Skip to content

abehmiel/arbitrary-binary-wav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arbitrary-binary-wav

Create wav files from arbitrary binary data on your filesystem with Python

Installation:

Usage:

poetry run python convert.py \
--input_file='/path/to/input/file.pdf' \
--output_file='/path/to/output/file.wav' \
--rate=44100

The optional rate cli argument defaults to 44100 Hz.

You ought to be able to convert any file (up to about 6.5 Gb) to wav specification.

File sizes from 1 Mb to 50 Mb probably work best, as they're very fast to convert and are of a good length to use in musical compositions.

Fair warning, you're probably gonna get something close to white noise! Maybe! I dunno! Prove me wrong!

About

Create wav files from arbitrary binary data with Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages