Posts

Showing posts from 2012

Copy&Play iPhone用TTSアプリ (Text-To-Speech)

Image
[ ↓ Download ] ver. 1.0.2 [English version here] Copy & PlayはiPhone用テキスト読み上げアプリ(TTS: Text-To-Speech)です。 ほかのアプリでコピー(コピペのコピー)したテキストを読み上げます。 読み上げ速度を調整できます。 コピーしたテキストをタグで管理できます。 タグで検索可能です。 アプリ内ブラウザでWebを読み上げることができます。 音声データをメールで送付することができます。 テキスト読み上げには以下の機能があり、外国語学習に適しています。 - テキスト編集 - オートリピート - 再生速度:x0.5〜x2.0 - 5秒戻し 読み上げ対応言語 注意)読み上げ品質は言語によって異なり、かなり低品質な場合があります。 読み上げ音声サンプル - 対応言語から一部抜粋 - 日本語 , 英語 , フランス語 , ドイツ語 , ポルトガル語 , 韓国語 , 中国語 (simplified) , 中国語 (traditional) サファリ、メールなどほかのアプリでテキストをコピーすると、テキストが自動追加され、読み上げます。 タグ検索: 対応機種 iOS 6.x, iPhone 5 iOS 6.x, iPhone 4S iOS 6.x, iPhone 4 iOS 6.x, iPhone 3GS iOS 6.x, iPod touch 4th iOS 5.x, iPhone 4S iOS 5.x, iPhone 4 iOS 5.x, iPhone 3GS iOS 5.x, iPod touch 4th

Copy&Play for iPhone: TTS (Text-To-Speech)

Image
[ ↓ Download] ver. 1.0.2 [ Japanese version here ] Copy & Play for iPhone is a mobile app to read out text (TTS: Text-To-Speech). Reading out copied text in other app on iPhone/iPod touch Control speed rate of reading out Manage text you copied by using tags Search with tag Reading out web with built-in browser Mailing the voice data Reading out text - Editing text - Auto repeat - Speech rate: x0.5 ~ 2.0 - 5 sec return Available language - Note: the quality of some language is quite low - Sample: English , French , German , Portuguese , Japanese , Korean , Chinese (simplified) , Chinese (traditional) Copy text in other app, e.g. Notes, Safari, Mail, etc, and return. The app reads the text you copied: Tag search: Supported device iOS 6.x, iPhone 5 iOS 6.x, iPhone 4S iOS 6.x, iPhone 4 iOS 6.x, iPhone 3GS iOS 6.x, iPod touch 4th iOS 5.x, iPhone 4S iOS 5.x, iPhone 4 iOS 5.x, iPhone 3GS iOS 5.x, iPod touch 4th

CoreData UIManagedDocumentでマイグレーション

CoreDataのUIManagedDocumentを使用している場合のマイグレーション方法について紹介します (iPhone SDKのバージョンはXcode 4.4.xとします)。 以下のような方が対象です。 - UIManagedDocumentをCoreDataとして使用している - アプリのアップデートに伴い、DBのテーブル構造を変更した - テーブル構造を変更したら、アプリがクラッシュする(NSInternalInconsistencyException) - 古いバージョンのアプリをいったん削除してインストールし直すと問題が発生しない 話を具体化するために以下のケースを想定して話を進めます - UIManagedDocumentを使用してアプリが動作している - アプリ名はMyAppで、バージョン1.0.0を開発済みで1.0.1を現在開発中 - 1.0.1ではテーブル構造を変更する(Bookmarkにtitleを追加する) - 1.0.0時点でのxcdatamodel名はMyDM、Entity名はBookmark、Attribute名はurl (String型)で、 title(String型)を新規に追加 する 以下のステップでUIManagedDocumentのマイグレーションを行います。 1. Model Versionを追加、Currentを変更 2. Mapping Modelを作成、Custom Policyを入力 3. Custom Policyに対応するEntity Migration Policyクラスを新規作成 4. -(BOOL)createDestinationInstancesForSourceInstance: entityMapping: manager: error:に追加するAttributeを記述する 5. UIManagedDocumentオブジェクトにオプションを指定 6. 動作確認テスト 1. Model Versionを追加、Currentを変更 Xcodeのメニューから[Editor] - [Add Model Version]を選択します。 [Based on model]から"MyDM"を選択、[Version name]にMyDM_1

Copy & Play: iPhone用テキスト読み上げアプリ (TTS: Text-To-Speech)

Image
[ ↓ Download ] [English version here] Copy & PlayはiPhone用テキスト読み上げアプリ(TTS: Text-To-Speech)です。 ほかのアプリでコピー(コピペのコピー)したテキストを読み上げます。 読み上げ速度を調整できます。 コピーしたテキストをタグで管理できます。 タグで検索可能です。 テキスト読み上げには以下の機能があり、外国語学習に適しています。 - テキスト編集 - オートリピート - 再生速度:x0.5〜x2.0 - 5秒戻し 読み上げ対応言語 注意)読み上げ品質は言語によって異なり、かなり低品質な場合があります。 読み上げ音声サンプル - 対応言語から一部抜粋 - 日本語 , 英語 , フランス語 , ドイツ語 , ポルトガル語 , 韓国語 , 中国語 (simplified) , 中国語 (traditional) サファリ、メールなどほかのアプリでテキストをコピーすると、テキストが自動追加され、読み上げます。 タグ検索: 対応機種 iOS 6.x, iPhone 4S iOS 6.x, iPhone 4 iOS 6.x, iPhone 3GS iOS 6.x, iPod touch 4th iOS 5.x, iPhone 4S iOS 5.x, iPhone 4 iOS 5.x, iPhone 3GS iOS 5.x, iPod touch 4th

Copy & Play for iPhone (TTS: Text-To-Speech)

Image
[ ↓ Download ] [ Japanese version here ] Copy & Play for iPhone is a mobile app to read out text (TTS: Text-To-Speech). Reading out copied text in other app on iPhone/iPod touch Control speed rate of reading out Manage text you copied by using tags Search with tag Reading out text - Editing text - Auto repeat - Speech rate: x0.5 ~ 2.0 - 5 sec return Available language - Note: the quality of some language is quite low - Sample: English , French , German , Portuguese , Japanese , Korean , Chinese (simplified) , Chinese (traditional) Copy text in other app, e.g. Notes, Safari, Mail, etc, and return. The app reads the text you copied: Tag search: Supported device iOS 6.x, iPhone 4S iOS 6.x, iPhone 4 iOS 6.x, iPhone 3GS iOS 6.x, iPod touch 4th iOS 5.x, iPhone 4S iOS 5.x, iPhone 4 iOS 5.x, iPhone 3GS iOS 5.x, iPod touch 4th