gtreshchev / RuntimeAudioImporter

Runtime Audio Importer plugin for Unreal Engine. Importing audio of various formats at runtime.
MIT License
338 stars 69 forks source link

do you have a plan about a bit lower unreal engine 4 version. #6

Open maytom2016 opened 2 years ago

maytom2016 commented 2 years ago

I compiled your plug-in on a lower version UE4 and fixed some compilation errors, as shown in the figure below

image

I loaded an MP3 song and output noise, but the higher version won't have this problem.

I added a node without triggering an interrupt, which proves that this code has nothing to do with noise

If you don't have this plan, close the Issues and I'll study it myself. If it can be solved, I'll update the code.

Look forward to your reply.

Best wishes.

gtreshchev commented 2 years ago

Hi, I didn't do support for version 4.20. The earliest supported version that I have tested is 4.24. In the future, I will see if it is appropriate and add support if possible.

jayfenny commented 1 year ago

I compiled your plug-in on a lower version UE4 and fixed some compilation errors, as shown in the figure below

image

I loaded an MP3 song and output noise, but the higher version won't have this problem.

I added a node without triggering an interrupt, which proves that this code has nothing to do with noise

If you don't have this plan, close the Issues and I'll study it myself. If it can be solved, I'll update the code.

Look forward to your reply.

Best wishes.

Hello, have you solved the problem? I use UE4.21 and it also output noise..

gtreshchev commented 1 year ago

It's possible that something was handled differently in terms of procedural sound wave processing in those older engine versions, not sure. I can investigate it at some point in the future, and if it's something easily fixable, I'll make this fix. Thanks for reminding me of this!

maytom2016 commented 1 year ago

I compiled your plug-in on a lower version UE4 and fixed some compilation errors, as shown in the figure below image I loaded an MP3 song and output noise, but the higher version won't have this problem. I added a node without triggering an interrupt, which proves that this code has nothing to do with noise If you don't have this plan, close the Issues and I'll study it myself. If it can be solved, I'll update the code. Look forward to your reply. Best wishes.

Hello, have you solved the problem? I use UE4.21 and it also output noise..

No,I haven't.I modified the code of the plugin version 4.24 for UE4.20 compilation. Although barely passed the compilation.But it should be memory crossing similar problems.Evidence is directly opened debugging will cause an interruption after closing.To modify the code is very difficult for me.