Pietro

Results 168 comments of Pietro

Hey @palmerabollo, here is what I gathered while looking into this: ## Microsoft Bing STT Documentation This is the [ Bing Speech API overview](https://docs.microsoft.com/en-us/azure/cognitive-services/speech/home) >* A [WebSocket](https://en.wikipedia.org/wiki/WebSocket) API, useful for...

ok ok, cool, I'll see how it goes as my knowledge on sockets improves.

I think It's an issue with [create-react-app scripts](https://github.com/facebook/create-react-app/issues/5777), I think if you update your react scripts to latest version it should be fixed.

Thanks for this boilerplate! 🙏 >What kind of app are you making? (Optional) I am refactoring https://autoedit.io to use this template, to see if bringing the "react client", and "electron...

I run into the the same issue. But Isn't this this supposed to be the answer? https://emotion.sh/docs/@emotion/react#cx

Thanks @yakca, It seems like with `ffprobe` and `exiftool` it might be possible to get the rotation ("server side" in node) - ["Inspect Video Orientation using Node & fluent-ffmpeg, ExifTool,...

Also I remember @chrisbaume a while back mentioned using mediainfo lib [github.com/buzz/mediainfo.js](https://github.com/buzz/mediainfo.js )(demo [mediainfo.js.org](https://mediainfo.js.org/)) and that seems to return a rotation attribute 😮

ok, just to get an overview, do you know once figured out that first part of getting the rotation metadata info, what else would need to be changed(and where, in...

Also was just looking that, [canvas.rotate](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/rotate) and [canvas.transform](https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/transform) might come in handy unless you already have some other way in mind?

+1, was trying to figure out the same from the [example](https://github.com/nitin42/redocx/blob/master/docs/api.md#renderelement-filepath) seems like you might need a local path? seems related to this issue tho https://github.com/nitin42/redocx/issues/14