There is an upcoming need for generation/extraction of acoustic features of subject speech, largely defined by the GeMAPS set. I've an initial implementation prepared as a stand-alone Python module and am hoping to begin integration into the pipeline. The implementation leverages opensmile to load a file by path and extract the features to Pandas frame. My expectation is that this extraction can be added into the pipeline as a runner following 21_fetch_audio.py, which I understand to decrypt the audio.
@dheshanm does this sound like the right step of the pipeline for this feature extraction?
Are there additional considerations around decryption that will be relevant here?
Dr. Wolff mentioned the AV server as potentially relevant, but I understand/expect that to be just for serving to the front end; let me know if it should play a role in this functionality as well.
There is an upcoming need for generation/extraction of acoustic features of subject speech, largely defined by the GeMAPS set. I've an initial implementation prepared as a stand-alone Python module and am hoping to begin integration into the pipeline. The implementation leverages
opensmileto load a file by path and extract the features to Pandas frame. My expectation is that this extraction can be added into the pipeline as a runner following21_fetch_audio.py, which I understand to decrypt the audio.@dheshanm does this sound like the right step of the pipeline for this feature extraction?
Are there additional considerations around decryption that will be relevant here?
Dr. Wolff mentioned the AV server as potentially relevant, but I understand/expect that to be just for serving to the front end; let me know if it should play a role in this functionality as well.