tehmaestro
tehmaestro
## Version 3.14.0 ## Test Case https://ember-twiddle.com/32cb49c696b4b7ca2736b1e3a8c98599?openFiles=components.my-component%5C.js%2Ctemplates.components.my-component%5C.hbs ## Steps to reproduce Hey. Use the twiddle above, and press the Toggle email value button. This button sets the email field, which...
Hi, it seems that if I have a `data-color="#276895"` , numeric only hex number, it does not work, and returns black as fallback. Also, is it ok for the "change"...
Hi, thank you very much for your sample. One question though, is there any way I can encode the WAV at 16 bit PCM 8k sample rate? I know AudioContext...
Hey, I've got a problem with the `microphone_level` event. It is being fired something like once a second, which is really slow, and doesn't allow for a smooth levels animation....
Hi. Thank you so much for this, it is a great tool. I noticed the minimum sample rate is 22050. Is it possible to change it and make it as...
Hi. Is there any way I can get the contents of the recorded file back in javascript, so I can send that blob to my server? Thanks.
Hi, I just upgraded to Ember 2.13 from 2.8, updated a bunch of dependencies together with this plugin. When I try to build for production, I get a very long...
Hi. I am using ember-auto-import 1.12.1 and I have a very weird issue. When I leave the Dev Tools console opened and I press on Disable cache, the dynamic import...
Hey there. This is really an awesome tool. But one question, how can I downsample the audio file? I need to record from the microphone input and send a 16...
Hi. I'm adding a loading image, to index.html, in an Ember.JS project. The problem is that, after fingerprinting this: ``` ``` ``` ``` The problem is that, it removes the...