Transcribing Dolby.io Communications Recordings with Deepgram

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dolbyio-rest-apis-client-python

    Dolby.io REST APIs Client for Python

  • from dolbyio_rest_apis.communications.monitor import recordings # Save only the mp3 file and return as a URL. # If your conference does not use Dolby Voice, use 'download_mp3_recording' instead. # https://github.com/dolbyio-samples/dolbyio-rest-apis-client-python/blob/main/client/src/dolbyio_rest_apis/communications/monitor/recordings.py response = await recordings.get_dolby_voice_recordings(await gen_token(), confId) recording_url = response['url'] print(recording_url)

  • comms-sample-python-transcription-deepgram

    A tutorial on how to use the Dolby.io Communications REST API to generate the recordings of your conferences, then transcribe them with Deepgram's "Transcribe Pre-recorded Audio" API.

  • You can find the source code file stored in a Jupyter notebook at this GitHub repository. If you run into any issues, don’t hesitate to contact our support team for help, and good luck coding!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts