World's most popular travel blog for travel bloggers.

[Solved]: Computer science problems related to music?

, , No Comments
Problem Detail: 

Are there any CS problems, preferably open, that are related to music or musical theory somehow? I would think of problem with musical notation but also probabilities when randomizing according to a scale or a tonality or general what is considered harmony in frequencies and physics, electromagnetism and waveforms.

Can you give examples of the area I want to know of?

For instance, given an algorithm that guesses a melody, how successful will the melody be in resembling an artist or likewise decision problem that could be feasible or what do you think?

Asked By : Dac Saunders

Answered By : Yuval Filmus

It is easy to think of many different problems:

  1. Converting sound to scores.
  2. Converting scores to sound.
  3. Automatic music composition.
  4. Music analysis, for example key recognition.
  5. Music classification, such as style recognition and artist recognition.

All of these things are actually being done.

Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/13199

0 comments:

Post a Comment

Let us know your responses and feedback