Released on May 29, 2023
<aside> 💡 Release requires prior migration to 1.26.8
</aside>
We added new alert to notify the user to use headphones for better quality while making video in picture in picture mode.
Improved text overlays anti-aliasing. This improvement will be most noticeable during low resolution video (720p and lower) export.
<aside> 💡 PR addresses changes required for migrating to this release.
</aside>
CocoaPods
Below is Podfile
for 1.26.9 release with Face AR
source '<https://github.com/Banuba/specs.git>'
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '12.0'
use_frameworks!
target 'Example' do
pod 'BanubaARCloudSDK', '1.26.9' #optional
pod 'BanubaVideoEditorSDK', '1.26.9'
pod 'BanubaAudioBrowserSDK', '1.26.9' #optional
pod 'BanubaMusicEditorSDK', '1.26.9'
pod 'BanubaSDKSimple', '1.26.9'
pod 'BanubaEffectPlayer', '1.26.9'
pod 'BanubaSDK', '1.26.9'
pod 'BanubaSDKServicing', '1.26.9'
pod 'VideoEditor', '1.26.9'
pod 'BanubaUtilities', '1.26.9'
pod 'BanubaVideoEditorGallerySDK', '1.26.9' #optional
pod 'BanubaVideoEditorTrimSDK', '1.26.9'
pod 'BanubaLicenseServicingSDK', '1.26.9'
pod 'BNBLicenseUtils', '1.26.9'
pod 'VEExportSDK', '1.26.9'
pod 'VEEffectsSDK', '1.26.9'
pod 'VEPlaybackSDK', '1.26.9'
end
Below is Podfile
for 1.26.9 release with NO Face AR
source '<https://github.com/Banuba/specs.git>'
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '13.0'
use_frameworks!
target 'Example' do
pod 'BanubaARCloudSDK', '1.26.9' #optional
pod 'BanubaVideoEditorSDK', '1.26.9'
pod 'BanubaAudioBrowserSDK', '1.26.9' #optional
pod 'BanubaMusicEditorSDK', '1.26.9'
pod 'BanubaSDKSimple', '1.26.9'
pod 'BanubaSDKServicing', '1.26.9'
pod 'VideoEditor', '1.26.9'
pod 'BanubaUtilities', '1.26.9'
pod 'BanubaVideoEditorGallerySDK', '1.26.9' #optional
pod 'BanubaVideoEditorTrimSDK', '1.26.9'
pod 'BanubaLicenseServicingSDK', '1.26.9'
pod 'BNBLicenseUtils', '1.26.9'
pod 'VEPlaybackSDK', '1.26.9'
pod 'VEEffectsSDK', '1.26.9'
pod 'VEEExportSDK', '1.26.9'
end
List of new strings
// MARK: - Music Library
"MusicLibrary.homeScreenTitle" = "Music";
"MusicLibrary.featured" = "Featured";
"MusicLibrary.favorites" = "Favorites";
"MusicLibrary.recents" = "Recents";
"MusicLibrary.collections" = "Collections";
"MusicLibrary.genres" = "Genres";
"MusicLibrary.viewAll" = "View All";
"MusicLibrary.showMore" = "Show More";
"MusicLibrary.tryAgain" = "Try again";
"MusicLibrary.popular" = "Popular";
"MusicLibrary.newReleases" = "New Releases";
"MusicLibrary.mixedForYou" = "Mixed for you";
"MusicLibrary.noInternetTitle" = "No internet connection";
"MusicLibrary.noInternetMessage" = "Check your connection or try again.";
"MusicLibrary.noContentMessage" = "Audio content is temporarily unavailable";
"MusicLibrary.noFavoritesTitle" = "No favorites yet";
"MusicLibrary.noFavoritesMessage" = "Mark your favorite songs and always have them here.";
"MusicLibrary.noRecentsTitle" = "No recent sounds";
"MusicLibrary.noRecentsMessage" = "The sounds you have used in your videos will be displayed here.";
"MusicLibrary.noMatchesMessage" = "No matches";
"MusicLibrary.searchBarPlaceholder" = "Search";
"MusicLibrary.searchBarCancelButtonTitle" = "Cancel";
// MARK: - PiP no headphones alert
"banuba.alert.camera.no.headphones.title" = "Use headphones";
"banuba.alert.camera.no.headphones.message" = "For better sound of your reaction, please, use headphones.";
"banuba.alert.camera.no.headphones.button.title" = "Okay";