Need to Automate using python, use case:
- import PCM file as raw data in audacity with some dynamic parameters and select the audio tracks (channel 2) and at the point where rectangle waveform starts upwards, in +ve direction, get the samples from that point.
- Out of two wave file check in which data is and import wav file a raw data in audacity and select the track out of many (channel 2 because in above pcm file we got channel 2) and at the point where rectangle waveform starts upwards , get the timestamp and file name.
The complete task needs to be done using python