FAQ#

  • Q: I got an error: RuntimeError: Couldn't find appropriate backend to handle uri my.wav and format None. Why?

    A:
    WaloViz uses torchaudio to load audio files, and torchaudio itself uses a backend to load them, the recommended backend is ffmpeg , so just make sure you’ve installed it by following the Installation Instructions in our Getting Started guide.
  • Q: How can I help WaloViz?

    A:
    Consider giving us a star on our github repository :star2:
    If you’ve had any issue open a Github Issue and tell us about it, we’ll do our best to help :)
    Also, you can contribute! Read our Contributing Guide and take a shot at one of our Good First Issues!