You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Audio Splitting/README.md
+7-12
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,20 @@
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.
0 commit comments