Yuanma.org

China Open Source community - News and Technical articles!

Entries for the ‘Software Development’ Category

High-Performance Server Architecture

Introduction
The purpose of this document is to share some ideas that I’ve
developed over the years about how to develop a certain kind of
application for which the term "server" is only a weak approximation.
More accurately, I’ll be writing about a broad class of programs that
are designed to handle very large numbers of discrete messages or
requests per [...]

Leave a Comment

Text-To-Speech on Android

                               TTS
1 Introduction
The Text-To-Speech (TTS) library is allows developers to add speech
to their applications. Developers give the TTS object a text string,
and the TTS will take care of converting that string to text and
speaking it to the user.
The TTS library is designed such that different underlying speech
engines can be used without affecting the higher level [...]

Leave a Comment

Android: A Brief Introduction(1)

A handset operating system and a rich and functional SDK for handset software development, Android is considered Google’s entry into the mobile world, but it’s actually being developed by the Open Handset Alliance. Working together, hardware companies, software companies, and mobile operators are developing a free and open mobile platform. Google’s involvement in the project [...]

Leave a Comment