Skip to content

gpols/Sonification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Future Sounds

Sonification of Climate Projection Data
Author: Poliana Groth

Introduction

Future Sounds is an experimental data art project that transforms long-term climate projections into immersive, symbolic soundscapes using SuperCollider and Python.
Python is used for data analysis and preprocessing, and SuperCollider for sound synthesis.
The final audio composition is optimized for 12-speaker surround sound but can be listened to in stereo as well.

Requirements

Installation and Setup

1. Clone the Project

git clone https://github.com/gpols/Sonification.git
cd Sonification

2. Install uv

  • macOS:
brew install astral-sh/uv/uv

3. Create a Virtual Environment

uv venv

4. Activate the Environment

  • macOS/Linux:
source .venv/bin/activate
  • Windows (PowerShell):
.venv\Scripts\Activate.ps1

5. Install Dependencies

uv pip install -r pyproject.toml

Running the Project

  1. Open SuperCollider and load the scripts from the scd_files/ folder.
  2. Run individual sound scripts or the full composition script.

About

Sonification of climate change that transforms UK climate projections through 2098 into an immersive audio experience. Built with SuperCollider and powered by real climate data, the project uses sound synthesis to map changes in temperature, wind, and rainfall into evolving sonic textures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors