嗨,我是開發筆記本言論讀取wav文件並構建匹配的場景。我有保存文件“/ FileStore /表/ doors_and_corners_kid_thats_where_they_get_you.wav”。
當我寫這樣的代碼
從scipy。io進口wavfile
進口numpy np
熊貓作為pd導入
從matplotlib進口pyplot plt
從scipy.spatial。進口歐幾裏得距離
從fastdtw進口fastdtw
fs1、data1 = wavfile。讀(“/ FileStore /表/ doors_and_corners_kid_thats_where_they_get_you.wav”)
我得到錯誤”沒有這樣的文件或目錄:“/ FileStore /表/ doors_and_corners_kid_thats_where_they_get_you.wav’”
你能請幫助……