sdl_java_suite icon indicating copy to clipboard operation
sdl_java_suite copied to clipboard

[SDL 0297] Add function to transmit audio data of AudioStream in time division

Open zx5656 opened this issue 5 years ago • 0 comments

Fixes #1526

This PR is not ready for review.

Risk

This PR makes minor API changes.

Testing Plan

  • [x] I have verified that I have not introduced new warnings in this PR (or explain why below)
  • [x] I have run the unit tests with this PR
  • [x] I have tested this PR against Core and verified behavior (if applicable, if not applicable, explain why below).
  • [x] I have tested Android, (but not with Java SE, and Java EE)

Unit Tests

Updated Unit tests for pushResource.

Core Tests

I have run my test app to make sure audiostream runs. Test app: https://github.com/zx5656/sdl_video_streaming_android_sample.git Core version / branch / commit hash / module tested against: Core 6.1 HMI name / version / branch / commit hash / module tested against: our own HMI

Summary

This implements [SDL 0297] Add function to transmit audio data of AudioStream in time division

Changelog

Breaking Changes
  • N/A
Enhancements
  • This PR adds a function that transmits time-divided audio data via AudioStreaming.
Bug Fixes
  • issue #1526

Tasks Remaining:

  • N/A

CLA

zx5656 avatar Nov 10 '20 02:11 zx5656