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
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
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.