pink-trombone

Crates.iopink-trombone
lib.rspink-trombone
version0.2.1
sourcesrc
created_at2021-07-29 05:30:19.115925
updated_at2021-08-02 04:58:35.337238
descriptionVocal cords simulator
homepage
repositoryhttps://github.com/lostmsu/pink-trombone
max_upload_size
id428560
size148,679
Victor (lostmsu)

documentation

README

Pink Trombone

Pink Trombone on crates.io

This is a revised version of the Pink Trombone speech synthesizer originally developed by Neil Thapen in 2017. The original source code was modularized and converted to TypeScript. Then the TypeScript code was converted to Rust.

Pink Trombone uses two-dimensional digital waveguide synthesis to synthesize human speech sounds.

Online demo: chdh.github.io/pink-trombone-mod

Screenshot:
Pink Trombone screenshot

Sample code

You can easily connect Pink Trombone to any audio framework, that accepts f32 inputs. An example for rodio.

Bibliographic references cited by Neil Thapen

Commit count: 13

cargo fmt