oboe_recorder_sample icon indicating copy to clipboard operation
oboe_recorder_sample copied to clipboard

Sample app to demonstrate oboe recording capabilities

Results 5 oboe_recorder_sample issues
Sort by recently updated
recently updated
newest added

I am using library that uses oboe to play audio and I would like to record it. Is it somehow possible ? I don't see in this example how to...

I get error when opened in Android Studio: ``` Unable to find method 'org.gradle.api.file.ProjectLayout.directoryProperty(Lorg/gradle/api/provider/Provider;)Lorg/gradle/api/file/DirectoryProperty;'. Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt (this sometimes occurs...

## Overview Note: please first check and merge the previous PR #8 The sub libraries dependencies was migrated to git submodules. It is a better practice, and also we have...

## Overview Thanks to write this sample. It is the first pull request to update and improve it. ## Tasks - [x] fixed issue with assert - [x] Kotlin plugin...

If recording is too short or something, not sure really, but this can lead to wrong buffer size.. I had to change my code to size of 1024 because I...