📄 acmwavein.txt
字号:
TACMWaveIn - this component is used for sampling
audio (directly or through ACM codecs). This
component is derived from TWinControl.
TACMWaveIn - have 2 methods:
Open(format:PWaveFormatEx); format is for example
result from TACMDialog and the selected format is
used for compression. After executing this method
start component with sampling.
Close(); this method close the audio sampling
Events:
OnData(data:PChar;bytesrecorded:integer); - this event
is called when buffer is full. Data are audio data and
bytesrecorded is length of audio data.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -