audas

Results 13 issues of audas

AS the title suggests - can not get any videos to play, only sound. I have tried setting headers to allow access, useCredentials etc, but nothing is working. Has anyone...

Just testing the page at [summernote](https://summernote.org/examples) will cause browser to crash. If it does not crash, try selecting some text. The home page https://summernote.org/ tends to work. I am having...

More-info-needed
Discussion
Can't-reproduce

Is there going to be any documentation for this PHP API library? There does not appear to be anything functional or useable and I am wondering if this will ever...

type: question
api: speech
type: docs

``` $speechClient = new Google\Cloud\Speech\V1\SpeechClient(); try { $encoding = Google\Cloud\Speech\V1\RecognitionConfig\AudioEncoding::FLAC; $sampleRateHertz = 44100; $languageCode = 'en-US'; $config = new Google\Cloud\Speech\V1\RecognitionConfig(); $config->setEncoding($encoding); $config->setSampleRateHertz($sampleRateHertz); $config->setLanguageCode($languageCode); $uri = 'gs://bucket_name/file_name.flac'; $audio = new Google\Cloud\Speech\V1\RecognitionAudio();...

type: question
type: docs

This should be made clear to users. For example in order to use Speech to text users can use the contents of a keyFile as "credentials `new SpeechClient(['credentials' => $credentials]);`...

type: feature request
v2

If we have iconpickers on a page, and subsequently load an iconpicker into a modal - then the existing iconpickers all emit a "change" event which causes icons to be...

Hoping to get some insight here - I had rembg running fine, I installed this and it broke rembg. I have unistalled everything but simply can not get standard rembg...

Snap web was not installed I installed Snapserver on Rasperry OS on a 4B+ and there was no Snapweb with it. Not sure if this is "meant" to be included...

Maybe I have missed this. Is there any chance of adding skew?

No Audio from Raspberry Pi 4 through HDMI, Heaphones, or DAC board No Audio from Raspberry Pi 2 Zero Wireless HDMI I am using latest version flashed directly from cloud....

bug