MysteryPancake

Results 18 issues of MysteryPancake

[I noticed this bot relies on the user copy-pasting the authentication URL to Discord](https://github.com/MartinHowarth/lyrebot/blob/master/lyrebot/discord_bot.py#L97-L98). This is a great method to avoid the agony of hosting a server, so ignore this...

I noticed this bot requests to `avatar.lyrebird.ai/api/v0/token` on [lines 18 to 29](https://github.com/MartinHowarth/lyrebot/blob/master/lyrebot/lyrebird.py#L18-L29). This step is unnecessary if `myvoice.lyrebird.ai/authorize` is called with `response_type` as `token`. This is described in the documentation...

Partly closes #16 It still needs a way to create the audio context only when the user has interacted, otherwise the user has to rapidly click the page before it...

Recently the [WebCodecs API](https://developer.mozilla.org/en-US/docs/Web/API/WebCodecs_API) was introduced, offering many new encoding and decoding abilities. This includes audio and video support, and could be useful to this project.

I'm not sure how well this would work, but the MediaStream interface allows the capturing of canvas content: https://developers.google.com/web/updates/2016/10/capture-stream Small example: https://webrtc.github.io/samples/src/content/capture/canvas-record/ The audio and video tracks could be recorded...

💫 enhancement
help wanted

If the camera is tilted towards the ground, it is possible to continuously tilt the camera downwards until it is upside down. I am not sure if this behaviour is...

Feature Request

The URL is no longer needed as it gets downloaded the second the click event is dispatched.

[Use `navigator.mediaDevices.getUserMedia` instead](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia).

As stated in the README: > A text fragment can have arbitrary granularity: > a paragraph, > a sentence, > a portion of a sentence (i.e., a group of words),...

Would it be possible to make the Tardis affect entities inside it, for example if the Tardis bumped into something or experienced turbulence, the entities would move accordingly?