In the Envion ecosystem, sound is not sampled — it is harvested, stripped, and reborn. The act of recording or fetching is not documentation but ontological mutation. Each sonic fragment becomes detached from its author, context, and origin, re-entering the system as pure gesture or potential form.
This process embodies the principle of sampling without awareness: the deliberate erasure of provenance, an ethical stance that refuses ownership and recognition. The fetched or processed sound no longer represents anything — it exists, suspended between signal and meaning, as an anonymous event.
Ontologically, Envion operates as a cybernetic ecology where material and code co-produce each other. In this system, gesture ≠ material — gesture is the relational behaviour that brings material into being. Through its Seeder and Foundry components, Envion orchestrates this metabolism between network, machine, and ear.
      EnvionSeeder represents the networked counterpart of the Envion ecosystem — a living infrastructure that unites fetching, transformation, and ontological depersonalization of sound within one integrated flow. It connects Pure Data’s gesture-based environment with an online backend for procedural harvesting, normalization, and erasure of source identity.
Ontologically, EnvionSeeder extends the concept of sampling without awareness — the system fetches audio atoms scattered across the network and rewrites them through automated processes that dissolve authorship, semantics, and identity.
asetrate=384000, aresample=48000, atempo=1.6asetrate=16000, aresample=48000, atempo=0.7EnvionFoundry — the core local environment that performs advanced audio processing, ffmpeg-based transformations, and manifest generation — represents the future research-tier of Envion.
    Forge procedural audio fragments ready for the Envion ecosystem.
EnvionFoundry is currently distributed through a private Git repository. To gain access, you must request an invitation directly from the author.
Because EnvionFoundry is part of a self-funded artistic-research project, access to the private repository requires a small one-time contribution that helps cover server, maintenance, and development costs.
Your contribution directly supports the continued growth of the Envion ecosystem, ensuring that its tools remain independent, sustainable, and publicly documented.
EnvionFoundry is a small local lab that takes any audio file and prepares it for Envion — automatically and effortlessly.
No technical skills required — open a page, choose a file, click Process Audio.
Beyond the basic slicing pipeline, EnvionFoundry already integrates and tests a growing set of FFmpeg and CDP (Composers Desktop Project) transformations — processes that expand Envion’s sonic vocabulary and bring it closer to the language of musique concrète and algorithmic morphology:
These processes are continuously evolving — early supporters who contribute to access the private repository receive all future FFmpeg and CDP expansions as they are released.
The CDP suite (Composers Desktop Project) enables advanced transformations such as spectral morph, blur, and stretch. It is required only if you plan to use the extended EnvionFoundry processes included in the private repository.
brew install ffmpeg
    pip3 install flask
    brew install cdp
    If brew doesn’t include CDP for your macOS version,  
    you can install it manually from ensemble-software.net/CDPDocs.
EnvionFoundry/
├── app.py
├── index.html
├── style.css
├── script.js
├── EnvionFoundry_Guide.html   ← this guide
├── uploads/                    ← temporary inputs
└── output/                     ← processed results
    Recommended: place EnvionFoundry inside Envion-Algo-Score/tools/ and exclude it from Git with .gitignore.
cd ~/Documents/PureData/Envion-Algo-Score/tools/EnvionFoundrypython3 app.pyYou’ll see:* Running on http://127.0.0.1:8000http://127.0.0.1:8000If the “EnvionFoundry” page appears, you’re ready to process.
.wav or .mp3output/<filename>/slices_pitchup/Each fragment is already sliced, pitched, faded, boosted and limited — ready for Envion.
The pipeline matches the “v5” script you’ve tested earlier.
pip3 install flask
    brew install ffmpeg
    The pipeline includes boost + limiter. To increase gain further, edit volume= in app.py (section “boost + limiter”).
EnvionFoundry is an internal tool of the Envion ecosystem. It never connects to the Internet or sends any data externally.
stats.php and fetch/ have write permission.curl enabled.fetch_stats.json exists and is writable.fetch_stats.json manually.If problems persist, test the local EnvionFoundry pipeline to confirm FFmpeg and slicing work independently.