项目作者: Sorebit

项目描述 :
Uni audio processing course - Project 1
高级语言: C#
项目地址: git://github.com/Sorebit/apd-1.git
创建时间: 2020-02-27T08:05:25Z
项目社区:https://github.com/Sorebit/apd-1

开源协议:MIT License

下载


Audio analysis and processing - Project 1

C# / NAudio / WinForms

Features

  • *.wav files support
  • Displaying waveform in time
  • Calculating and displaying parameters
    • Values:
      • VSTD (volume standard deviation),
      • VDR (volume dynamic range),
      • LSTER (low short time energy ratio),
      • HZCRR (high zero crossing rate ratio),
      • ZSTD (ZCR standard deviation)
    • Charts:
      • volume,
      • STE (short time energy),
      • ZCR (zero crossing rate),
      • silence,
      • voiced / unvoiced speech
  • Silence detection (quasi working)
  • Detection of voiced / unvoiced speech fragments (using STE and ZCR)

Planned features

  • Energy entropy chart
  • Music / speech detection + chart
  • Optional
    • *.mp3 files support
    • Waveform display: X/Y scaling, offsetting, displaying markers
    • Saving markers definining boundaries for calculated params (samples or time) to csv