最新一直在搞声纹这一块 总结波形图这一块
首先要说的是 NAudio读写声纹的一个框架
其次ScottPlot 绘制图形非常不错
废话不多说直接上代码
xaml代码
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="40"></RowDefinition>
<RowDefinition Height="*"></RowDefinition>
<RowDefinition Height="40"></RowDefinition>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="70"></ColumnDefinition>
<ColumnDefinition Width="*"></ColumnDefinition>
</Grid.ColumnDefinitions>
<Button Grid.Row="0" Grid.Column="0" Grid.ColumnSpan="1" HorizontalContentAlignment="Left" Height="26" Margin="0" Click="btnPlay_Click">