Searcharxiv⌕ Search

arXiv subjects

Álvaro Torrente

Publications and source records attributed to Álvaro Torrente.

3 recordsLinked to original sources

Soprano voices in opera seria: a corpus-based inquiry into eighteenth-century vocal types

Eighteenth-century Italian opera seria was dominated by soprano voices. Although masculine roles were typically performed by castrati and feminine roles by women, cross-casting was common, producing four soprano configurations in which performers of either sex could portray characters of either gender. We hypothesize that composers tailored their writing both to the singers premiering their arias and to the characters' gender. Using statistical models built on approximately 1,700 arias, we analyze relationships between vocal typology, characters' gender, and stylistic choices, comparing supervised learning methods and selecting ridge logistic regression as our primary model, whose performance is competitive with that of the best-performing alternative while allowing for interpretation and uncertainty quantification of its coefficients. Results reveal an asymmetry: character gender is consistently encoded in the writing, while the singer's sex is barely recoverable. Masculine-character arias feature large melodic leaps, intervallic variability, and wider ranges; feminine-character arias favor higher maximum pitches, minor intervals, and melodic stability. Female singers sang higher pitches than male sopranos, but this correlates more with character portrayal than with physiology.

stat.AP↗

Optimizing Feature Extraction for Symbolic Music

This paper presents a comprehensive investigation of existing feature extraction tools for symbolic music and contrasts their performance to determine the set of features that best characterizes the musical style of a given music score. In this regard, we propose a novel feature extraction tool, named musif, and evaluate its efficacy on various repertoires and file formats, including MIDI, MusicXML, and **kern. Musif approximates existing tools such as jSymbolic and music21 in terms of computational efficiency while attempting to enhance the usability for custom feature development. The proposed tool also enhances classification accuracy when combined with other sets of features. We demonstrate the contribution of each set of features and the computational resources they require. Our findings indicate that the optimal tool for feature extraction is a combination of the best features from each tool rather than those of a single one. To facilitate future research in music information retrieval, we release the source code of the tool and benchmarks.

cs.SD↗

musif: a Python package for symbolic music feature extraction

In this work, we introduce musif, a Python package that facilitates the automatic extraction of features from symbolic music scores. The package includes the implementation of a large number of features, which have been developed by a team of experts in musicology, music theory, statistics, and computer science. Additionally, the package allows for the easy creation of custom features using commonly available Python libraries. musif is primarily geared towards processing high-quality musicological data encoded in MusicXML format, but also supports other formats commonly used in music information retrieval tasks, including MIDI, MEI, Kern, and others. We provide comprehensive documentation and tutorials to aid in the extension of the framework and to facilitate the introduction of new and inexperienced users to its usage.

cs.SD↗