0

I have two source audio files, recorded locally from an online video call.

I want to match their loudness, enhance the audio quality, and merge into one file.

How do I do this with the dolby.io media APIs?

https://docs.dolby.io/media-apis/docs/analyze-api-guide

Marcus
  • 675
  • 2
  • 8
  • 24

1 Answers1

1

what I would do here is use the Transcode API to stitch the files together then call the Enhance API to normalize the files.

Fabien
  • 126
  • 6