Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Sep 11, 2024
1 parent 2b657f6 commit 55bc839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/dotnet/PvSpeakerDemo/PvSpeakerDemo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static void Main(string[] args)

int bytesPerSample = wavInfo.BitsPerSample / 8;
List<byte[]> pcmList = SplitArray(wavInfo.AudioData, wavInfo.SampleRate * bytesPerSample);

Console.WriteLine($"Playing {inputWavPath}...");
foreach (byte[] pcmSublist in pcmList)
{
Expand Down

0 comments on commit 55bc839

Please sign in to comment.