Skip to content

Tala is a fork of Praat (http://www.fon.hum.uva.nl/praat/) with all object-oriented code converted from C to idiomatic C++, the backend cleanly separated into an API distinct from the application, and a binding architecture for scripting languages such as Python.

License

alekstorm/tala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tala

Tala is a fork of Praat, intended to port all object-oriented code from C to C++, modularize the backend into an API separate from the application, and provide a binding architecture for scripting languages such as Python.

Installation

Currently, only Linux is supported, but the Mac and Windows code shouldn't be too hard to resurrect.

Requirements:

Steps:

$ ./autogen.sh
$ ./configure
$ make
$ make install

Running

The executable is located at src/praat, and the dynamic library at src/libpraat.la.

About

Tala is a fork of Praat (http://www.fon.hum.uva.nl/praat/) with all object-oriented code converted from C to idiomatic C++, the backend cleanly separated into an API distinct from the application, and a binding architecture for scripting languages such as Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages