One of the things that my Otter WF does is to resolve the audio URL that you can embed directly. So an example entry would look like:
Another test of the outer input
- Recorded at::12/27/2021, 11:29:43 PM
- https://otter.ai/u/HlAqvZnJTCG-44uCBJOb9I_Odbo
- {{audio: https://speech-prod.s3.us-west-2.amazonaws.com/u1368930/22OWHLGB7D7GP437.mp3?response-content-disposition=attachment%3B%20filename%3D%22Note.mp3%22&AWSAccessKeyId=AKIAIJIXVALPR766FCHA&Expires=1640874334&Signature=X5UuKPaLVvC70igiF5qLRwpPYXw%3D }}
Which allows you to listen to the audio directly inside Roam.
It's provided in API return as audio_url https://github.com/Stvad/alfred-otter/blob/master/otter.ts#L33
One of the things that my Otter WF does is to resolve the audio URL that you can embed directly. So an example entry would look like:
Which allows you to listen to the audio directly inside Roam.
It's provided in API return as
audio_urlhttps://github.com/Stvad/alfred-otter/blob/master/otter.ts#L33