Code Monkey home page Code Monkey logo

Comments (7)

DamRsn avatar DamRsn commented on May 30, 2024 1

Oh I see, you will need to add different things from NeuralNote into your project, and compile those with your application.

The things you need to add are:

  • All the code in Lib/Model
  • The onnx model as BinaryData (or you could change the session initialization in Features.cpp to load the model from a file instead).
  • RTNeural
  • ONNXRuntime, either as a dynamic library (simpler, binaries provided on onnxruntime gh), or as a static library and you'll need to follow the instruction given for that in the readme.

Hope that helps

from neuralnote.

DamRsn avatar DamRsn commented on May 30, 2024

I think that if you wish to work on the project from XCode, you need to change the cmake generator with -G option and set it to Xcode.

You can see here: https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html

from neuralnote.

KittenYang avatar KittenYang commented on May 30, 2024

Thanks bro, I'll check it

from neuralnote.

KittenYang avatar KittenYang commented on May 30, 2024

@DamRsn I finally generate the Xcode project, and it build succeed with .a static library. But there is no any header files. Do you know which header file should I use to convert a .mp3 file to MIDI file?
截屏2023-10-30 17 38 54
截屏2023-10-30 17 39 02

from neuralnote.

DamRsn avatar DamRsn commented on May 30, 2024

To convert an audio file to midi, you need to build the application (the standalone target for example, so you don't need a DAW). After that you will be able to run the application and load the audio file to get the midi results.

You can also simply install the latest release for Mac.

from neuralnote.

KittenYang avatar KittenYang commented on May 30, 2024

To convert an audio file to midi, you need to build the application (the standalone target for example, so you don't need a DAW). After that you will be able to run the application and load the audio file to get the midi results.

You can also simply install the latest release for Mac.

How can I minimize the integration of this mp3-to-midi function into my own application? as I may not need the UI component.

from neuralnote.

KittenYang avatar KittenYang commented on May 30, 2024

@DamRsn Thanks mate! I'll try those instructions.

from neuralnote.

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.