ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/OniSplit/Sound/SoundData.cs
(Generate patch)

Comparing OniSplit/Sound/SoundData.cs (file contents):
Revision 1155 by geyser, Mon May 3 15:26:34 2021 UTC vs.
Revision 1156 by geyser, Sat May 8 01:44:24 2021 UTC

# Line 157 | Line 157 | namespace Oni.Sound
157                      sound.SampleCount = wholeBlocks * sound.SamplesPerBlock + leftoverSamples;
158                  }
159              }
160 //            Console.WriteLine("Sample count:");
161 //            Console.WriteLine(sound.SampleCount);
162
160              return sound;
161          }
162      }

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)