Skip to content

Commit

Permalink
Change default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonle committed Jul 29, 2021
1 parent e63bd04 commit 97ad41c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cli/pulse.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const config = {
output: {
bitrate: 320,
channels: 2,
rate: 48000,
rate: 44100,
format: "wav",
},
server: {
Expand Down Expand Up @@ -127,7 +127,7 @@ argv.forEach(async (key, index) => {
" --output-channels [num] - Audio output channels (Default: 2)"
);
console.log(
" --output-samplerate [num] - Audio output samplerate (Default: 48000)"
" --output-samplerate [num] - Audio output samplerate (Default: 44100)"
);
console.log(
" --output-format [format] - Audio output formats (Default: wav)"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openradio",
"version": "1.1.47",
"version": "1.1.48",
"description": "Let you create your own livestream radio.",
"main": "./core",
"scripts": {
Expand Down

0 comments on commit 97ad41c

Please sign in to comment.