References

This document contains all the academic and technical references cited throughout the Amadeus project documentation and research.

Academic References

Basic Pitch and Music Transcription

Signal Processing and Matrix Factorization

Music Cognition and Key Detection

Software Framework References

Audio Processing Frameworks

Music Theory Libraries

Additional Technical References

iOS Development

Python Scientific Computing

  • NumPy Community, “NumPy: Scientific computing with Python,” 2023. [Online]. Available: https://numpy.org/

  • SciPy Community, “SciPy: Scientific tools for Python,” 2023. [Online]. Available: https://scipy.org/

  • librosa Development Team, “librosa: Audio and music analysis in Python,” 2023. [Online]. Available: https://librosa.org/

Web Framework and Server

BibTeX Format

For use in LaTeX documents, here are the references in BibTeX format:

@misc{bittner2022lightweight,
    title={A Lightweight Instrument-Agnostic Model for Polyphonic Note Transcription and Multipitch Estimation},
    author={Rachel M. Bittner and Juan José Bosch and David Rubinstein and Gabriel Meseguer-Brocal and Sebastian Ewert},
    year={2022},
    eprint={2203.09893},
    archivePrefix={arXiv},
    primaryClass={eess.AS}
}

@article{pauwels2019twenty,
    title={20 Years of Automatic Chord Recognition from Audio},
    author={Pauwels, Johan and O'Hanlon, Ken and G{\'o}mez, Emilia and Sandler, Mark B.},
    year={2019}
}

@article{lopez2019nmf,
    title={NMF Toolbox: Music Processing Applications of Nonnegative Matrix Factorization},
    author={L{\'o}pez-Serrano, Patricio and Dittmar, Christian},
    year={2019}
}

@book{krumhansl1990cognitive,
    title={Cognitive Foundations of Musical Pitch},
    author={Krumhansl, Carol L.},
    year={1990},
    publisher={Oxford University Press USA}
}

@misc{audiokit2023,
    title={AudioKit: Swift audio synthesis, processing, and analysis platform},
    author={AudioKit Pro},
    year={2023},
    howpublished={GitHub repository},
    url={https://github.com/AudioKit/AudioKit}
}

@misc{tonic2023,
    title={Tonic: Music theory library for Swift},
    author={AudioKit Pro},
    year={2023},
    howpublished={GitHub repository},
    url={https://github.com/AudioKit/Tonic}
}