Hello, I really need help figuring out Rodio audio playback for a rust project. I need to play a short audio clip of a casino wheel turning a certain amount of times in a loop. When I run the main function, the program plays the audio clip once and then stops completely. If anybody who has used Rodio can give me help it would be greatly appreciated. Also, I have tried using a longer duration in the play_sound function but it doesn’t change anything. Thank you

  • Knusper@feddit.de
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    I don’t know Rodio, but in line 75 of your code, you’re hiding errors. You need to unwrap/expect the result or do something with it to see what errors are being thrown.