Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample App TextReader #361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AbedalrahmanRasem
Copy link

TextReader

Text Reader is a sample application which demonstrates how to synthesize voice.

From text using Tizen TTS API.

Copy link
Contributor

@sgchoi5 sgchoi5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, I have a question about "Verified Version" in README.md. API level 10 is now available in Public with Tizen7.0. I think.. using (Or, mentioning) API Level 11 is not proper.... refer to https://github.com/Samsung/TizenFX

@AbedalrahmanRasem
Copy link
Author

Hello @sgchoi5 , I had change it thank you.

@dongsug-song
Copy link
Contributor

@AbedalrahmanRasem
Hello,
Thank you very much for your commit.
here are some guide for public sample release.
please check for yourself.

thank you.

@@ -0,0 +1,443 @@
/*
* Copyright (c) 2017 Samsung Electronics Co., Ltd. All rights reserved.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

year needs be changed as 2023


namespace TextReader_UI.views
{
class MainPage : ContentPage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have built it locally and tested on TM1 mobile target and it was working fine. (b^_^)b

StartEffect = delegate(int currentParagraph)
{
for(int i = 0; i < 4; i++){
if(i == currentParagraph){
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you make this as like this?
if (false == xxx)
{
xxx;
}

you can use auto code editing by "ctrl+k+d" or "ctrl+k+f" in Visual Studio.

could you check the sites below for easy way of editing code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants