Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
vapormusic committed Jul 3, 2022
1 parent 7e02418 commit f8bfe35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/device_airtunes.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ function makeAirTunesPacket(packet, encoder, requireEncryption, alacEncoding = t

function pcmToALAC(encoder, pcmData, bindings, bindingsok) {
var alacData = new Buffer(config.packet_size + 8);
console.log("1")
console.log( bindings, bindingsok)
if (bindingsok == true) {
var alacSize = bindings.encodeALAC(encoder, pcmData, alacData, pcmData.length);
return alacData.slice(0, alacSize);
Expand Down

0 comments on commit f8bfe35

Please sign in to comment.