Click here to Skip to main content
15,886,513 members
Articles / Desktop Programming / MFC

SDI (Sound Device Interface)--A library for Auditory Display

Rate me:
Please Sign up or sign in to vote.
4.60/5 (3 votes)
2 May 20046 min read 110.2K   3.7K   45  
A GDI-like API for 3D positioning of speech, and MIDI composition using a single string.
SDI 1.0 Demo
Copyright 2004 Dong Lin
             joanthan1983@126.com

Leagal Information
    SDI is based on the following products ��A3D, ViaVoice TTS, DirectX, MIDI
    A3D is owned by Creative Technology Ltd. (previously by Aureal), but is royalty-free
    ViaVoice TTS is registered trademark of IBM
    DirectX is registered trademark of Microsoft Corporation
    MIDI is owned by MMA(MIDI Manufacturers Association)

Acknowledgement
    Special thanks to Professor Fang Zhigang for his invaluable spiritual support and innovative suggestions, as well 
as his life philosophy which will probably have fundamental impact on my life (including some principles that I don't
agree, at least at the moment).

Installation
1.Make sure you have installed Directx8 for higher. If not, download it from Microsoft Website:
  http://www.microsoft.com/downloads/details.aspx?FamilyID=a2f63641-f038-43d1-94de-47a8306e4e1d&DisplayLang=zh-cn
2.Download evaluation version of ViaVoice TTS runtime engine(TTS! NOT just "ViaVoice") from IBM's partner:
  http://www.wizzardsoftware.com/voice/voicetools/download_section.asp
  You can choose from Chinese, U.S.English and UK.English
3.[Optional]You can download ViaVoice TTS SDK Evaluation Edition if you want to learn more about ViaVoice TTS
3.[Optional]Download free A3D 3.0 SDK. (I'm not sure whether I can include it in my distribution of SDI leagally, so I
  leave it to you)
4.Double-click on setup.bat to register A3D component.(If you have installed A3D 3.0 SDK, this registration process is not
  compulsory).
5.Done. You can check if everything is OK by running the sample programme.

Notes
0.Please use high-quality earphone or speaker. Earphone is better.
1.SDI was developed under VC6, so you'd better compile it using VC6, too.
2.Make sure eci.h, ia3dapi.h, sdi.h are in the same directory, and a3dapi.dll, ibmeci.dll, sdi32.dll in the same
  directory with your application.
3.Be sure to link with sdi32.lib
4.[Important] Because  a evaluation version of ViaVoice TTS SDK is used, it may has a 90-day trial period.
        Although A3D is Royalty-Free, it doesn't mean you(and I) can use it at your(and my) will.
        So Please read the License of ViaVoice TTS SDK and A3D3.0 SDK.

Enjoy!

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Engineer
China China
A student at Zhejiang University, Zhejiang, China.
Major in Automation.
Now I want to study machine vision and robotics, but I'm really consumed with choices between hardware and software, and between research and engineering.
I'll be glad if you can give some suggestions.

Comments and Discussions