volume questions

1. how do you set it? seems like AudioResource.volume.setVolume() or AudioResource.volume, but AudioResource.volume is undefined for me, even after setting inline to true 2. I dont really understand inlineVolume:true, do i need it? I don't want to change my volume on the fly, i just want it lowered for my whole stream 3. does changing the volume like this affect the right click > volume menu? or will users not be able to see this?
7 Replies
skeddles
skeddlesβ€’2y ago
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.11.0",
"data-store": "^4.0.3",
"discord-api-types": "^0.22.0",
"discord.js": "^13.9.0",
"ffmpeg-static": "^5.0.2",
"glob": "^7.2.3",
"libsodium-wrappers": "^0.7.10",
"node-fetch": "^2.6.1"
}
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.11.0",
"data-store": "^4.0.3",
"discord-api-types": "^0.22.0",
"discord.js": "^13.9.0",
"ffmpeg-static": "^5.0.2",
"glob": "^7.2.3",
"libsodium-wrappers": "^0.7.10",
"node-fetch": "^2.6.1"
}
--------------------------------------------------
Core Dependencies
- @discordjs/voice: 0.11.0
- prism-media: 1.3.4

Opus Libraries
- @discordjs/opus: 0.8.0
- opusscript: not found

Encryption Libraries
- sodium-native: not found
- sodium: not found
- libsodium-wrappers: 0.7.10
- tweetnacl: not found

FFmpeg
- version: 5.0.1-static https://johnvansickle.com/ffmpeg/
- libopus: yes
--------------------------------------------------
--------------------------------------------------
Core Dependencies
- @discordjs/voice: 0.11.0
- prism-media: 1.3.4

Opus Libraries
- @discordjs/opus: 0.8.0
- opusscript: not found

Encryption Libraries
- sodium-native: not found
- sodium: not found
- libsodium-wrappers: 0.7.10
- tweetnacl: not found

FFmpeg
- version: 5.0.1-static https://johnvansickle.com/ffmpeg/
- libopus: yes
--------------------------------------------------
chewie 🌈
chewie πŸŒˆβ€’2y ago
set inlineVolume to true and then use .volume.setVolume()
skeddles
skeddlesβ€’2y ago
got it
Unknown User
Unknown Userβ€’2y ago
Message Not Public
Sign In & Join Server To View
chewie 🌈
chewie πŸŒˆβ€’2y ago
WaitWhat
Unknown User
Unknown Userβ€’2y ago
Message Not Public
Sign In & Join Server To View
chewie 🌈
chewie πŸŒˆβ€’2y ago
the AudioResource