You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
I want to create a simple speech recognition app using PlayTorch.
I'm working on the Expo Snack environment.
However, I found that AudioUtil is not working on Android.
Here is the simplest reproducible code.
App.js
import {AudioUtil} from 'react-native-pytorch-core';
export default function App() {
AudioUtil.startRecord();
}
After downloading the PlayTorch app on Android, when I scan the QR code shown on Snack, an error message "Device disconnected" appears as shown in the attached image.
Version
0.2.4
Problem Area
react-native-pytorch-core (core package)
Steps to Reproduce
I want to create a simple speech recognition app using PlayTorch.
I'm working on the Expo Snack environment.
However, I found that AudioUtil is not working on Android.
Here is the simplest reproducible code.
After downloading the PlayTorch app on Android, when I scan the QR code shown on Snack, an error message "Device disconnected" appears as shown in the attached image.
My final goal is to reproduce the Wav2Vec example.
How can I achieve this goal?
Expected Results
Error Message: "Device disconnected"
Code example, screenshot, or link to repository
The text was updated successfully, but these errors were encountered: