Friday, February 22, 2013

Change Text-To-Speech By Using Automator

Mac OS X has a nice feature: Text-To-Speech. You can select a text and let Mac OS to read the text. Since OS X 10.8, Apple added Chinese speech support. For me, English and Chinese are two voices I used most of time. This can be set in System Preferences->Dictation & Speech, where a default voice can be set.

One thing bothers me is that it is so inconvenient to switch between voices. What I would like is a convenient way, such as short-cut-keys, to make change of voices. For me, I would like to switch between Alex to read English and Ting-Ting for Chinese quickly.

Finally, I found a way to do it. It is actually very easy to do it. This can be done by using Automator. Here are steps.

First, launch Automator from Spotlight (pressing command+space, and type Automator). Select Service  type documentation.

Create Services


Within workflow, only two items are needed: Service receives selected text, and Speak Text:


Save the service as "SpeechByAlex".

Repeat the same step to create another service with Ting-Ting as voice, and save it as "SpeechByTingTing".

Note: the services are saved in the local user's Library->Services folder.

Define Shortcut Keys

The next step is to define shortcut keys for those two services.

Open System Preferences->Keyboard. Select Keyboard Shortcuts tab. On the left panel, select Services. Find two services under Text group.


I used Control+Shift+Command+A for Alex, and Control+Shift+Command+T for Ting-Ting.

Tuesday, February 19, 2013

Update: iTunes 11.0.2 & Java for OS X 2003-001 1.0

Today there are two updates. One is for security reason: Java for OS X 2003-001 1.0 and another one is for iTunes 11.0.2. My iPhone also got update to iOS 6.1.2


Here is the space difference between before and after:

Command: df -lakUsed(Kilobytes in 1024-blocks)
Before...31,516
After...18,616
Difference (A-B)-12,900
Capacity45%

Sunday, February 10, 2013

Update: Digital Camera RAW and AirPort

Today I noticed two Apple updates, I did update immediately. By the way, today I also got Skethbook Express app version 6.0.1 from App Store. This is a free version by Autodesk.



Unfortunately, I overwrote the update file when I got disk space by using df command. The previous disk space was lost.

Command: df -lakUsed(Kilobytes in 1024-blocks)
Before...n/a
After431,654,812
Difference (A-B) n/a
Capacity45%

Saturday, February 2, 2013

Update: Xcode 4.6

This update happened when I got back from my 3-week vacation. This update is for Xcode 4.6. Right at the time I am going back to work on my app.



The following is the comparison of spaces used before and after of the update:

Command: df -lakUsed(Kilobytes in 1024-blocks)
Before...1,445,896
After...233,616
Difference (A-B) -1,212,280
Capacity44%