sound icon indicating copy to clipboard operation
sound copied to clipboard

Dump non-compressed WAV file to a CSV file.

Results 2 sound issues
Sort by recently updated
recently updated
newest added

I used **gcc 5.4 and AddressSanitizer** to build **[sound](https://github.com/dilawar/sound/commit/357c2c57e2127dbd996b7e7dce90148f08cf7cbf)**, this [file](https://github.com/fouzhe/security/blob/master/sound/allocate_failure_openWavFile) can cause allocate failure when executing this command: ```shell ./parseSpeech -f allocate_failure_openWavFile ``` This is the ASAN information: ```shell...

I used **gcc 5.4 and AddressSanitizer** to build **[sound](https://github.com/dilawar/sound/commit/357c2c57e2127dbd996b7e7dce90148f08cf7cbf)**, this [file](https://github.com/fouzhe/security/blob/master/sound/alloc_dealloc_mismatch_openWavFile) can cause alloc-dealloc-mismatch when executing this command: ```shell ./parseSpeech -f alloc_dealloc_mismatch_openWavFile ``` This is the ASAN information: ```shell Input...