个人工具

UbuntuHelp:Praat

来自Ubuntu中文

跳转至: 导航, 搜索

Praat - Fonetics with computer

Praat is a free software used to make synthesis and analysis of speech. It have an older pre-compiled on the repository Universe of Edgy of Ubuntu. It has too an unofficial pre-compiled from latest source (leleobhz), with a maximum delay of 5 days.

Installation

IconsPage?action=AttachFile&do=get&target=warning.png WARNING: This Praat compilation will only run on processors newer than PentiumIII and AMD K6-2 or equal.

Installing via Universe official repository

Follow the page: Repositories/Ubuntu

Installing from "leleobhz.org" repository - Via terminal

Open a terminal and paste these lines into: Dapper:

sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/dapper dapper main\n" >> /etc/apt/sources.list
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
sudo gpg --export --armor 832706A4 | sudo apt-key add -
sudo apt-get update
sudo apt-get --force-yes -y install praat

Edgy:

sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/edgy edgy main\n" >> /etc/apt/sources.list
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
sudo gpg --export --armor 832706A4 | sudo apt-key add -
sudo apt-get update
sudo apt-get --force-yes -y install praat

Feisty:

sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/feisty feisty main\n" >> /etc/apt/sources.list
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
sudo gpg --export --armor 832706A4 | sudo apt-key add -
sudo apt-get update
sudo apt-get --force-yes -y install praat

Gutsy:

sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/gutsy gutsy main\n" >> /etc/apt/sources.list
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
sudo gpg --export --armor 832706A4 | sudo apt-key add -
sudo apt-get update
sudo apt-get --force-yes -y install praat

Installing from "leleobhz.org" repository - Via graphic interface

To launch the Synaptic Package Manager hit System -> Administration -> Synaptic Package Manager . Next you will be prompted for your password to be able to launch Synaptic as super user. Once that's all done you should now have the Synaptic package manager on your screen. On the menu of this screen you must click on Settings -> Repositories This is were you will be able to add the Canonical commercial repositories. on the left of the screen click on the button Add. The Add Channel screen will come up. On this screen select the Custom option. On this screen type the following line and then click on Add Channel. Dapper:

deb http://ubuntu.leleobhz.org/dapper dapper main

Edgy:

deb http://ubuntu.leleobhz.org/edgy edgy main

Feisty:

deb http://ubuntu.leleobhz.org/feisty feisty main

Gutsy:

deb http://ubuntu.leleobhz.org/gutsy gutsy main

Now hit Close. From the main Synaptic window, hit Reload. Last, execute this on you console:

sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
sudo gpg --export --armor 832706A4 | sudo apt-key add -

When it finishes, you will be able to get packages from the ubuntu.leleobhz.org repositories using the Synaptic Package Manager.

Screenshots

TODO