Giter VIP home page Giter VIP logo

Comments (5)

rafaelvalle avatar rafaelvalle commented on August 23, 2024 1

Hyphens are used to mark that the syllables belong to the same word.
This is necessary to compute pitch and phoneme durations from a MusicXML score.

from mellotron.

rafaelvalle avatar rafaelvalle commented on August 23, 2024 1

Hyphenation is done according to the music score.

from mellotron.

loretoparisi avatar loretoparisi commented on August 23, 2024

@rafaelvalle okay, it makes sense. Which kind of hyphenations are you using?
If I refer like to PyHyphen I would get ['Hal', 'lelu', 'jah'] like in this repl:

h_en = Hyphenator('en_US')
word = 'Hallelujah'
print( h_en.syllables(word) )
# ['Hal', 'lelu', 'jah']

Thanks.

from mellotron.

loretoparisi avatar loretoparisi commented on August 23, 2024

@rafaelvalle thank you Rafael. So basically is based on MusicXML/midi by a musician / composer who edited the file in Finale etc. So supposed to have timestamp based lyrics, I would need polyphonic music for that lyrics (hence with words hyphenated already according to the music score and music sheet), in order to create the MusicXML file as input to the mellotron. I'm aware of recent CNN based networks to extract melody from vocals directly (hence MIDI), rather than older known methods (like Salmon MTG Melody plugin for Sonic Visualizer) or other HMM based methods).

from mellotron.

rafaelvalle avatar rafaelvalle commented on August 23, 2024

Closing due to inactivity.

from mellotron.

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.