Maitreya
Maitreya
22-03-09 23:45:30.878618+0100 Runner[13316:3832591] [default] AudioSessionCopyProperty_Priv posting message to kill mediaserverd (13340) 2022-03-09 23:45:30.911209+0100 Runner[13316:3832591] [avas] AVAudioSessionUtilities.h:114 AudioSessionGetProperty ('chov') failed with error: 'what' 2022-03-09 23:45:30.911307+0100 Runner[13316:3832591] [avas] AVAudioSessionUtilities.h:138 AudioSessionGetProperty ('chov') failed...
`======== Exception caught by gesture =============================================================== The following _CastError was thrown while handling a gesture: Null check operator used on a null value When the exception was thrown, this was...
I always get the error: ``` SnappingSheet must be attached before calling any function from the controller. Pass in the controller to the snapping sheet widget to attached. Use [isAttached]...
At the very beginning the Snapping-Sheet snaps in, up to the point where the grabbing widget becomes fully visible. How can I disable this animation and make the grabbing widget...
### Platform iOS ### Plugin share_plus ### Version 4.3.0 ### Flutter SDK 3.0.5 ### Steps to reproduce Share.share("https://developer.apple.com"); ### Code Sample ```dart Share.share("https://developer.apple.com"); ``` ### Logs ```shell [assertion] Error acquiring...
### Checklist - [X] I read the [troubleshooting guide](https://github.com/bluefireteam/audioplayers/blob/main/troubleshooting.md) before raising this issue - [X] I made sure that the issue I am raising doesn't already exist ### Current bug...
Why is the duration not preserved during a forward pass through the model? ``` import dac from audiotools import AudioSignal import torch model_path = dac.utils.download(model_type="24khz") model = dac.DAC.load(model_path) x =...