Skip to content

Commit

Permalink
LengthSamples does not use scannerTools field #2
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriiKh committed Aug 31, 2020
1 parent 04a95ce commit 1901e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CarefulAudioRepair/Data/Channel - Copy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public MemoryEfficientChannel(ImmutableArray<double> inputSamples, IAudioProcess
/// <summary>
/// Gets length of audio in samples.
/// </summary>
public int LengthSamples => this.scannerTools.Input.Length;
public int LengthSamples => this.inputImmutable.Length;

/// <summary>
/// Gets number of patches.
Expand Down

0 comments on commit 1901e61

Please sign in to comment.