Skip to content

Commit c2bec85

Browse files
literature
1 parent 914ea5a commit c2bec85

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

paper/paper.bib

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ @article{MeierCM24_RealTimePLP_TISMIR
2020
url-demo = {https://audiolabs-erlangen.de/resources/MIR/2024-TISMIR-RealTimePLP}
2121
}
2222

23+
@inproceedings{StefaniT22_RealTimeMIR_DAFX,
24+
title = {On the challenges of embedded real-time music information retrieval},
25+
author = {Domenico Stefani and Luca Turchet},
26+
booktitle = {Proceedings of the International Conference on Digital Audio Effects (DAFx)},
27+
volume = {3},
28+
pages = {177--184},
29+
year = {2022}
30+
}
31+
2332
@phdthesis{Cuesta22_Multipitch_PhD,
2433
author = {Helena Cuesta},
2534
year = {2022},
@@ -143,6 +152,17 @@ @article{CamachoH08_SawtoothWaveform_JASA
143152
pages = {1638--1652},
144153
}
145154

155+
@article{Goto04_RealTimeF0_SC,
156+
title = {A real-time music-scene-description system: Predominant-F0 estimation for detecting melody and bass lines in real-world audio signals},
157+
author = {Masataka Goto},
158+
journal = {Speech Communication},
159+
volume = {43},
160+
number = {4},
161+
pages = {311--329},
162+
year = {2004},
163+
publisher = {Elsevier}
164+
}
165+
146166
@article{CheveigneK02_YIN_JASA,
147167
author = {Alain de Cheveign{\'e} and Hideki Kawahara},
148168
title = {{YIN}, a fundamental frequency estimator for speech and music.},

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Software that assesses the pitch of a singing voice in real time is best known f
4949

5050
To address these challenges, we developed `pytch`. Our tool is currently the only software that enables singers and conductors to monitor and train harmonic interval singing in real time — a skill that is essential in many vocal traditions. This includes not only polyphonic genres such as traditional Georgian vocal music [@ScherbaumMRM19_MultimediaRecordings_FMA] or Barbershop singing [@HagermanS80_Barbershop_CITESEER], where precise tuning between voices is stylistically central, but also the practice of non-tempered tuning systems found in various oral traditions. In more detail, the vocal spectra can help singers fine-tune the expression of formant frequencies, while melodic and harmonic issues become visible through F0 trajectories and harmonic intervals. Unlike many existing tools, `pytch` does not require a musical score, making it well-suited for rehearsals, ethnomusicological research and pedagogical contexts focused on intonation and harmonic listening.
5151

52-
In addition to its practical applications, `pytch` also provides a flexible platform for music information retrieval (MIR) research on real-time audio processing. Working with real-time data introduces challenges such as a limited audio context for analysis and strict timing constraints to ensure low-latency processing. Researchers can use `pytch` to develop, test, and compare algorithms for tasks like F0 estimation and signal enhancement [@MeierCM24_RealTimePLP_TISMIR].
52+
In addition to its practical applications, `pytch` also provides a flexible platform for music information retrieval (MIR) research on real-time audio processing. Working with real-time data introduces challenges such as a limited audio context for analysis and strict timing constraints to ensure low-latency processing. Researchers can use `pytch` to develop, test, and compare algorithms for F0 estimation and other music information retrieval tasks [@StefaniT22_RealTimeMIR_DAFX;@Goto04_RealTimeF0_SC;@MeierCM24_RealTimePLP_TISMIR].
5353

5454
[^4]: <https://en.wikipedia.org/wiki/Let%27s_Sing>
5555
[^5]: <https://en.wikipedia.org/wiki/Rock_Band_4>

0 commit comments

Comments
 (0)