jimmy smith
5cbc8a976c
Dynamic Submixes rework
...
#rb phil.popp
#jira UE-200458
[CL 31578920 by jimmy smith in ue5-main branch]
2024-02-16 15:54:15 -05:00
jimmy smith
449e10a182
[Resubmit] libsndfile upgrade to 1.2.2 and support for linux/mac
...
#rb brian.chrisman
#jira UE-164727
[CL 31429592 by jimmy smith in ue5-main branch]
2024-02-13 11:10:29 -05:00
jimmy smith
05c135c5e7
[Backout] - CL31414353
...
[FYI] jimmy.smith
Original CL Desc
-----------------------------------------------------------------
libsndfile upgrade to 1.2.2 and support for linux/mac
#rb brian.chrisman
#jira UE-164727
[CL 31414524 by jimmy smith in ue5-main branch]
2024-02-12 23:29:57 -05:00
jimmy smith
057ff31232
libsndfile upgrade to 1.2.2 and support for linux/mac
...
#rb brian.chrisman
#jira UE-164727
[CL 31414359 by jimmy smith in ue5-main branch]
2024-02-12 23:21:00 -05:00
dan thompson
6f8da9b6f2
Clear out a reference count so that users can MoveToUnique without a copy.
...
#rb fabian.giesen
[CL 30134591 by dan thompson in ue5-main branch]
2023-12-05 16:27:38 -05:00
miro salminen
9304e121df
Niagara Audio - Attenuation is ignored when previewing outside of PIE
...
#rb ryan.mangin
[CL 28871764 by miro salminen in ue5-main branch]
2023-10-18 04:30:13 -04:00
helen yang
0fe85a7e84
Fix editor crash for invalid MetaSound graph connection view when previewing sound
...
#jira UE-197122
#rb rob.gay
[CL 28603702 by helen yang in ue5-main branch]
2023-10-09 19:00:15 -04:00
jimmy smith
234ea64fff
Dynamic Submix fixes:
...
- Fix unregistering submix on disconnect
- Fix debug command to correctly view graph
#jira UE-195550
#jira UE-195861
#rb ryan.mangin max.hayes
[CL 28558870 by jimmy smith in ue5-main branch]
2023-10-06 17:32:01 -04:00
brian chrisman
43644e033a
Fix crash when importing ADPCM audio files.
...
#rb aaron.mcleran
#jira UE-195500
[CL 28043880 by brian chrisman in ue5-main branch]
2023-09-20 13:26:08 -04:00
steve robb
51f3ea53ae
Removed ChooseClass.h includes.
...
#rb trivial
[CL 27823723 by steve robb in ue5-main branch]
2023-09-13 05:43:01 -04:00
aaron mcleran
6705225eb4
Making space bar preview a metasound
...
* Refactored metasound source and patch asset actions to use new asset definitions
* Fixed issue with preset icons not showing up on restart
* Utilized sound base asset def
#jira UE-194293, UE-194188
#rb helen.yang
[CL 27799703 by aaron mcleran in ue5-main branch]
2023-09-12 13:54:05 -04:00
helen yang
5b77634c5b
Fix pinned audio asset types editor preferences not being observed
...
#jira UE-191432
#rb aaron.mcleran
[CL 26900688 by helen yang in ue5-main branch]
2023-08-07 17:52:07 -04:00
helen yang
1f0e5af82e
Copy Sound Wave compression type and value when importing a file using a template soundwave
...
#jira UE-190810
#rb max.hayes
[CL 26900616 by helen yang in ue5-main branch]
2023-08-07 17:51:04 -04:00
anna lantz
e0ea555b55
Fix for crash when overriding an Ambisonics sound asset with a non-Ambisonics file
...
#jira UE-164583
#jira UE-187257
#rb jimmy.smith
[CL 26351493 by anna lantz in ue5-main branch]
2023-06-30 14:59:04 -04:00
jimmy smith
7741e3f9f2
[Backout] - CL25652913
...
-fyi anna.lantz
Original CL Desc
-----------------------------------------------------------------
Reimporting an audio file over a Sound Wave marked as Ambisonic crashes editor
#jira UE-164583
#rb aaron.mcleran
#preflight 6470f4b89c600ef153867b83
#preflight 64711b94be2bf90819fa4e59
#p4v-preflight-copy 25711811
[CL 25715540 by jimmy smith in ue5-main branch]
2023-05-31 17:38:09 -04:00
jimmy smith
396f59718c
Add error message if we try and import a file bigger than int32_max
...
#jira UE-187214
#rb igor.dallavanzi ryan.mangin
#preflight 64756ddb4a277ca8f0a62b5c
[CL 25690426 by jimmy smith in ue5-main branch]
2023-05-30 17:35:55 -04:00
anna lantz
ef017854d8
Reimporting an audio file over a Sound Wave marked as Ambisonic crashes editor
...
#jira UE-164583
#rb aaron.mcleran
#preflight 6470f4b89c600ef153867b83
#preflight 64711b94be2bf90819fa4e59
[CL 25652913 by anna lantz in ue5-main branch]
2023-05-26 17:18:14 -04:00
kirill zorin
de8db5ff76
Converting ARO-facing raw pointers to TObjectPtr ahead of raw pointer ARO API deprecation.
...
#rb zousar.shaker
#rb markus.breyer
#rb robert.manuszewski
#preflight 646391406b1406b54ab15460
[CL 25489627 by kirill zorin in ue5-main branch]
2023-05-16 10:52:49 -04:00
bryan sefcik
91c57d395e
Removed redundant module includes.
...
#preflight 645d4bf3aa3c584c0b5b3a67
[CL 25435653 by bryan sefcik in ue5-main branch]
2023-05-11 16:48:21 -04:00
Brian Chrisman
91fe9bde2f
Fix for truncated wave data on file import.
...
#jira UE-185277
#rb jimmy.smith
#preflight 645be921101fc47be9384651
[CL 25413721 by Brian Chrisman in ue5-main branch]
2023-05-10 15:21:34 -04:00
aditya ravichandran
31830290ab
Asset Editors: Deprecate OnClose and RequestClose in favor of similar functions that take in a close reason
...
Fix a crash in some asset editors when you force deleted an asset with pending changes and hit "cancel" on the save dialog
#jira UE-107248
#preflight 64517c880e33f2d51d6e3adb
[CL 25321878 by aditya ravichandran in ue5-main branch]
2023-05-03 14:45:26 -04:00
Brian Chrisman
f9536c9ab6
Add support for copying wave file metadata chunks to USoundWave payload when converting bit depth of source file.
...
#rb aaron.mcleran
#jira UE-176226
#preflight 6449dc7cb208f61af8cb5471
[CL 25210613 by Brian Chrisman in ue5-main branch]
2023-04-26 22:43:07 -04:00
Aaron McLeran
70e7c3734f
Removing many vestigates of old audio engine code.
...
#rb Ryan.Mangin
#jira UE-144348
#preflight 6446e9d30206a6e20f49f2e7
[CL 25172786 by Aaron McLeran in ue5-main branch]
2023-04-24 18:22:37 -04:00
Aaron McLeran
b437ef3903
Adding support for AIFF files with the .aiff extension on import
...
#jira UE-173356
#rb trivial
#preflight none
[CL 25154625 by Aaron McLeran in ue5-main branch]
2023-04-21 17:46:56 -04:00
maxwell hayes
6a8f45d70f
Cvar-able soundwave duration import limit
...
#rb aaron.mcleran
#pf 63ffd8f4c00784bee26493b0
[CL 24508786 by maxwell hayes in ue5-main branch]
2023-03-03 17:35:49 -05:00