You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use two pcs; they have different specs but use the exact same python libraries.
In one of the two pcs, the reading by soundfile library sf.read makes the floating issue for some audio files, ending up with extremely large number over a component of a sample.
I recommend using torchaudio.load instead of sf.read'; this fixes the issue.
The text was updated successfully, but these errors were encountered:
https://github.com/ghuawhu/end-to-end-synthetic-speech-detection/blob/fdd024db1da4ef0f1983366a35fe3d013688b822/data.py#L20
I use two pcs; they have different specs but use the exact same python libraries.
In one of the two pcs, the reading by soundfile library
sf.read
makes the floating issue for some audio files, ending up with extremely large number over a component of a sample.I recommend using
torchaudio.load
instead ofsf.read
'; this fixes the issue.The text was updated successfully, but these errors were encountered: