This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tempfile | |
from pytube import YouTube | |
from pytube import helpers | |
from pydub import AudioSegment | |
from pydub.utils import make_chunks | |
from pydub.silence import split_on_silence | |
import textract | |
import math | |
import scipy.io.wavfile as wav |