issues
search
nugu-developers
/
nugu-ios
NUGU SDK for iOS
https://developers-doc.nugu.co.kr/
Apache License 2.0
21
stars
17
forks
source link
AudioPlayer DelayEvent 시간 ceil이 아닌 floor로 처리하도록 변경
#1114
Closed
ParkJongSang
closed
10 months ago
ParkJongSang
commented
11 months ago
Check before PR
[x] PR Title
[x] Link issue or no issue to link
[ ] README.md
[ ] Code-level documentation
Version
[ ] Update major
[x] Update minor
[ ] Update patch
Need when updating version
[x] NUGU Developers
[ ] Github Wiki
Summary
audioPlayer가 delay된 Report를 보낼떄 설정한 시간대보다 0.5~0.8초정도 빠르게 보내는 현상 수정
offset을 ceil(올림)하고 있어서 60초 딜레이로 설정된 이벤트가 59.x초에 가고있어 이를 floor로 바꿈
Check before PR
Version
Need when updating version
Summary