prism-media icon indicating copy to clipboard operation
prism-media copied to clipboard

Easily transcode media using Node.js 🎶

Results 27 prism-media issues
Sort by recently updated
recently updated
newest added

#### Issue: I am trying to implement the converter into wav. It works pretty fine for mp3/ogg files. But then I wanted to use the same implementation for mp4 file...

#### Issue: ``` RangeError [ERR_OUT_OF_RANGE]: The value of "sourceEnd" is out of range. It must be >= 0 && ``` const listenStream = connection.receiver.subscribe(userId, { end: { behavior: EndBehaviorType.AfterSilence, duration:...

#### Issue: The library throws a typescript error when being used: ``` node_modules/prism-media/dist/ffmpeg/index.d.ts:3:32 - error TS7016: Could not find a declaration file for module 'duplex-child-process'. '/Users/tony/Projects/discord.js/packages/voice/examples/recorder/node_modules/duplex-child-process/index.js' implicitly has an 'any'...

Alternative library that is faster at encoding and has more robust platforms support

![image](https://user-images.githubusercontent.com/63492966/166954191-ff3e6e63-2547-4a88-adba-b95151336e56.png) ![image](https://user-images.githubusercontent.com/63492966/166954239-31ccc498-0074-4bdc-95c6-83efa3ac6acf.png) if i remove argument it not giving error

#### Issue: I was trying to use prism-media to be able to record the discord.js call using discord.js and when I use prism.opus.OggLogicalBitstream I get an error #### Steps to...

#### Issue: When recording the audio of a user, it causes an error (discord.js) #### Steps to reproduce: Install nodejs, use Discord, initiate your discord bot, use theses packages: ```js...

Hello @amishshah , It would be cool to include an ESM build of prism-media along with CommonJS. Thank you in advance!