Spaces:
Running
Running
Update
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ async def audio_effect_handler(event):
|
|
199 |
|
200 |
|
201 |
# Update the user's state with the modified sound
|
202 |
-
states[user_id]['audio'] = modified_sound
|
203 |
|
204 |
await event.answer("Effect applied. Click /send to receive the modified audio file.", alert="True")
|
205 |
|
|
|
199 |
|
200 |
|
201 |
# Update the user's state with the modified sound
|
202 |
+
states[user_id]['audio'] = modified_sound.raw_data
|
203 |
|
204 |
await event.answer("Effect applied. Click /send to receive the modified audio file.", alert="True")
|
205 |
|