Iが付いてないKDD


1 [Reflection.Assembly]::LoadWithPartialName("Microsoft.Speech")
2 $speak = New-Object Microsoft.Speech.Synthesis.SpeechSynthesizer
3 $speak.Rate = 1  # from -10 to 10, default is zero.
4 $speak.SetOutputToWaveFile("zerozerowonderful.mp3")
5 $speak.SelectVoice("Microsoft Server Speech Text to Speech Voice (en-US, Helen)")
6 $speak.Speak("zero zero")
7 $speak.Speak("wonderful")
8 $speak.Dispose()

続きを読む Iが付いてないKDD

[Cython] release preparations for 0.22.1 and 0.23

Date: Sat, 25 Apr 2015 17:40:19 +0200
From: Stefan Behnel <stefan_ml@behnel.de>

Hi,

I think it’s about time for a new release. I propose to relase 0.22.1 in
the next days, and then start the release cycle for 0.23.

Please make sure everything that you consider a safe bug fix is in the
0.22.x branch. I already copied Jeroen’s latest fixes over.

Stefan

だそうです。
続きを読む [Cython] release preparations for 0.22.1 and 0.23