# From Spoken Word To Sheet Music

{% embed url="<https://www.youtube.com/embed/9XJDeqjadlo>" %}

## Notes

* NYPL Transcript Editor&#x20;
* <http://transcribe.oralhistory.nypl.org/>
* Open sourced here: <https://github.com/NYPL/transcript-editor>
* "Spoken word into sheet music" Example: <https://github.com/beefoo/still-i-rise>
* Used Kaldi to get data down to the phoneme level of a word&#x20;
* After that, used Praat, another open source tool for phonetic analysis of speech.&#x20;
* It can extract pitch and intensity and what is called "voice pulses."
* Lilypond, another OSS tool for "engraving music"

  Blog post on Still I Rise project: <https://medium.com/@beefoo/still-i-rise-from-spoken-word-to-sheet-music-c8024911771e>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://textav.gitbook.io/textav-event/problem-domains/from-spoken-word-to-sheet-music.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
