This works for init:
AudioManager(i2s_pins=i2s_pins, adc_mic_pin=1)
And then this for recording:
AudioManager.record_wav_adc(file_path="/recording.wav",duration_ms=5000,sample_rate=16000,on_complete=lambda msg: print(f"Finished: {msg}"))
* cal: initial version
* cal: hacks to get more functionality working
* cal: Disable file output for now
* cal: Got button mapping to work
* cal: tweak power and size
* cal: Tweak layouts
* cal: got events to display
* cal: single day addition now works
* cal: got file i/o to work
* cal: Layout tweaks
* cal: Tweak add dialog
* calendar/columns: start separate apps for them
* calendar: open keyboard
* calendar: make keyboard fit on small screen
* calendar: better metadata for calendar
* calendar: more metadata tweaks
* calendar: revert hello tweaks
* calendar: revert columns changes.
* calendar: remove manifest from columns
* calendar: attempt to fix MANIFEST
Add a "Real-time values" checkbox to ShowBattery app. If checked, then the cache will be clear on
every cycle.
Bugfix: Use `mpos.time.localtime()` to get the "correct" local time with timezone offset.
Changes for Odroid-GO:
The seen "2400" values are at startup the Odroid-GO... After a while the values are somewhere
between 270 and 310... The full range is unknown, yet. But with the new calculation it looks more
realistic, then before ;)