Changelog 2020-06-05
Laurin Quast
EngineerAnnouncing BPM (beats per minute) and key analysis.
It is now possible to extract BPM and key from audio files using FastMusicalAnalysis
and FullScaleMusicalAnalysis
.
We added the new GraphQL fields fastMusicalAnalysis
and fullScaleAnalysis
on the InDepthAnalysis
interface type.
Both return a union type that represents the status of the analysis as well as the data available on that stage of analysis.
The FullScaleMusical
analysis and FastMusicalAnalysis
will be enqueued automatically by using the inDepthAnalysisEnqueueAnalysis
mutation.
For songs that have been analyzed prior, the analysis can be manually re-enqueued with the inDepthAnalysisEnqueueAnalysis
mutation.
Webhook events are both sent for the FullScaleMusical
and FastMusicalAnalysis
.
New GraphQL types: