A PHP wrapper for the Dolby API, covering the Media APIs — enhance, diagnose, analyze, analyze speech, analyze music, and transcode audio/video files.
PHP ^8.1saloonphp/saloon ^2.0
What it covers
This SDK wraps Dolby’s Media APIs:Enhance
Clean up noisy or low-quality audio and video.
Diagnose
Get an automated quality report for a media file.
Analyze
Loudness and quality analysis against a chosen profile.
Analyze Speech / Music
Speech- and music-specific analysis, delivered via webhook.
Transcode
Convert media between formats and outputs.
Input / Output URLs
Get signed upload/download URLs for Dolby’s storage.
Communication APIs and Streaming APIs are planned but not yet implemented — calling
->api('communications') or ->api('streaming') isn’t available yet, only ->api('media').Requirements
- PHP 8.1+
- A Dolby.io account and API token

