How do I develop applications in Visual Studio, RAD Studio, Android Studio, JDK (Eclipse, NetBeans, et. al.), and Xcode?
Last reviewed: 6/25/2024
HOW Article ID: H062401
The information in this article applies to:
- AudioSearch 5
- GrammarKit 10
- KinesicsKit 8
- LexiconKit 10
- ProfileKit 10
- SpeechKit 13
- SpeechManager 4
- Talk&Listen 5
- VoiceMarkupKit 10
- VoiceXMLKit 7
Summary
Explore the updated Chant product class libraries and sample projects for rapid application development.
More Information
Sometimes to understand how things work, it helps to start with an example before exploring the in-depth details in documentation.
Chant Developer Workbench 2024 includes samples that illustrate working in IDEs: Visual Studio, RAD Studio, Android Studio, JDK (Eclipse, NetBeans, et. al.), and Xcode. Projects illustrate features and using various APIs.
Supported APIs are illustrated in the code. To change API, adjust the desired API-specific code for the technology installed on the system.
Sample projects for each product are found in default location: Documents\Chant\productname
Audio Search
The Audio Search helper includes the Transcribe sample to illustrate searching audio for matches using an audio transcription and the WordSpot sample to illustrate using word spotting to search for matches.
Review details in the Chant Audio Search section.
GrammarKit
GrammarKit includes the Compile sample to illustrate compiling speech recognition grammars.
Review details in the Compile Sample section.
KinesicsKit
KinesicsKit includes several samples that illustrate using the Kinect device to manage movement detection data:
- The Audio Source sample illustrates audio recording and playback;
- The Green Screen sample illustrates rendering body image against a background image;
- The Tic Tac Toe sample illustrates speech recognition and speech synthesis; and
- The Viewers sample illustrates rendering color, depth, and body data.
LexiconKit
LexiconKit includes the Phonemes sample to illustrate generating and speaking phonemes.
Review details in the Phonemes Sample section.
ProfileKit
ProfileKit includes the Training sample to illustrate launch profile management dialogs.
Review details in the Training Sample section.
SpeechKit
SpeechKit includes several samples that illustrate speech recognition and speech synthesis:
- The Command Recognition sample illustrates command speech recognition;
- The Dictation Recognition sample illustrates dictation speech recognition;
- The Grammar Recognition sample illustrates grammar speech recognition; and
- The Speech Synthesis sample illustrates synthesizing speech from text.
Speech Manager
The Speech Manager helper includes the Synthesis sample to illustrate asynchronous speech synthesis requests and the Transcription sample to illustrate asynchronous transcription requests using a queue.
Review details in the Chant Speech Manager section.
Talk&Listen
The Talk&Listen helper includes the TalkListen sample to illustrate simple speech synthesis and speech recognition.
Review details in the Chant Talk&Listen section.
VoiceMarkupKit
VoiceMarkupKit includes the Markup sample to illustrate dynamically generating text-to-speech markup.
Review details in the Markup Sample section.
VoiceXMLKit
VoiceXMLKit includes the Specials sample to illustrate a speech recognition and synthesis dialog using VoiceXML.
Review details in the Specials Sample section.