Search results

  1. D

    audio library wakes up teensy from hibernate

    @Saskia I was waiting to see if @duff would be able to provide more insight. The code issue I mentioned in the above post was just in related to posting a code block to this thread. The underlying issue still exists when using snooze with the audio library.
  2. D

    audio library wakes up teensy from hibernate

    @duff thanks for taking a look at it. The version of snooze I'm using is 6.2.8. I fixed the code issue and learned something new :-)
  3. D

    audio library wakes up teensy from hibernate

    I'm trying to use the snooze library (button wakeup demo) with the teensy audio library. When audio objects are instantiated, they wake the teensy up ( ~ every 1sec) so snooze doesn't work as expected. If I try and nest the audio objects in the main loop hibernate works but audio doesn't. I...
Back
Top