Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -96,4 +96,7 @@ if len(audio) > 0:
|
|
96 |
audio_export("audio.wav", format="wav") # JB 08-04-2024
|
97 |
|
98 |
# To get audio properties, use pydub AudioSegment properties:
|
99 |
-
st.write(f"Frame rate: {audio.frame_rate}, Frame width: {audio.frame_width}, Duration: {audio.duration_seconds} seconds")
|
|
|
|
|
|
|
|
96 |
audio_export("audio.wav", format="wav") # JB 08-04-2024
|
97 |
|
98 |
# To get audio properties, use pydub AudioSegment properties:
|
99 |
+
st.write(f"Frame rate: {audio.frame_rate}, Frame width: {audio.frame_width}, Duration: {audio.duration_seconds} seconds")
|
100 |
+
|
101 |
+
|
102 |
+
st.button("Rerun")
|