This commit is contained in:
Rolf Bjarne Kvinge 2012-12-11 00:54:37 +01:00
Родитель e5ae35eac5
Коммит c9115acfbf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -137,7 +137,7 @@ namespace AUSoundTriggeredPlayingSoundMemoryBased
// getting total frame
_totalFrames = _extAudioFile.FileLengthFrames;
// Aloocating AudoBufferList
// Allocating AudioBufferList
_buffer = new AudioBuffers (_srcFormat.ChannelsPerFrame);
for (int i = 0; i < _buffer.Count; ++i) {
int size = (int)(sizeof(uint) * _totalFrames);