Skip to content
Discussion options

You must be logged in to vote

ffmpeg is used to load audio (see the link to the code below), so the input type must be supported by ffmpeg. Note that you can also use a container such as .mp4 of audio+video as input.

def load_audio(file: str, sr: int = SAMPLE_RATE):

Replies: 3 comments 11 replies

Comment options

You must be logged in to vote
1 reply
@glangford
Comment options

Answer selected by rumpleniltkins
Comment options

You must be logged in to vote
8 replies
@Pachocastillosr
Comment options

@jongwook
Comment options

@gwpl
Comment options

@shyamal-anadkat
Comment options

@rattrayalex
Comment options

Comment options

You must be logged in to vote
2 replies
@SwimSwag10
Comment options

@Hobbymaker-de
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet