Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,14 @@ short_description: Transcribes an audio and creates a summary
|
|
15 |
I have tested the application with audio files of varying lengths. Initially, I attempted processing audios of 1 to 2 hours,
|
16 |
but due to hardware constraints, my PC was unable to handle files of that size effectively.
|
17 |
S
|
18 |
-
After testing, I found that the application operates best with audio files under
|
19 |
|
20 |
-
|
21 |
|
|
|
|
|
|
|
|
|
22 |
# Main Use
|
23 |
|
24 |
The primary purpose of this application is to facilitate the process of creating summaries from videos by processing their audio. This solves a common problem for those who find note-taking from videos to be slow and tedious
|
|
|
15 |
I have tested the application with audio files of varying lengths. Initially, I attempted processing audios of 1 to 2 hours,
|
16 |
but due to hardware constraints, my PC was unable to handle files of that size effectively.
|
17 |
S
|
18 |
+
After testing, I found that the application operates best with audio files under 15 minutes, although this 15 minutes should be consider the longest length I would recommend, since the app processes shorter audios much more effectively. For example, a stereo audio file that is around 15 minutes long usually takes about 6 to 8 minutes to process, but again i wouldn't recommend suing this model for such audio files. This processing time may vary depending on the capabilities of your PC.
|
19 |
|
20 |
+
# Estimated times
|
21 |
|
22 |
+
- 5 min file -> 80 to 90 seconds
|
23 |
+
- 10 min file -> 190 seconds to 230 seconds
|
24 |
+
- 15 min file -> 350 seconds to 400 seconds
|
25 |
+
|
26 |
# Main Use
|
27 |
|
28 |
The primary purpose of this application is to facilitate the process of creating summaries from videos by processing their audio. This solves a common problem for those who find note-taking from videos to be slow and tedious
|