Skip to content

Commit c4de2c9

Browse files
authored
Merge pull request #3234 from PaulBoersma/master
sources for version 6.4.64
2 parents 91d44d4 + e3194ac commit c4de2c9

17 files changed

Lines changed: 31 additions & 27 deletions

docs/manual/Checking_for_updates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p>Updates for Praat are available from <code><font size=+1>praat.org</font></code> or <code><font size=+1>www.fon.hum.uva.nl/praat</font></code>.</p>
1515
<p>Your current version (if you are reading this from the manual inside the Praat program, rather than from the website) is:</p>
1616
<code style="color:red">=&gt;</code><br>
17-
<code> 6.4.63, from April 4, 2026<br></code>
17+
<code> 6.4.64, from April 17, 2026<br></code>
1818
<p>Given that we tend to release new Praat versions once or twice a month, you can probably guess whether it would be worth your while to have a look at <code><font size=+1>praat.org</font></code> or <code><font size=+1>www.fon.hum.uva.nl/praat</font></code> to see what is new, and perhaps download a new version.</p>
1919
<p>Praat improves continually, and old features will almost always continue to work, so there should never be a reason to continue to work with older versions.</p>
2020
<h2>Why no automatic update checking?</h2>
-11.3 KB
Loading

docs/manual/FAQ__How_to_cite_Praat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<p><b>Question</b>: how do I cite Praat in my articles?</p>
1515
<p>Answer: nowadays most journals allow you to cite computer programs and web sites. The style approved by the American Psychological Association, and therefore by many journals, is like the following (change the dates and version number as needed):</p>
1616
<code style="color:red">=&gt;</code><br>
17-
<code> Boersma, Paul & Weenink, David (2026). Praat: doing phonetics by computer [Computer program]. Version 6.4.63, retrieved 4 April 2026 from https://praat.org<br></code>
17+
<code> Boersma, Paul & Weenink, David (2026). Praat: doing phonetics by computer [Computer program]. Version 6.4.64, retrieved 17 April 2026 from https://praat.org<br></code>
1818
<p>If the journal does not allow you to cite a web site, then try:</p>
1919
<p>Boersma, Paul (2001). Praat, a system for doing phonetics by computer. <i>Glot International</i> <b>5:9/10</b>, 341-345.</p>
2020
<p>This paper can be downloaded from Boersma&#8217;s website.</p>

docs/manual/Scripting_6_5__Calling_system_commands.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2>Getting system duration</h2>
5353
<p>How many nanoseconds is that per assignment?</p>
5454
<code> <a href="_writeInfoLine_.html">writeInfoLine</a>: round (time / 100000 * 1e9)<br></code>
5555
<code style="color:red">=&gt;</code><br>
56-
<code> 281<br></code>
56+
<code> 280<br></code>
5757
<h3>Links to this page</h3>
5858
<ul>
5959
<li><a href="_runSubprocess-S_.html"><code><font size=+1>runSubprocess$</font></code></a>

docs/manual/What_s_new_.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
What's new?
1313
</b></font></table></table>
1414
<p>Latest changes in Praat.</p>
15+
<p><b>6.4.64</b> (17 April 2026)</p>
16+
<dl>
17+
<dd style="position:relative;padding-left:1em;text-indent:-2em">&#8226; Many small improvements and bug repairs in speech recognition, including automatic alignment and diarization.</dd>
18+
</dl>
1519
<p><b>6.4.63</b> (4 April 2026)</p>
1620
<dl>
1721
<dd style="position:relative;padding-left:1em;text-indent:-2em">&#8226; Speaker diarization in <b>Transcribe interval</b> (if Whisper models installed).</dd>

docs/manual/_appDay_.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Syntax and semantics</h2>
2020
<h2>Examples</h2>
2121
<code> writeInfoLine: <b>appDay</b> ( )<br></code>
2222
<code style="color:red">=&gt;</code><br>
23-
<code> 4<br></code>
23+
<code> 17<br></code>
2424
<h3>Links to this page</h3>
2525
<ul>
2626
<li><a href="Functions.html">Functions</a>

docs/manual/_appVersion-S_.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Syntax and semantics</h2>
2020
<h2>Examples</h2>
2121
<code> writeInfoLine: <b>appVersion$</b> ( )<br></code>
2222
<code style="color:red">=&gt;</code><br>
23-
<code> 6.4.63<br></code>
23+
<code> 6.4.64<br></code>
2424
<h3>Links to this page</h3>
2525
<ul>
2626
<li><a href="Functions.html">Functions</a>

docs/manual/_appVersion_.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h2>Syntax and semantics</h2>
2020
<h2>Examples</h2>
2121
<code> writeInfoLine: <b>appVersion</b> ( )<br></code>
2222
<code style="color:red">=&gt;</code><br>
23-
<code> 6463<br></code>
23+
<code> 6464<br></code>
2424
<h3>Links to this page</h3>
2525
<ul>
2626
<li><a href="Functions.html">Functions</a>

docs/manual/_clock_.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ <h2>Examples</h2>
2323
<code> endfor<br></code>
2424
<code> <a href="_appendInfoLine_.html">appendInfoLine</a>: "Time elapsed: ", <b>clock</b>() - t, " seconds"<br></code>
2525
<code style="color:red">=&gt;</code><br>
26-
<code> Time elapsed: 0.0001165829598903656 seconds<br></code>
26+
<code> Time elapsed: 0.00012837490066885948 seconds<br></code>
2727
<code> t = <b>clock</b>()<br></code>
2828
<code> for i to 1000<br></code>
2929
<code> endfor<br></code>
3030
<code> timeElapsed = <b>clock</b>() - t<br></code>
3131
<code> <a href="_appendInfoLine_.html">appendInfoLine</a>: "Time elapsed: ", <a href="_fixed-S_.html">fixed$</a> (1000 * timeElapsed, 3), " ms"<br></code>
3232
<code style="color:red">=&gt;</code><br>
33-
<code> Time elapsed: 0.115 ms<br></code>
33+
<code> Time elapsed: 0.127 ms<br></code>
3434
<h3>Links to this page</h3>
3535
<ul>
3636
<li><a href="Functions.html">Functions</a>

docs/manual/_date-H_.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ <h2>Syntax and semantics</h2>
1919
</dl>
2020
<code> writeInfoLine: date# ()<br></code>
2121
<code style="color:red">=&gt;</code><br>
22-
<code> 2026 4 17 19 13 0<br></code>
22+
<code> 2026 4 18 13 22 2<br></code>
2323
<h3>Links to this page</h3>
2424
<ul>
2525
<li><a href="Functions.html">Functions</a>

0 commit comments

Comments
 (0)