GithubHelp home page GithubHelp logo

long audio out of memory about whisperx HOT 1 OPEN

MyraBaba avatar MyraBaba commented on August 20, 2024
long audio out of memory

from whisperx.

Comments (1)

simcop2387 avatar simcop2387 commented on August 20, 2024

I ran into this also and ended up having to use ffmpeg to segment the audio. That said I have more memory I think so I wasn't hitting it for stuff until it's > 72 hours long

https://unix.stackexchange.com/questions/280767/how-do-i-split-an-audio-file-into-multiple

This stack overflow link explains it in more detail but something like: ffmpeg -i somefile.mp3 -f segment -segment_time 3600 -c copy out%03d.mp3 would make one hour segmented file in an automated fashion. That won't be doing anything like making sure words aren't cut off or anything like that so depending on what you're doing that might not be acceptable. In my case I'm trying to pull things apart for some training data so it's not going to make too much of a difference for me overall.

from whisperx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.