alexkay / spek

Acoustic spectrum analyser
http://spek.cc
GNU General Public License v3.0
2.6k stars 259 forks source link

Support multiple audio streams #237

Closed Erick2317 closed 2 years ago

Erick2317 commented 2 years ago

As an enhancement or new feature, files with multiple audio streams in a MKV, MP4 or M2TS container, only the first audio stream of the file is recognized while the other streams are ignored by the program (issue #134 also mention this). Here are some examples: 2022-08-02 00006 m2ts 2022-08-02 (1) youtube-dl test video ''_ä↭𝕐  BaW_jenozKc mkv

alexkay commented 2 years ago

v0.8.4 supports this, cycling between audio streams is done with s:

There's no prebuilt package for Windows yet, stay tuned.

Erick2317 commented 2 years ago

I'll keep an eye on it, thanks!