The program code has now been downloaded into the HT-IDE and the voice
ROM is ready. The program can now be executed.
The first track added into the voice ROM can now be heard. It is now
replayed by the
µ
C Voice System.
Resources supported by the development system
In this section, all supported resources are first introduced first after which
the details behind their usage is described. The section conlcludes with a quick
reference of all supported resources.
→
Compressing/Decompressing algorithms provided
Once a
µ
C voice type IC project has been completed, for example for the
HT82700, the Voice ROM Editor (HTVDS827.EXE) is then ready to edit
sound tracks. There are four different compressing algorithms supported
by the Voice ROM Editor, such as 3-bit ADPCM, 4-bit ADPCM, 6-bit PCM
and 8-bit PCM. Different compression methods can be specified to compress
sound tracks. If the Voice ROM editor is invoked and the voice ROM data
is stored, several files are created. Among these files, the voice.inc contains
the compression method used to compress tracks. According to this file, the
development system can link to some corresponding decompressing algo-
rithms. There are other functions or control flags defined in this file. With
these decompressing algorithms, short and simple program can easily be
written to control track playing. This file must be included in the program,
if these decompressing algorithms are to be used.
Because each of these supporting decompression algorithms consumes a
significant amount of limited system resources, they cannot all be combined
together. That is, 3-bit ADPCM and 4-bit ADPCM cannot be combined. With
this excepton, any other supported decompressing algorithms can be com-
bined together to get the best quality for the application. The
µ
C Voice
System also provides a quick mode for either 3-bit ADPCM or 4-bit ADPCM.
Though decompressing in this quick mode will consume a little more
program ROM space, the sampling rate could be much higher than in the
normal mode. The default status is in the normal mode.
The following lists the resources used and the maximum sampling rates of
each decompression algorithm.
HT-IDE User’s Guide
148
Summary of Contents for HT-IDE
Page 11: ...P a r t I Integrated Development Environment Part I Integrated Development Environment 1 ...
Page 12: ...HT IDE User s Guide 2 ...
Page 20: ...Fig 1 6 Fig 1 7 HT IDE User s Guide 10 ...
Page 24: ...HT IDE User s Guide 14 ...
Page 70: ...HT IDE User s Guide 60 ...
Page 76: ...HT IDE User s Guide 66 ...
Page 92: ...HT IDE User s Guide 82 ...
Page 93: ...P a r t I I Development Language and Tools Part II Development Language and Tools 83 ...
Page 94: ...HT IDE User s Guide 84 ...
Page 148: ...HT IDE User s Guide 138 ...
Page 150: ...Fig 12 1 Fig 12 2 HT IDE User s Guide 140 ...
Page 154: ...HT IDE User s Guide 144 ...
Page 192: ...HT IDE User s Guide 182 ...
Page 194: ...HT IDE User s Guide 184 ...
Page 218: ...HT IDE User s Guide 208 ...
Page 235: ...P a r t V Appendix Part V Appendix 225 ...
Page 236: ...HT IDE User s Guide 226 ...
Page 250: ...HT IDE User s Guide 240 ...