|
1 | | -# Package/Script Name |
| 1 | +# Audio Splitting |
2 | 2 |
|
3 | | -Short description of package/script |
4 | | - |
5 | | -- If package, list of functionalities/scripts it can perform |
6 | | -- If standalone script, short description of script explaining what it achieves |
| 3 | +This Python script allows you to split large audio files into smaller segments based on silence, making them suitable for transcription or further analysis. |
7 | 4 |
|
8 | 5 | ## Setup instructions
|
9 | 6 |
|
10 | | -Explain how to setup and run your package/script in user's system |
11 | | - |
12 | | -## Detailed explanation of script, if needed |
13 | | - |
14 | | -If code is not explainable using comments, use this sections to explain your script |
| 7 | +- Download the repository and `cd` to the the folder by running the caommand `cd Audio\ splitter` |
| 8 | +- Run the script with the following command `python audio_split.py input_audio_file` |
| 9 | + - `input_audio_file` - Provide the path to the audio file you want to split. |
15 | 10 |
|
16 | 11 | ## Output
|
17 | 12 |
|
18 | | -Display images/gifs/videos of output/result of your script so that users can visualize it |
| 13 | +The audio chunks will be saved in a new folder on your local system. Each audio chunk is approximately 10-15 seconds long which is best suitable for transcription. |
19 | 14 |
|
20 | 15 | ## Author(s)
|
21 | 16 |
|
22 | | -Name(s) of author(s) |
| 17 | +Srujana |
23 | 18 |
|
24 | 19 | ## Disclaimers, if any
|
25 | 20 |
|
|
0 commit comments