How to pass different audio codecs to Symbl endpoint
The code is available here:
Sometimes you need to pass different audio codecs when passing the audio. This example shows how to pass them. The ones currently supported are
#
Getting startedOpen .env
file and add your APP_ID, APP_SECRET, SUMMARY_EMAIL. You can get
APP_ID and APP_SECRET from
https://platform.symbl.ai
we will use symbl-node
package.
Let's start by initialising symbl-node
sdk
Now after we initialised, we need to start the connection by running
So how do you pass custom codecs? It's as simple as passing custom audio config
If you have a requirement to use a codec not included in the ones above or have any other queries, please drop an e-mail to support@symbl.ai.