#matroska #multimedia #command-line-tool #file-format #media #proteus

bin+lib proteus_audio

A command line utility and library for playing .prot audio files

17 releases

0.2.7 Nov 26, 2023
0.2.6 Nov 21, 2023
0.1.8 Nov 14, 2023

#179 in Audio

Apache-2.0

71KB
1K SLoC

proteus-cli

CLI for reading and parsing .prot files

About

“It’s possible that our grandchildren will look at us and say ‘You mean people used to listen to the same thing over and over again?’” - Brian Eno

I attended a lecture in 2014 by Dr. Andy Farnell on Procedural Audio who spoke, in part, about the distinction between fixed and performance mediums (ie film vs stage, album vs concert). Making note of the fact that while a theatre performance has a fixed structure and the story envokes a mood, it also adapts itself to the space and time of the specific performance.

Though, undoutably, much of the draw of performance art is owed to community and social connection, I think there’s a case to be made that some of the power of perfomance is in its subtle unpredictability.

While the world of popular cinematic storytelling is, at least in part, beginning to push itself out of a fixed format (Black Mirror: Bandersnatch / Neflix’s growing library of interactive content) and the world of video gaming, which has long-touted interactive storytelling, is approaching cinematic realism, popular recorded music is still very much fixed.

Procedural music itself is not a new thing, the video game and contemporary composition communities have been exploring it for a long while (Steve Reich’s It’s Gonna Rain was recorded in 1965). But, as of yet, examples of procedural music in the realm of song are sparse.

The, possibly obvious, solution that I would like to explore would be to record a song in such a way that you have some number (say 10) of each individual part (ie, 10 takes of the vocal, 10 of the drums, 10 of the guitar, etc). Then on play back, you choose a random selection of each part. On a simple song with 5 parts (Guitar, Vocals, Drums, Bass, Synth) this would yield 100,000 unique combinations.

Widespread internet accessibility and the popularity of streaming music could make this potentially very achievable.

My first proof of concept of this variable playback format ( hosted here ) used SoX to simply combine the parts of a short piece into a new random composite file. In early 2021, I started to work on expanding the idea out with two Flutter-based desktop applications ( here & here ) which read and write Matroska Audio files. Using a streamable container file format like Matroska, it is possible to hold all the parts in one distinct package and stream different sets together as well has include additional data which can serve as a guide for how to process each part of the recording.

In mid-2022, I decided to replace the flutter applications with an ElectronJS application ( the repository which you’re currently looking at ) in order to make use of the flexibility of CSS styling and, at the same time, decided to name the project after the Greek sea-god Proteus who represents mutability and is the root of the adjective ‘protean’.

Shortly after beginning to write the electron application, I realised that the resulting file size and performance of the build was far from ideal for a, relatively, simple application. I did some additional research and found Tauri which offers nearly everything that I was looking for with electron but with significantly improved performance. I'm currently transitioning this repo from Electron to Tauri ( Tauri branch here ).

There's still much to do with the project so, if you would like to follow along, you can keep tabs on this repo its issues page. If you’d like talk about the idea, feel free to give me a shout at adam.thomas.howard@gmail.com!

Dependencies

~9–44MB
~710K SLoC