个人工具

“UbuntuHelp:Praat”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的5个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Praat}}
 
{{From|https://help.ubuntu.com/community/Praat}}
 
{{Languages|UbuntuHelp:Praat}}
 
{{Languages|UbuntuHelp:Praat}}
 
 
 
=== Praat - Fonetics with computer ===
 
=== Praat - Fonetics with computer ===
[http://www.praat.org Praat] is a free software used to make sinthesis and analisys of speech. It have an older pre-compiled on the repository Universe of Edgy of Ubuntu.
+
[http://www.praat.org 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 ([http://www.leleobhz.org leleobhz]), with a maximum delay of 5 days.
It has too an unofficial pre-compiled from lattest source ([http://www.leleobhz.org leleobhz]), with a maximus delay of 5 days.
+
=== Installation ===
 
+
https://help.ubuntu.com/community/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.
=== Instalation ===
+
 
==== Installing via Universe official repository ====
 
==== Installing via Universe official repository ====
Follow the page: [[UbuntuHelp:Repositories/Ubuntu]]
+
Follow the page: [[UbuntuHelp:Repositories/Ubuntu|Repositories/Ubuntu]]
 
+
 
==== Installing from "leleobhz.org" repository - Via terminal ====
 
==== Installing from "leleobhz.org" repository - Via terminal ====
 
Open a terminal and paste these lines into:
 
Open a terminal and paste these lines into:
 
 
Dapper:
 
Dapper:
 
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/dapper dapper main\n" >> /etc/apt/sources.list
 
sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/dapper dapper main\n" >> /etc/apt/sources.list
第24行: 第17行:
 
sudo apt-get update
 
sudo apt-get update
 
sudo apt-get --force-yes -y install praat</nowiki></pre>
 
sudo apt-get --force-yes -y install praat</nowiki></pre>
 
 
Edgy:
 
Edgy:
 
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/edgy edgy main\n" >> /etc/apt/sources.list
 
sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/edgy edgy main\n" >> /etc/apt/sources.list
第34行: 第24行:
 
sudo apt-get update
 
sudo apt-get update
 
sudo apt-get --force-yes -y install praat</nowiki></pre>
 
sudo apt-get --force-yes -y install praat</nowiki></pre>
 
 
Feisty:
 
Feisty:
 
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/feisty feisty main\n" >> /etc/apt/sources.list
 
sudo echo -e "\n# leleobhz packages\ndeb http://ubuntu.leleobhz.org/feisty feisty main\n" >> /etc/apt/sources.list
第44行: 第31行:
 
sudo apt-get update
 
sudo apt-get update
 
sudo apt-get --force-yes -y install praat</nowiki></pre>
 
sudo apt-get --force-yes -y install praat</nowiki></pre>
 
+
Gutsy:
 +
<pre><nowiki>
 +
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</nowiki></pre>
 
==== Installing from "leleobhz.org" repository - Via graphic interface ====
 
==== Installing from "leleobhz.org" repository - Via graphic interface ====
 
To launch the Synaptic Package Manager hit '''''System -> Administration -> Synaptic Package Manager''''' .
 
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.
 
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'''''
 
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'''''.
 
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.
 
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'''''.
 
On this screen type the following line and then click on '''''Add Channel'''''.
 
Dapper:
 
Dapper:
 
 
 
<pre><nowiki>
 
<pre><nowiki>
 
deb http://ubuntu.leleobhz.org/dapper dapper main
 
deb http://ubuntu.leleobhz.org/dapper dapper main
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Edgy:
 
Edgy:
 
 
 
<pre><nowiki>
 
<pre><nowiki>
 
deb http://ubuntu.leleobhz.org/edgy edgy main
 
deb http://ubuntu.leleobhz.org/edgy edgy main
 
</nowiki></pre>
 
</nowiki></pre>
 
 
Feisty:
 
Feisty:
 
 
 
<pre><nowiki>
 
<pre><nowiki>
 
deb http://ubuntu.leleobhz.org/feisty feisty main
 
deb http://ubuntu.leleobhz.org/feisty feisty main
 
</nowiki></pre>
 
</nowiki></pre>
 
+
Gutsy:
 +
<pre><nowiki>
 +
deb http://ubuntu.leleobhz.org/gutsy gutsy main
 +
</nowiki></pre>
 
Now hit '''''Close'''''. From the main Synaptic window, hit '''''Reload'''''.  
 
Now hit '''''Close'''''. From the main Synaptic window, hit '''''Reload'''''.  
 
 
Last, execute this on you console:
 
Last, execute this on you console:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
 
sudo gpg --keyserver subkeys.pgp.net --recv 832706A4
 
sudo gpg --export --armor 832706A4 | sudo apt-key add -</nowiki></pre>
 
sudo gpg --export --armor 832706A4 | sudo apt-key add -</nowiki></pre>
 
 
When it finishes, you will be able to get packages from the ubuntu.leleobhz.org repositories using the Synaptic Package Manager.
 
When it finishes, you will be able to get packages from the ubuntu.leleobhz.org repositories using the Synaptic Package Manager.
 
 
=== Screenshots ===
 
=== Screenshots ===
 
''TODO''
 
''TODO''
 +
----
 +
[[category:CategoryScience]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 20:24的最新版本

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