Files
android_development/samples
Ahaan Ugale 45f7d2aaf5 Update HotwordDetectionService prototype.
- Added permission requirements for communicating with system enrollment
  app
- Added priv-app permission build target
  'com.example.android.voiceinteractor.xml'
- Updated README usage directions
- Added log messages when reading audio from AudioRecord
- Changed AudioRecord read calls to request all of the desired data in a
  single .read() call
- Refactor AudioRecord buffer settings to top of service files in
  Duration type
- Compute bytesPerSecond based on EventPayload AudioFormat passed by
  SoundTrigger HAL
- Fixed keyphrase used by VoiceInteractionService to "X Google"
- Added trace events for tracking the time to read audio in VIS after a
  trusted onDetected() callback.

Bug: 168305377
Test: manual
Change-Id: I6c1db7f70ddd62d21c0bb7eba663fe9503d96ae3
2022-09-02 16:34:42 -07:00
..
2022-01-20 19:04:52 +00:00
2022-01-20 19:04:52 +00:00
2022-01-20 19:04:52 +00:00
2022-01-20 19:04:52 +00:00
2022-01-20 19:04:52 +00:00
2021-08-11 21:55:40 +00:00
2022-01-20 19:04:52 +00:00
2021-08-11 21:55:40 +00:00
2022-01-20 19:04:52 +00:00
2021-08-11 21:55:40 +00:00

Adding a new folder in development/samples is not enough to have it
be packaged with the SDK.

Make sure to edit development/build/sdk.atree to add the sample to the SDK
build.