Optimized for use with periodical read/write phases when the buffer is filled in a write phase and completely read in a read phase. The growing strategy is optimized for repeated small (e.g. 2 bytes) single writes resulting in large buffers (avg.: 4KB, max: 18KB @ 16bit/22.050kHz (MM sound21)).
Beispiel #1
0
 public SampleConverter()
 {
     _volume = MaxVolume;
     _buffer = new SampleBuffer();
 }
Beispiel #2
0
 public SampleConverter()
 {
     _volume = MaxVolume;
     _buffer = new SampleBuffer();
 }