Class
TAudioSignal
Declaration
Procedure MonitorData(SignalLeft, SignalRight: TSignal);
Description
Call MonitorData to obtain data just to be played or just recorded for input/output monitoring purpose. The frequency of the calls to MonitorData can be user defined and may not exceed available processing power, when for example trying to obtain high screen update rates. MonitorData allows you to monitor the data stream just being played or recorded without interupting the audio stream processing and with a user defined update rate. The data from the left channel is stored in SignalLeft and data from the right channel is stored in SignalRight. SignalLeft and SignalRight can also be nil.
Declaration
Procedure MonitorData(MultiplexedSignal: TSignal);
Description
Returns data multiplexed. It will work any ChannelCount and it will always return data for channels beeing recorded.
| Copyright 2008 Dew Research |
http://www.dewresearch.com