Filippo Conti

Results 49 comments of Filippo Conti

I can confirm the issue, it's related to [this package](https://github.com/tambien/StartAudioContext/issues/3) we use that is actually archived and I guess outdated.. I will find a possible substitution. Edit: @lidio601 can you...

[this package](https://github.com/ai/audio-recorder-polyfill) can be used instead, to reduce the amount of code and make it work on all browsers

no, unfortunately right now is not possible but is one features I will like to add to this module, but require some changes. I would like to replace the actual...

at the moment, you can try to override the css code which create the icon, this is the relevant code: https://github.com/codekraft-studio/vue-record/blob/master/src/components/VueRecordAudio.vue#L70-L120

it's a html5 thing, since iny [demo code](https://github.com/codekraft-studio/vue-record/blob/master/src/App.vue#L41) I didn't specified the __source type__ on audio element as described in the [mdn documentation](https://developer.mozilla.org/it/docs/Web/HTML/Element/audio) I guess is just trying to guess...

A few updates, after months that I've been using [mdi icons](https://materialdesignicons.com/) I just discovered it offers SVG code for every icons. So I can just grab the desired icons from...

mm.. I didn't understand exactly what you mean by it: > However, after recording I notice that it recorded the audio as video/webm. It can be played no error on...

actually you can customize what mime type you want with props, it's not documented but [there is](https://github.com/codekraft-studio/vue-record/blob/master/src/components/VueRecordAudio.vue#L34) if that help on chrome the problem with documenting things it's i'm not...

I'm working on the customizable icons, probably tomorrow I will release a beta version with the new features, if you want to help me testing it. The default icon style...

awesome, @HarrisWebApps I've just checked it and it's exactly what I was looking for, an example of speech recognition which relay on a graphic framework (such as vutify, in this...