Skip to content

Commit

Permalink
linux pulseaudio native driver (initial commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
sannysanoff committed Feb 13, 2025
1 parent fc579bc commit 79b8c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ namespace server {
}

// Compress data if needed and fill out header fields
if ((startCommandArguments.clientCapsRequested & CLIENT_CAPS_BASEDATA_METADATA && false)) {
if ((startCommandArguments.clientCapsRequested & CLIENT_CAPS_BASEDATA_METADATA)) {
bb_pkt_hdr->type = PACKET_TYPE_BASEBAND_WITH_METADATA;
StreamMetadata *sm = (StreamMetadata*)&bbuf[sizeof(PacketHeader)];
sm->version = 1;
Expand Down

0 comments on commit 79b8c21

Please sign in to comment.