🚀 DAY 3 OF LAUNCH WEEK:Announcing Bun and vlt Support in Socket.Learn more →
Socket
Book a DemoInstallSign in
Socket

@dytesdk/google-transcription

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dytesdk/google-transcription

Package for audio transcriptions using Google Media Translation APIs.

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

Logo

Google Transcriptions by Dyte


Explore the docs »

Report Bug • Request Feature

Table of Contents

About The Project

This package provides audio transcriptions in various languages.

Built With

Getting Started

Prerequisites

Installation

npm i @dytesdk/google-transcription

Usage

A speech object can be created using DyteGoogleSpeechRecognition class.

import DyteGoogleSpeechRecognition from '@dytesdk/google-transcription';

const speech = new DyteGoogleSpeechRecognition({
    meeting,
    target: 'hi',
    source: 'en-US',
    baseUrl: <backend-url>,
});


speech.on('transcription', async (data) => {
    // ... do something with transcription
    // console.log(speech.transcriptions);
});

speech.transcribe();

Contributing

We really appreciate contributions in the form of bug reports and feature suggestions. Help us make Dyte better with your valuable contributions on our forum 🙂.

License

All rights reserved. © Dyte Inc.

FAQs

Package last updated on 12 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts