Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 652 Bytes

File metadata and controls

36 lines (31 loc) · 652 Bytes

VoiceAssistant

Descriptions

  • Performance measurement and analysis system for Voice assistant

Requirements packages and libraries

  • python 3 library (can be installed by pip)
    • opencv-python
    • sounddevice
    • soundfile
  • R

Version history

  • 190816: 1.1
    • Upgrade VA test program
  • 190216: 1.0
    • First release version!

Usage

  1. Analyze WAV files
python3 wav_analyzer.py
  1. Analyze PCAP files with WAV results
python3 pcap_analyzer_updown.py
  1. Prepare waterfall chart meterials
python3 prepare_waterfall_updown.py

Developer