fix max audio bitrate
This commit is contained in:
parent
b97992294f
commit
89c712b19c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ const termkit = require('terminal-kit')
|
||||||
class Encoder {
|
class Encoder {
|
||||||
settings
|
settings
|
||||||
encoder
|
encoder
|
||||||
#maxOpusBitrate = 500 //kbits
|
#maxOpusBitrate = 256 //kbits
|
||||||
constructor(settings, currentSetting) {
|
constructor(settings, currentSetting) {
|
||||||
this.settings = settings
|
this.settings = settings
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "8mb",
|
"name": "8mb",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "helps free discord users to send any media(image, video, audio) and not get limited by discords 8mb file limit",
|
"description": "helps free discord users to send any media(image, video, audio) and not get limited by discords 8mb file limit",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in a new issue