Problem with adding sounds to my game

This page summarizes the projects mentioned and recommended in the original post on /r/Unity3D

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • FFmpeg

    Mirror of https://git.ffmpeg.org/ffmpeg.git

  • How did you change .opus to .mp3? You didn't literally change the file extension right? To convert your file you can probably find an online converter, or actually use FFmpeg like a Real Professional. FFmpeg is mainly used for encoding videos and whatnot, it can do basically any format conversion, resizing, compressing, encoding, decoding, muxing, demuxing etc. to videos/images/audio. If you download and setup the FFmpeg commands you can run ffmpeg -i input.opus output.mp3 from command line to convert your file(s).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts