view_audio

Visualize the spectrograms generated by the Audio Feature Generator.

Additional Documentation

Usage

                                                                               
 Usage: mltk view_audio [OPTIONS] <model>                                      
                                                                               
 View the spectrograms generated by the AudioFeatureGenerator in real-time     
 NOTE: This command is experimental. Use at your own risk!                     
                                                                               
 This starts a wxPython GUI that allows for viewing the spectrograms generated 
 by the AudioFeatureGenerator in real-time.                                    
 This is useful for determining which AudioFeatureGenerator settings and data  
 augmentation parameters to use with the ParallelAudioDataGenerator.           
                                                                               
 For more details see:                                                         
 https://siliconlabs.github.io/mltk/docs/audio/audio_utilities                 
                                                                               
 Arguments 
   model      <model>  One of the following:                                 
                       - MLTK model name                                     
                       - Path to model specification file (.py)              
                       - Path to model archive file (.mltk.zip)              
                       [default: None]                                       

 Options 
 --verbose  -v        Enable verbose console logs                            
 --help               Show this message and exit.