Giter Site home page Giter Site logo

Comments (4)

ParadauxIO avatar ParadauxIO commented on May 16, 2024

Here's the crash log from when the simulator/expo-go crashes:
https://gist.github.com/ParadauxIO/a2afce4f6242d6cb079a9c2b6e72df53

from expo.

ParadauxIO avatar ParadauxIO commented on May 16, 2024

I'd like to reiterate that it seems to work fine in an Android simulator; the issue seems isolated to iOS.

from expo.

ParadauxIO avatar ParadauxIO commented on May 16, 2024

Will try to replicate this in the expo 51 SDK beta later today to confirm if it's still an issue

from expo.

ParadauxIO avatar ParadauxIO commented on May 16, 2024

Confirmed still an issue in SDK 51, using the recommended version of expo go for SDK 51 as prompted:

import { Text, TouchableOpacity, View } from "react-native";
import {Audio} from "expo-av";

export default function Index() {

  async function test() {
    await Audio.Sound.createAsync(
      { uri: "https://synthesis.abair.ie/piper/synthesise?voice=snc22_no0.piper&input=t%C3%A1&outputType=AUDIO&audioEncoding=MP3&cutSilence=true&speed=1&ps=0.0&pa=1" },
      { shouldPlay: true });
  }


  return (
    <View
      style={{
        flex: 1,
        justifyContent: "center",
        alignItems: "center",
      }}
    >
      <TouchableOpacity onPress={() => test()}>
      <Text>Edit app/index.tsx to edit this screen.</Text>

      </TouchableOpacity>
      
    </View>
  );
}

Touching the text crashes the app.

This issue only appears to be an issue in the simulator, when testing via Expo-GO on a real device it does not crash.

from expo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.