-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Bonjour features #3
base: master
Are you sure you want to change the base?
Conversation
@@ -20,27 +20,27 @@ | |||
| 15|MetadataFeature1|bit 1 of MetadataFeatures. Artwork.| | |||
| 16|MetadataFeature2|bit 2 of MetadataFeatures. Progress. | | |||
| 17|MetadataFeature0|bit 0 of MetadataFeatures. Text. | | |||
| 18|AudioFormat1|support for audio format 1| | |||
| 18|AudioFormat1|support for audio format 1 (PCM)| | |||
| 19|AudioFormat2|support for audio format 2. This bit must be set for AirPlay 2 connection to work| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like ALAC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not ALAC...
| 19|AudioFormat2|support for audio format 2. This bit must be set for AirPlay 2 connection to work| | ||
| 20|AudioFormat3|support for audio format 3. This bit must be set for AirPlay 2 connection to work| | ||
| 20|AudioFormat3|support for audio format 3 (AAC-LC). This bit must be set for AirPlay 2 connection to work| | ||
| 21|AudioFormat4|support for audio format 4| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AAC-ELD?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not ELD
@griff, @systemcrash: What do you think? |
Hi @wiomoc - thanks for your attention on this. I realize the documentation here is a bit behind the times, but it's still solid. If you care to update your PR to reflect the content here, which has been verified as correct, then we can accept this. I suspect 21 is ELD, although if so I have not seen it on the audio receiver yet, which makes me think it is sent with video, which the audio receiver doesn't do. This repo, as its name suggests, regards airplay. Carplay, while having a very similar code-base, is a slightly different beast. At least flags 18 and 20 agree. |
Found in https://github.com/maaiika/Carplay/blob/master/Sources/AirPlayCommon.h