Legacy Dev Forum Posts

 View Only

Sign Up

Using the WaveformData recording API to generate an audio file

  • 1.  Using the WaveformData recording API to generate an audio file

    Posted 06-05-2025 18:04

    chaeyeon.kim | 2023-11-28 02:11:08 UTC | #1

    Hello,

    We can receive both 'mediauri' and 'waveformdata' information as a result of the request to "/api/v2/conversations/{conversationId}/recordings/{recordingId}" endpoint. Are there any examples of using 'waveformdata' to generate an audio file? I've confirmed that the size of the 'waveformdata' array received from this API request is consistent each time. I'm curious whether this data can be utilized to create an audio file.

    ` "mediaUris": { "0": { "mediaUri": "https://...validUrlOne...", "waveformData": [...validWaveformData...] }, "1": { "mediaUri": "https://...validUrlTwo...", "waveformData": [...validWaveformData...] },`


    system | 2023-12-29 02:11:29 UTC | #2

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 23375