AudioAnalysisV7InstrumentPresence
The intensity of an instrument's presence throughout a track.
type AudioAnalysisV7InstrumentPresence {
percussion: AudioAnalysisInstrumentPresenceLabel!
synth: AudioAnalysisInstrumentPresenceLabel!
piano: AudioAnalysisInstrumentPresenceLabel!
acousticGuitar: AudioAnalysisInstrumentPresenceLabel!
electricGuitar: AudioAnalysisInstrumentPresenceLabel!
strings: AudioAnalysisInstrumentPresenceLabel!
bass: AudioAnalysisInstrumentPresenceLabel!
bassGuitar: AudioAnalysisInstrumentPresenceLabel!
brass: AudioAnalysisInstrumentPresenceLabel
woodwinds: AudioAnalysisInstrumentPresenceLabel
}
Fields
percussion (AudioAnalysisInstrumentPresenceLabel!)
Intensity of the percussion instrument.
synth (AudioAnalysisInstrumentPresenceLabel!)
Intensity of the synthesizer instrument.
piano (AudioAnalysisInstrumentPresenceLabel!)
Intensity of the piano instrument.
acousticGuitar (AudioAnalysisInstrumentPresenceLabel!)
Intensity of the acoustic guitar instrument.
electricGuitar (AudioAnalysisInstrumentPresenceLabel!)
Intensity of the electric guitar instrument.
strings (AudioAnalysisInstrumentPresenceLabel!)
Intensity of the strings instrument.
bass (AudioAnalysisInstrumentPresenceLabel!)
Intensity of the bass instrument.
bassGuitar (AudioAnalysisInstrumentPresenceLabel!)
Intensity of the bass guitar instrument.
brass (AudioAnalysisInstrumentPresenceLabel)
Intensity of the brass instrument.
woodwinds (AudioAnalysisInstrumentPresenceLabel)
Intensity of the woodwinds instrument.