修订版 | 64503da004890693f0b66252ca8f931dbb2da3aa (tree) |
---|---|
时间 | 2021-10-17 03:50:54 |
作者 | yyagi <yyagi.dtxmania@gmai...> |
Commiter | yyagi |
#43055 デバッグ用出力の削除
@@ -44,8 +44,8 @@ namespace FDK | ||
44 | 44 | (ushort)( wBitsPerSample ), // wBitsPerSample (8, 16, ...) |
45 | 45 | (ushort)0 // cbSize |
46 | 46 | ); |
47 | - Trace.TraceInformation($"chans={chinfo.chans}, freq={chinfo.freq}, chinfo.origres={chinfo.origres}, BitsPerSample={wBitsPerSample}, nAvgBytePerSec={wfx.nAvgBytesPerSec}, nBlockAlign={wfx.nBlockAlign}"); | |
48 | - Trace.TraceInformation( $"totalPCMSize={nTotalPCMSize}:{nTotalPCMSize.ToString("x8")}" ); | |
47 | + //Trace.TraceInformation($"chans={chinfo.chans}, freq={chinfo.freq}, chinfo.origres={chinfo.origres}, BitsPerSample={wBitsPerSample}, nAvgBytePerSec={wfx.nAvgBytesPerSec}, nBlockAlign={wfx.nBlockAlign}"); | |
48 | + //Trace.TraceInformation( $"totalPCMSize={nTotalPCMSize}:{nTotalPCMSize.ToString("x8")}" ); | |
49 | 49 | #endregion |
50 | 50 | |
51 | 51 | //string fn = Path.GetFileName(filename); |