#Recording the whole audio in a VC

5 messages · Page 1 of 1 (latest)

worn sleetBOT
#
  • What are your intents? GuildVoiceStates is required to receive voice data!
  • Show what dependencies you are using -- generateDependencyReport() is exported from @discordjs/voice.
  • Try looking at common examples: https://github.com/discordjs/voice-examples.
  • Consider reading #how-to-get-help to improve your question!
  • Explain what exactly your issue is.
  • Post the full error stack trace, not just the top part!
  • Show your code!
  • Issue solved? Press the button!
proven steppe
#

Yes, by manually merging the streams of all users in your code

weary root
#

merging them into a single file?

proven steppe
#

Merging the streams before writing to a file

weary root
#

how could i do that?