Proto commits in streetpea/chiaki-ng

These 3 commits are when the Protocol Buffers files have changed:

Commit:74d39e6
Author:Johannes Baiter
Committer:Florian Märkl

lib: Add support for trigger effects and controller haptics By default, no trigger effects and haptics are requested from the console, lib users have to explicitly enable them for a session by setting the new `enable_dualsense` flag on the session's `ChiakiConnectInfo` struct. Trigger Effects are simply a new Takion message type `11` and include the type of each effect and the effect data (10 bytes) for each of the triggers. They are exposed as a new Chiaki event type `CHIAKI_EVENT_TRIGGER_EFFECTS`. Haptic effects are implemented in the protocol as a separate audio stream, for which packets are only sent when there are actually effects being played, i.e. silence is not explicitly encoded. Audio data is 3kHz little endian 16 bit stereo sent in frames of 10 samples every 100ms. Note that the Takion AV header has the codec field set to Opus, however this is not true. Users can provide a new `ChiakiAudioSink` dedicated to haptics via the new `chiaki_session_set_haptics_sink` API, which behaves identical to the regular audio sink, except that it has a lower frequency.

The documentation is generated from this commit.

Commit:92827c7
Author:Florian Märkl
Committer:Florian Märkl

Update Protobuf

Commit:1f6209e
Author:Florian Märkl
Committer:Florian Märkl

Add Protobuf