Nima Azimi
Nima Azimi
Hi @nikli2009 I just found another issue. I start recording the audio file with this line of code: ``` this.audioRecorder = FlutterAudioRecorder(audioVoiceFilePath, audioFormat: AudioFormat.AAC, sampleRate: 44100); await this.audioRecorder.initialized; await this.audioRecorder.start();...
@artob **Is your feature request related to a problem? Please describe.** I'd like to create an HDR image from multiple images with different exposure values. **Describe the solution you'd like**...
Hi there, Is it possible to interact with 3D objects? What I need is to be able to know when the user taps on a 3D object.
Hi @rnystrom This commit resolves #45 . The problem can be seen in these screenshots for landscape mode (iOS7.1) in iPad. Pull requests #9 resolved similar issue but the solution...