Abdul Samad Gomda

Results 6 comments of Abdul Samad Gomda

This is the part of the code that produces the error @kweinmeister: async function createStream(req, res){ recognizeStream = await client .streamingRecognize(speech_to_text.request) .on('error', err =>{ console.log("error code: ", err.code) console.log(err) FinishTrancription();...

@icabbi-joegarlick @kweinmeister I found a workaround, but the only issue I am facing now is that the data is an Int 16 bit buffer array from the client, but when...

For anyone using create-react-app: Remove ffmpeg and ffmpeg/core `npm uninstall @ffmpeg/ffmpeg @ffmpeg/core ` Run the code below to downgrade `npm install @ffmpeg/[email protected] @ffmpeg/[email protected]` Then follow this to setup the headers...

@rabia-shafqat https://github.com/ffmpegwasm/ffmpeg.wasm/issues/262#issuecomment-1862579923

Currently facing a similar problem with NextJS even when I update the config file to use less-loader. ``` /** @type {import('next').NextConfig} */ import { createRequire } from "module"; const require...

### For anyone having this issue here are the steps I used to resolve it for NextJS 14.2.3 1. Add less-loader support since the Larkmap package requires it - Install...