How do i extract an Audio from a video in Node js?
I have a transcribing api route i made using next js api route. in that project i pass in Audio file in the request. but now i wanted to pass in a video and extract the audio from it.
I have a transcribing api route i made using next js api route. in that project i pass in Audio file in the request. but now i wanted to pass in a video and extract the audio from it.