Skip to content

wavparse: Speed up type finding for DTS

In order to figure out if the "raw" audio contained within the wav container is actually DTS, right now we call the typefinder helper which runs all typefinders.

Speed up this type finding process by specifying the extension.

Fixes #1444 (closed).

Merge request reports