Skip to content

Commit 6c638f1

Browse files
authored
Update README.md
1 parent 3063a9f commit 6c638f1

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

Audio Splitting/README.md

+7-12
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
1-
# Package/Script Name
1+
# Audio Splitting
22

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.
74

85
## Setup instructions
96

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.
1510

1611
## Output
1712

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.
1914

2015
## Author(s)
2116

22-
Name(s) of author(s)
17+
Srujana
2318

2419
## Disclaimers, if any
2520

0 commit comments

Comments
 (0)