You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
In Discord.JS v12 and below, we had the option to record audio directly to PCM, which was quite useful for the many packages that used PCM streams, like audio-mixer. That functionality is currently missing, making it harder to record more than one person at a time. Bring back that functionality in this library.
Ideal solution or implementation
Make an option available to record audio directly to PCM so it doesn't need to be decoded, resulting in less complex code and less performance hit.
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered:
Feature
In Discord.JS v12 and below, we had the option to record audio directly to PCM, which was quite useful for the many packages that used PCM streams, like audio-mixer. That functionality is currently missing, making it harder to record more than one person at a time. Bring back that functionality in this library.
Ideal solution or implementation
Make an option available to record audio directly to PCM so it doesn't need to be decoded, resulting in less complex code and less performance hit.
Alternative solutions or implementations
No response
Other context
No response
The text was updated successfully, but these errors were encountered: