Raman

Results 10 comments of Raman

To this day, this is unnecessarily painful.

I would not say this issue has been resolved. I had a whitespace in my Filepath and it didn't work, when the whitespace was removed - it worked.

This issue should not be closed, I am still experiencing this and must use a delay...

> If you are looking for other options, there is also https://github.com/react-native-kit/react-native-track-player which supports streaming Curious to know how this performed for everybody?

Has there been any update on this issue since? I am using websocket, the team has told me to add the `enable_ssml_parsing` parameter. But it doesn't work, I'd like to...

Very strange, do you mind sharing your set up please, are you using a Websocket connection to stream the response? What Audio Model are you using. The breaks work for...

I've noticed on some of my JSON responses that normalizedAlignment is null? ``` { "audio": "SKcYUakhZRVxEUVItVti7....1e0=", "isFinal": null, "normalizedAlignment": null } ``` Why is this? And in other cases it's...

@PatrickAlphaC I had implemented Chainlinks' VRF v2.5 when following the Smart contract lottery lesson. [Chainlink Docs ](https://docs.chain.link/vrf/v2-5/overview/subscription) suggest extending `VRFConsumerBaseV2Plus`, in doing so I had to ensure my `VRFCoordinatorV2Mock` actually...

A note that in Chainlink VRF v2.5, the subscription ids are now of type `uint256`, previously they were `uint64`.

Hi @CaiqueRibeiro I've raised [this PR](https://github.com/smartcontractkit/chainlink-brownie-contracts/pull/29), feel free to copy and paste it in and let me know how you get on, I've used it to complete the Smart Contract...