雾聪
2024-01-03 eca477faf1d6d3b7e86b8524ffdeb66081af37d3
funasr/bin/sv_infer.py
@@ -22,9 +22,9 @@
    """Speech2Xvector class
    Examples:
        >>> import soundfile
        >>> import librosa
        >>> speech2xvector = Speech2Xvector("sv_config.yml", "sv.pb")
        >>> audio, rate = soundfile.read("speech.wav")
        >>> audio, rate = librosa.load("speech.wav")
        >>> speech2xvector(audio)
        [(text, token, token_int, hypothesis object), ...]