Coder Social home page Coder Social logo

germanphonemetts's Introduction

Idea

The idea for this script is very simple: record some phonemes for the german language, split words into phonemes (done by https://github.com/bootphon/phonemizer ), and then try to find the longest matching audio file so that the phonemes match.

The result is far from perfect, but way better than I've expected it to be.

Requirements

Sox:

sudo aptitude install sox

Phonemizer:

git clone --depth=1 https://github.com/bootphon/phonemizer /tmp/phonemizer/

cd /tmp/phonemizer

python setup.py build

sudo python setup.py install

Perl-Modules:

sudo cpan -i Term::ANSIColor

sudo cpan -i Memoize

sudo cpan -i Digest::MD5

How to run it

Edit the main.pl to change the text that should be said.

perl main.pl

Options

--debug Enables debug mode

--nopause Disables pauses between words (doesn't do anything yet)

--language=de Sets the language (doesn't do anything really yet)

germanphonemetts's People

Contributors

normantud avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.