September 2007 Blog Posts

SAPI and Me

So I've been messing around with SAPI 5.1. Pretty damn cool API, if you ask me.Very easy to work with it through C#. The documentation is, for some reason, almost all in C++ and like VB 6. It took a little Google-ing to get what I wanted done: suck in a WAV file and transcribe it. Here's the class I wrote for doing it:using System;using System.Collections.Generic;using System.Text;using SpeechLib;namespace Transcriber{public class TransSpeech{ public class RecoEventArgs : EventArgs { public struct RecoBlock ...

«September»
SunMonTueWedThuFriSat
2627282930311
2345678
9101112131415
16171819202122
23242526272829
30123456