RuntimeAudioImporter icon indicating copy to clipboard operation
RuntimeAudioImporter copied to clipboard

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

Open maytom2016 opened this issue 3 years ago • 4 comments

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.

maytom2016 avatar Nov 30 '21 13:11 maytom2016

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.

gtreshchev avatar Dec 01 '21 16:12 gtreshchev

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..

jayfenny avatar Jun 07 '23 08:06 jayfenny

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!

gtreshchev avatar Jun 07 '23 09:06 gtreshchev

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.

maytom2016 avatar Aug 15 '23 09:08 maytom2016