Any news on the Byte[ ] → AudioClip feature please?
Exciting news! Unity has launched a public roadmap for audio, video, and media features, and we want you to be a part of it. We’re eager to share what we’re working on and hear your thoughts on future audio workflows.
As we continue to enhance our media architecture, we’re keen to learn about your experiences with current trends, new hardware advancements in spatial audio, and the tools you rely on.
We need your insights to understand the challenges you face in your workflows, how you integrate other tools to achieve your objectives, and what improvements you’d like to see in the Unity editor.
Will the new Audio Workflows be compatible with ECS (Bursted, Multithreaded)?
I just checked out the roadmap.
I don’t see DSPGraph and ECS related stuff (shown in MegaCity 2019).
I was really hoping to get an improved audio system that is component based and can get custom flexible flows just like VFXGraph and ShaderGraph work, to get more efficient audio flows by removing unused parts of an AudioSource, and the ability to add processing components more easily and with visual clarity (as opposed to mixing monobehaviour scripts that are on the audiosource prefab that don’t have OnAudioFilterRead features).
The OnAudioFilterRead is easy to work with, but it’s not available with AudioMixer where complex plugin creation is necessary, and variable manipulation is very inconsistent with the rest of Unity (manually exposing variables with a string access, as opposed to how Particle or Renderer components work)
Is there any plans to resume work on that?
Hey @danielperry , I appreciate the ask! I know we owe an update on the roadmap in general.
We are working with the team to identify the best way forward with graph based tooling for audio. All I can say for now is that improvements/features are being developed internally, but we must work out the best plan to get this out to a smaller cohort of users for battle testing, and include plans for how we get this out.
We are in the early stages of that planning so I can’t prematurely share more than that unfortunately.
I second seamless video looping of Video player! There are so many VR 360 video applications that this would benefit - in particular corporate/medical training in VR is big, as well as entertainment, relaxation and documentary use cases
It would, but we’d probably still end up using WWise or FMod as, well, Unity’s track record on building stuff that actually works in production is spotty at best.
But who knows, would be nice to not having to spend 5K on FMod / WWise for every project.
I have just given up on using Wwise, we make boutique AR/XR apps and isn’t really justifying the complexity of the Unity integration, running into bugs with addressables and plugins across mobile devices. So I’ll to have to build some tools myself.
One feature that would nice to have out of the box would be editing audio clip start and looping crossfade points.
Being involved with new immersive media formats, I am looking forward to Spatial Audio improvements!
Hi @KalUnity3D
It’s been a year now, so just wondering if the Byte[ ] → AudioClip feature was\is being worked on please?
Hi PeachyPixels/David,
We’re looking at revamping the roadmap in what is the new public facing roadmap system so we should have an updated roadmap soon.
We’ve not included Byte → AudioClip for this quarter due to other priorities but it’s in the backlog. I will work with the team to look at the relative priority on this.
Sorry I don’t have better news at the moment but the team’s focusing on stability and improvements based on the widest reach and user pain at the moment.
- Kal
links don’t work. Get 404 error
Hey @digipaul, the migration seems to have worked when I browse it. Can you let me know what’s not working for you please?
If I follow this path → Product roadmaps | Unity → Audio/Video, it ends up showing the new layout.
However the original link that @M-A_Ferguson posted would no longer be valid, so I will ask to get that updated in the post.
I tried the link just now and it seems to be working. This is the link at the top of the post.
Will it be possible in the future to create a new AudioClip from the VideoPlayer?
Modern codecs should be supported at runtime. Maybe via some public extension mechanism.
For example, support of H265, AV1, VP9 codecs to load media at runtime should ship with the engine.
Motivation: I have a karaoke game where users can add their own audio and video. Lack of modern codecs support is a cost driver for me.
There are dozens of old threads that ask for this.
Here is one from 2018: H.265 and AV1 video support in Unity