https://linen.dev logo
Join Discord
Powered by
# audio
  • Does someone know why `bevy_kira_audio` takes so long to load audio? It takes like 10 seconds for me
    t

    ThousandthStar

    04/09/2023, 6:26 PM
    Does someone know why
    bevy_kira_audio
    takes so long to load audio? It takes like 10 seconds for me
  • Are you building in release mode?
    z

    Zicklag

    04/09/2023, 6:59 PM
    Are you building in release mode?
  • Asset loading can benefit drasticallly from running in release mode.
    z

    Zicklag

    04/09/2023, 7:04 PM
    Asset loading can benefit drasticallly from running in release mode.
  • I saw jumpy uses the same library but there isn't any delay there even with cargo run
    t

    ThousandthStar

    04/09/2023, 7:04 PM
    I saw jumpy uses the same library but there isn't any delay there even with cargo run
  • But instead of doing that, it's usually better to follow the advice here:
    z

    Zicklag

    04/09/2023, 7:04 PM
    But instead of doing that, it's usually better to follow the advice here:
  • https://bevy-cheatbook.github.io/pitfalls/performance.html#unoptimized-debug-builds
    z

    Zicklag

    04/09/2023, 7:04 PM
    https://bevy-cheatbook.github.io/pitfalls/performance.html#unoptimized-debug-builds
  • You can tell cargo to optimize your dependencies,, such as `bevy_kira_audio`.
    z

    Zicklag

    04/09/2023, 7:05 PM
    You can tell cargo to optimize your dependencies,, such as
    bevy_kira_audio
    .
  • So that you get fast re-build times for your game code, but fast performance for your dependencies, which you don't have to re-build when changing your game.
    z

    Zicklag

    04/09/2023, 7:05 PM
    So that you get fast re-build times for your game code, but fast performance for your dependencies, which you don't have to re-build when changing your game.
  • Yeah, we have our dependencies highly optimized even for dev builds, but not the main game code.
    z

    Zicklag

    04/09/2023, 7:06 PM
    Yeah, we have our dependencies highly optimized even for dev builds, but not the main game code.
  • Ok I just checked Jumpy's cargo.toml, i see now
    t

    ThousandthStar

    04/09/2023, 7:06 PM
    Ok I just checked Jumpy's cargo.toml, i see now
  • Thanks 🙏!
    t

    ThousandthStar

    04/09/2023, 7:06 PM
    Thanks 🙏!
  • No problem!
    z

    Zicklag

    04/09/2023, 7:06 PM
    No problem!
  • Ill try that in a bit
    t

    ThousandthStar

    04/09/2023, 7:07 PM
    Ill try that in a bit
  • It worked perfectly 🙏
    t

    ThousandthStar

    04/10/2023, 1:01 AM
    It worked perfectly 🙏
  • Awesome!
    z

    Zicklag

    04/10/2023, 1:02 AM
    Awesome!
  • e

    emerald_jak

    05/27/2023, 11:27 AM
    Oy! Updated SoundCloud to feature the newest versions of the OST! Fish Folk: Jumpy OST https://soundcloud.com/emerald-jak/sets/fish-folk-jumpy-ost
  • e

    erlend

    05/27/2023, 1:37 PM
    @everyone ☝️ we’ll do a Ks update about the OST tomorrow or Monday. Please chime in if you have any questions about it, like how it was put together, or ideas for what an extended OST might include.
  • z

    Zicklag

    05/27/2023, 1:38 PM
    It'd be super easy to update the game with the new tracks if we want to do that, too.
  • e

    erlend

    05/27/2023, 1:39 PM
    For sure do that 👍
  • z

    Zicklag

    05/27/2023, 1:41 PM
    If somebody could upload a zip of the sound files to [this issue](https://github.com/fishfolk/jumpy/issues/786) I can update the game. ( If there are new songs for specific places like the menu I'll need to know where they go, too )
  • u

    「MrNossiom」

    05/27/2023, 1:44 PM
    Just to let you know that the OST is really great, like... I LOVE IT
  • u

    「MrNossiom」

    05/27/2023, 1:46 PM
    However I don't know if it the right channel to say these kind of things..
  • z

    Zicklag

    05/27/2023, 1:47 PM
    It's the audio channel, so I think that's appropriate. :D
  • e

    erlend

    05/27/2023, 2:03 PM
    Also, didn’t we make a custom cover already for this @emerald_jak @zTecna ? Anything we wanna iterate on there?
  • z

    zTecna

    05/27/2023, 2:06 PM
    i guess is this?

    https://cdn.discordapp.com/attachments/870337552706588682/1112019059601584230/fishcuffs_2.png▾

  • e

    erlend

    05/27/2023, 2:09 PM
    Yess 👌
  • e

    erlend

    05/27/2023, 2:10 PM
    Personally, all I’d really want to change here in a next iteration would be a clearer ‘Fish Folk OST’ print added to it,
  • e

    erlend

    05/27/2023, 2:11 PM
    I think we have existing graphics to play with already too. The things made for the Ks video.
  • o

    osioke

    05/27/2023, 5:29 PM
    What is OST?
  • l

    lenscas

    05/27/2023, 5:31 PM
    OST = Original Sound Track IIRC