lewiswolf / hearing-from-within-a-sound

Max and Python codebases for the paper _Hearing from Within a Sound_

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hearing from Within a Sound

Max MSP version python version

Max patch and python codebase used for exploring and demonstrating the work described in the AES paper Hearing from Within a Sound: A Series of Techniques for Deconstructing and Spatialising Timbre.

Max Project

Dependencies

Python Resynthesis

Demo video 🎥

Watch the video

cd python

Dependencies

If you're using conda:

conda env create -f environment.yml
conda activate aes

Install

pipenv install

Run

You will need to specify a directory of audio files to resynthesise.

pipenv run python resynthesise.py --audio_dir </absolute/path/to/audio/files/>

Testing

pipenv install -d
pipenv run test

How to Cite

@inproceedings{wolstanholmeHearingSoundSeries2023,
  title = 	{Hearing from within a Sound: {{A}} Series of Techniques for Deconstructing and Spatialising Timbre},
  booktitle =	{International {{Conference}} on {{Spatial}} and {{Immersive Audio}} ({{AES}})},
  author = 	{Wolstanholme, Lewis and Vahidi, Cyrus and McPherson, Andrew},
  year = 	{2023},
  month = 	aug,
  address = 	{{Huddersfield, UK}},
  copyright = 	{All rights reserved}
}

About

Max and Python codebases for the paper _Hearing from Within a Sound_


Languages

Language:Max 79.2%Language:Python 20.8%Language:Shell 0.0%