Skip to main content

Strange combinations converter

Project description

Weird converter

PyPI version Downloads Downloads Downloads
HitCount Python package codecov GitHub stars GitHub forks GitHub contributors

🔀 Strange combinations converter like from Audio to Image and Image to Audio

Installation

Install client via pip. Ideally, weird-converter is well supported for Python >= 3.7.

pip3 install weird-converter

Usage

Just run it like this:

weird_converter.audio_to_image('audio.wav')  # It only supports wav files, for now.
weird_converter.image_to_audio('image.jpg')

Future development

  • 🎶 Support other input audio types.
  • 📹 Implement audio to video conversion (and the same other way around).
  • ⭐️ Implement custom transformations for getting different results.

Motivation

I know this tool is kind of strange and probably not very useful. However, I wanted to play with numpy and try to understand in a deeper way the amount of stuff that this library can do. That's why I ended up doing this project where I see a lot of progression with different future tweakments (as it is specified above).

Results

Audio to image

Image generation comes from a normalization of the audio values. The image will have higher dimensions as more information the audio has, like audio length or channels available.

From this fanfare audio to this image:

Fanfare image

Or from this empty audio, representing a silence, to this image:

Silent image

Image to Audio

Audio generation comes from a normalization to a 44,100 samples per second audio. The output length will be higher depending on the dimensions of the input image. As you could check, the results look very similar to an helicopter sound but it differs depending on the given image.

Church image

To this audio, where it's clear when the audio is playing the black background and the building pixels.

Black image

To this near empty audio and very uniform.

Development

Recommendations

Usage of virtualenv is recommended for package library / runtime isolation.

Installation

  1. Setup virtual environment

  2. Install dependencies

pip3 install -r requirements.lock
  1. Install locally
pip3 install .

Contributing

Suggestions, improvements, and enhancements are always welcome! If you have any issues, please do raise one in the Issues section. If you have an improvement, do file an issue to discuss the suggestion before creating a PR.

All ideas – no matter how outrageous – welcome!

Authors

License

Apache-2.0 © weird-converter

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

weird-converter-0.2.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

weird_converter-0.2-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file weird-converter-0.2.tar.gz.

File metadata

  • Download URL: weird-converter-0.2.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for weird-converter-0.2.tar.gz
Algorithm Hash digest
SHA256 8d0a71c324ac466a883cd9362df0f77ecd4c6019ee054093c019e64dbf0b0a46
MD5 108de77a7433619a1cf5ed586c8280a9
BLAKE2b-256 c4731c047c8d1687282dabbd3146939f814f7434554090b28cbddfb2a529fbf5

See more details on using hashes here.

File details

Details for the file weird_converter-0.2-py3-none-any.whl.

File metadata

  • Download URL: weird_converter-0.2-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for weird_converter-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 209a987fcb7cebe6f1395e8e880b4e037151eb5414e10f6f4e94cc1980f3722f
MD5 369e04d23630750991b41998e61084d9
BLAKE2b-256 60e18debbefea6224dcc68b66efbf4a6984262bed875e91d93ae7e58a676d43b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page