klatt-syn

Klatt formant synthesizer

Usage no npm install needed!

<script type="module">
  import klattSyn from 'https://cdn.skypack.dev/klatt-syn';
</script>

README

KlattSyn - Klatt Formant Synthesizer

This is a redevelopment of the classic Klatt cascade-parallel formant synthesizer. The program code is written in TypeScript, which is compiled to JavaScript. It can run within a web browser or with Node.

This implementation of a Klatt synthesizer has been developed by Christian d'Heureuse in 2019 and is based on the following documents and source code:

Online demo: www.source-code.biz/klattSyn
NPM package: klatt-syn
GUI application: github.com/chdh/klatt-syn-app