Code Structure
Aug 21, 2024
https://oracor.xyz/aS_NfWJzPN8.html
# Input / Output
Input: .wav
Output: .html
# Codes used:
OS: Ubuntu
Webserver: Apache
Languages: Python, HTML, JS, PHP
# main()
- mkdir x
- split x.wav into 6 second pieces: .wav → .wav
- transcribe 6 second audio pieces: .wav → .csv
- render transcription and audio: .csv , .wav → .html
# os commands
- mkdir
- write file
- read file
# audio processing
- ffmpeg
- scipy fft