rhysmorgan134 / react-carplay

MIT License
381 stars 58 forks source link

Uncaught TypeError: player.getRawBuffer is not a function #66

Open numselli opened 2 months ago

numselli commented 2 months ago

I had an issue playing audio though Carplay. The error: Uncaught TypeError: player.getRawBuffer is not a function The line that caused the error react-carplay/src/renderer/src/components/useCarplayAudio.ts:37:23 The solution: change sab: player.getRawBuffer(), to sab: player.sab, Forgot to mention that this occurred when run with npm run dev as well as an x86 build