Giter Site home page Giter Site logo

Comments (3)

0b01 avatar 0b01 commented on June 11, 2024 1

It's the gh-pages branch. Hope this helps.

from crepe.

justinsalamon avatar justinsalamon commented on June 11, 2024

The crepe model uses a sampling rate of 16 kHz, and takes 1024 samples as input i.e. 64 milliseconds. You could pass every 1024 samples from your audio buffer into the model to get a prediction per 64 milliseconds. Of course you could use an even smaller hop size (e.g. 10ms as in the offline implementation). The only caveat to a real-time implementation is that you can't use the viterbi tracking to smooth the pitch curve. Hope this helps.

from crepe.

DannySalem avatar DannySalem commented on June 11, 2024

@justinsalamon That helps thanks! I'd definitely be able to do it on my own but I was hoping the code for the github website would be available too somewhere but i couldnt find a repo for it. Is that available anywhere?

from crepe.

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.