weixin_39647180 2020-11-22 04:48
浏览 0

`b c t` vs. `b t c`?

Issue by hbredin Friday Oct 30, 2020 at 16:46 GMT Originally opened as https://github.com/hbredin/pyannote-audio-v2/issues/54

Which convention should we use?

该提问来源于开源项目:pyannote/pyannote-audio

  • 写回答

16条回答 默认 最新

  • weixin_39647180 2020-11-22 04:48
    关注

    Comment by mogwai Saturday Oct 31, 2020 at 14:25 GMT

    If we're using torchaudio and torch-audiomentations, we might want to consider using the bct approach just because that's what they are using and it will save us reshaping back and forth. Librosa's a bit of an odd one as most of it's methods support the ct but for stereo audio.

    评论

报告相同问题?