I build an action which plays some audio file. I want to add ability for user to listen from the place he stopped. In Alexa there is an offset
parameter which I could specify. Is there anything similar for Google Assistant?
For now I start playback like that:
conv.ask(new MediaObject({
name: 'some file',
contentUrl: AudioFileUrlProvider.generateTempUrl(),
description: 'some description',
}));
I know about MediaObject but there is no parameter to specify offset.
“Global Sync Offset” refers to audio across section or entire program that is out of sync (early or late) by a consistent amount of frames/ seconds.
Unfortunately there isn't currently a way to specify an offset to the media object.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With