Registriert seit: 27. Nov 2017
2.508 Beiträge
Delphi 7 Professional
|
AW: stream korrekt?
31. Aug 2020, 09:57
Kannst Du eventuell mit demhier BASS_CHANNELINFO oder demhier BASS_ChannelFlags bzw. demhier BASS_ChannelGetInfo an die gewünschten Infos kommen?
Code:
...
BASS_SAMPLE_8BITS The channel's resolution is 8-bit. If neither this or the BASS_SAMPLE_FLOAT flags are present, then the channel's resolution is 16-bit.
BASS_SAMPLE_FLOAT The channel's resolution is 32-bit floating-point.
...
|