Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
melchor629 committed Sep 29, 2018
1 parent 6e51569 commit 9ee9014
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@
},
"files": [
"**/*",
"!node_modules/*/build/**/*",
"node_modules/*/build/Release/*.node",
"!node_modules/lame/deps${/*}",
"!node_modules/lame/examples${/*}",
"!**/node_modules/*/{CHANGELOG.md,README.md,README,readme.md,readme,test,__tests__,tests,powered-test,example,examples,*.d.ts,CONTRIBUTING*,GOVERNANCE*}",
"!**/node_modules/.bin",
"!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}",
"!**/._*",
"!.editorconfig",
"!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.flowconfig,.yarn-metadata.json,.idea,.vs,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}",

"!**/node_modules/lame/deps${/*}",
"!**/node_modules/lame/examples${/*}",
"!**/*.c?(pp|c)",
"!**/*.h?(pp)",
"!material-kit/**/*",
Expand Down

2 comments on commit 9ee9014

@dharmendrachauhan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

screenshot 2
This is the issue I'm getting could you please let me know what Audio input should be I tried everything it's not working.
I'm using google home and trying to cast my pc Audio to Google home
Appreciate your work and time

@dharmendrachauhan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

screenshot 3
i tried using powershell same issue please have a look.

config:reply:selectedAudioDevice [Windows WDM-KS] Stereo Mix (Realtek HD Audio Stereo input)
config:reply:selectedQuality 128
connectChromecast called with args: 'Dining room Speaker', '[Windows WDM-KS] Stereo Mix (Realtek HD Audio Stereo input)', '128'
discoverChromecasts:error sent with ("First search for a Chromecast")
discoverChromecasts called
discoverChromecasts:reply sent with {"addresses":["192.168.0.173"],"type":"Google Home Mini","name":"Dining room Speaker"}
connectChromecast called with args: 'Dining room Speaker', '[Windows WDM-KS] Stereo Mix (Realtek HD Audio Stereo input)', '128'
Pin:932137f0, DataRange:0
FormatSize:88, SampleSize:0
MaxChannels:2
Bits:16-32
SampleRate:48000-48000
Pin:932137f0, DataRange:0
FormatSize:88, SampleSize:0
MaxChannels:2
Bits:16-32
SampleRate:48000-48000
Error: Unsupported audio format
at EventEmitter.electron.ipcMain.on.tt.connectChromecast (C:\Users\Dharmendra\Downloads\Compressed\Chromecaster-1.0.5-win\resources\app.asar\main.js:279:14)
at emitMany (events.js:147:13)
at EventEmitter.emit (events.js:224:7)
at WebContents. (C:\Users\Dharmendra\Downloads\Compressed\Chromecaster-1.0.5-win\resources\electron.asar\browser\api\web-contents.js:286:13)
at emitTwo (events.js:126:13)
at WebContents.emit (events.js:214:7)

Please sign in to comment.