vcu-swim-lab / conversational_uav_explorer

0 stars 0 forks source link

audiorecorder version #7

Open juwangvsu opened 1 year ago

juwangvsu commented 1 year ago

line 141 in app.py, wav_file.write(audio.tobytes()) error about no tobytes(), is it the streamlit audiorecorder-audiorecorder version? mine is 0.0.3.post1

nvmsydney commented 1 year ago

i had this issue after cloning the repository on a different computer. the creator of that plugin recently released a new version, not sure if that had an effect on the previous version but i updated it in the requirements.txt and also updated how the record button is implemented to fix the error - i will push my changes when i get the chance. let me know if it still doesn't work afterwards