8000 GitHub - jinjor/desktop-audio
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jinjor/desktop-audio

Repository files navigation

desktop-audio

An experiment to play sounds with Web UI and without Web Audio API.

Architecture

┌───────────── Electron ─────────────┐
┌────────────┐           ┌───────────┐           ┌───────┐
│ ui         │<-- IPC -->│ core      │<-- IPC -->│ audio │<---- MIDI
│ (TS/React) │           │ (TS/Node) │           │ (Go)  │<---> File
└────────────┘           └───────────┘           └───────┘

Loops:
                 MIDI
┌──────┐      .   │    ┌───>──┐     ┌───>───┐
│      │      .   └───>│ midi │---->│       │
│      │      .        └──<───┘     │       │
│      │      .        ┌───>──┐     │       │
│      │---- IPC ----->│ recv │---->│       │
│ core │      .        └──<───┘     │ audio │
│      │      .        ┌───>──┐     │       │
│      │<--- IPC ------│ send │<----│       │
│      │      .        └──<───┘     │       │
│      │      .        ┌───>──┐     │       │
│      │      .   ┌─<──│ save │<----│       │
└──────┘      .   │    └──<───┘     └───<───┘
                 File

IPC Protocol

{url-encoded} {url-encoded} {url-encoded} ...
{url-encoded} {url-encoded} {url-encoded} ...
...

e.g. note_on 60

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0