Kevin Leung

Results 283 comments of Kevin Leung

no.1 would be a must-have, especially for haxeui to really get into the mobile arena.

> Not only they are not declared, but I am starting to wonder if they actually work? > > I am using the SoundRecorder.QUALITY_MAX, however the quality of the record...

That's weird, does the audio file actually exist?

Sorry for the late reply, but I recommend inserting some code on java side to ensure the file exists before grabbing its duration.

I think you have to look into how `MediaRecorder` works on android, and perhaps we need some ways to instruct it to write the metadata, if it is not the...

Not sure if this will work on simulators at all. Did you try on real devices?

Also did you obtain the required permissions?

How about (top-down) typing the attributes without the dynamic spread first. Then just reuse that type for the post-spread object? ```haxe function dynamicSpread(staticAttrs:T, dynamicAttrs:Any):T; ```