You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalRead Class
Dew Signal for .NET
ContentsIndexHome
Example

Read multichannel files:

SignalRead.FileName := MyFile.wav; SignalRead.OpenFile; SignalDemuxList.Input := SignalRead; SignalDemuxList.Pull; //now we have demulitplexed data stored in: //SignalDemuxList[0].Data //SignalDemuxList[1].Data //.. //SignalDemuxList[SignalRead.ChannelCount-1].Data
Copyright (c) 1999-2024 by Dew Research. All rights reserved.