Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def generate_sound(sound_type: str, duration: int) -> str:
|
|
26 |
"""Generates a simple sound based on the specified type and duration.
|
27 |
|
28 |
Args:
|
29 |
-
sound_type: Type of sound to generate (e.g., 'rain', 'white_noise').
|
30 |
duration: Duration of the sound in seconds.
|
31 |
Returns:
|
32 |
Path to the generated audio file.
|
|
|
26 |
"""Generates a simple sound based on the specified type and duration.
|
27 |
|
28 |
Args:
|
29 |
+
sound_type: Type of sound to generate (e.g., 'rain', 'car', 'white_noise').
|
30 |
duration: Duration of the sound in seconds.
|
31 |
Returns:
|
32 |
Path to the generated audio file.
|