Commit Graph

241 Commits

Author SHA1 Message Date
andrea botti
2ebe050d72 [ContentBrowser] Thumbnail Playback Indicator
#jira UE-216440
#rb aditya.ravichandran, ben.hoffman

[CL 35693075 by andrea botti in ue5-main branch]
2024-08-21 06:09:31 -04:00
eric knapik
326df70ce8 Undo CL: 35599474
Static initialization on startup

[FYI] andrea.botti

[CL 35610973 by eric knapik in ue5-main branch]
2024-08-16 18:59:53 -04:00
andrea botti
b9f350d86e [ContentBrowser] Thumbnail Playback Indicator
#rb aditya.ravichandran, ben.hoffman, Brian.Chrisman
#jira UE-216440

[CL 35599483 by andrea botti in ue5-main branch]
2024-08-16 13:24:27 -04:00
maxwell hayes
e8e7546d2e Deprecate / remove legacy audio streaming manager.
#jira UE-214082
#rb Phil.Popp
#rnx

[CL 35343794 by maxwell hayes in ue5-main branch]
2024-08-06 12:15:03 -04:00
miro salminen
75f07e0b1e Playing the MetaSound from the Content Browser does not reflect the changes on the asset unless it was previously saved or played in the MetaSound editor
#rb helen.yang, Rob.Gay
#rnx
#jira UE-216737

[CL 35132254 by miro salminen in ue5-main branch]
2024-07-29 02:49:54 -04:00
steve robb
db0452b8d1 Fixed crash when opening some audio assets in the editor, caused by a direct call to the constructor of the detail customizations.
Made those classes' constructors take a protected/private token so they are forced to use a MakeInstance() call.

#rb devin.doucette
#jira UE-215254
[FYI] phil.popp

[CL 33864826 by steve robb in ue5-main branch]
2024-05-23 12:19:46 -04:00
dan thompson
78627f2929 Make the DC offset audio import warning less spammy and annoying.
#rb jimmy.smith
#jira UE-211768

[CL 33842445 by dan thompson in ue5-main branch]
2024-05-22 16:20:29 -04:00
dan thompson
b5be22fd64 Warn on importing sound waves that have non zero ends.
#jira UE-211768
#rb jimmy.smith

[CL 33695055 by dan thompson in ue5-main branch]
2024-05-16 14:32:13 -04:00
steve robb
7f9dd540a6 Fixed IsDerivedFromSharedFromThis() when there are multiple TSharedFromThis bases.
Refactored the TSharedFromThis code to enforce a compile error when trying to create a TSharedPtr with multiple TSharedFromThis bases.
Fixed fallout.

#rb devin.doucette

[CL 33610597 by steve robb in ue5-main branch]
2024-05-13 18:24:48 -04:00
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