Browse Source

Note where the languages come from for language selection.

master
Reece H. Dunn 12 years ago
parent
commit
b5db940457
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      android/src/com/reecedunn/espeak/CheckVoiceData.java

+ 6
- 0
android/src/com/reecedunn/espeak/CheckVoiceData.java View File

@@ -14,6 +14,12 @@
* limitations under the License.
*/

/*
* This Activity is used by Android to get the list of languages to display
* to the user when selecting the text-to-speech language. This is by locale,
* not voice name.
*/

package com.reecedunn.espeak;

import android.app.Activity;

Loading…
Cancel
Save