Mateis
Mateis
i'm also wondering!
I also see mentions about background audio playback here https://github.com/Canardoux/tau/issues/525 and here https://github.com/Canardoux/tau/issues/600 yet I cant find how to turn it off
I have the same problem. This doesn't help: `Vue.use(VueDatePicker, { lang: 'en' });` This does partly: `` But when I click the selector and it opens the calendar modal, I...
these issues are related: - https://github.com/mathieustan/vue-datepicker/issues/84 - https://github.com/mathieustan/vue-datepicker/issues/94 And there is a hotfix here (for Chrome): https://github.com/mathieustan/vue-datepicker/pull/100
Thank you. Upgrading to 7.5.1 didn't solve. These are the logs I see in Xcode (maybe I can find more detailed logs somehow): ``` 2021-01-18 09:19:04.864801+0100 Runner[38044:1167257] flutter: recorder 2021-01-18...
> > > Perhaps you can try to specify a "compiled with version 10.0" inside your Podfile. > > You can try also to use Flutter Sound 7.5.1, to see...
> > > The message `AudioCodecInitialize failed` does not seem to be printed by Flutter Sound. > Is it you who print this ? And Why ? No i'm not...
Alright! I really appreciate your time and help. I'll continue debug myself, so you can focus on other tasks! I tested recording with the example app on iOS. That works....
**I found the issue.** It relates to this issue: https://github.com/Canardoux/tau/issues/91 The issue happens when a sampleRate is defined. My code: ``` await soundRecorder.startRecorder( //audioSource : AudioSource.defaultSource, toFile : path, codec...