- Chore: Allow more
@discordjs/voice
versions.
- Feat: Introduced the
voiceRecorder.isRecording()
function to check if the voice recording is currently running or running on a specific guild.
- Fix: Renamed
maxRecordTimeMs
tomaxRecordTimeMinutes
and accept minutes instead of ms.
- Fix:
maxRecordTimeMs
was actually taken as minutes instead of ms. - Doc: The description for the record time and length were switched.
- Fix: Changed how user streams are served/merged during the ffmpeg process in Windows.
- Fix: There was a Windows permission error because an invalid temp path was taken.
- I'm just testing something here.
- Feature: You can now export the recording as stream (
getRecordedVoiceAsReadable
). - Feature: You can now export the recording as buffer (
getRecordedVoiceAsBuffer
). - Minor: Export some types.
- Minor: User volumes can now set on save rather than on init.