Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.67 KB

File metadata and controls

16 lines (12 loc) · 1.67 KB

AudioAnalysisObject

Properties

Name Type Description Notes
bars OpenAPI\Server\Model\TimeIntervalObject The time intervals of the bars throughout the track. A bar (or measure) is a segment of time defined as a given number of beats. [optional]
beats OpenAPI\Server\Model\TimeIntervalObject The time intervals of beats throughout the track. A beat is the basic time unit of a piece of music; for example, each tick of a metronome. Beats are typically multiples of tatums. [optional]
meta OpenAPI\Server\Model\AudioAnalysisObjectMeta [optional]
sections OpenAPI\Server\Model\SectionObject Sections are defined by large variations in rhythm or timbre, e.g. chorus, verse, bridge, guitar solo, etc. Each section contains its own descriptions of tempo, key, mode, time_signature, and loudness. [optional]
segments OpenAPI\Server\Model\SegmentObject Each segment contains a roughly conisistent sound throughout its duration. [optional]
tatums OpenAPI\Server\Model\TimeIntervalObject A tatum represents the lowest regular pulse train that a listener intuitively infers from the timing of perceived musical events (segments). [optional]
track OpenAPI\Server\Model\AudioAnalysisObjectTrack [optional]

[Back to Model list] [Back to API list] [Back to README]