This small utility will convert any mp3 or wav file to xwm for use in Skyrim.
Permissions and credits
Credits and distribution permission
Other user's assetsSome assets in this file belong to other authors. You will need to seek permission from these authors before you can use their assets
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou must get permission to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
This small utility will convert any mp3 or wav file to xwm for use in Skyrim.
Requirements To use this utility you must have the .NET framework 3.0 installed. Two more files must be downloaded and placed at the same folder with the xwmConvert.exe: - ffmpeg.exe - xWMAEncode.exe as I cannot provide you these files, you must get them elsewhere. The ffmpeg can be downloaded from http://ffmpeg.zeranoe.com/builds/, and the xWMAEncode.exe can be found as part of the DirectX SDK.
How to use Drag and drop the file of choice (currently supports only mp3 and wav) into the app window, The app will do it's magic and eventually spit out a xwm file. Currently supports only one file at a time, but hopefully I'll add the option to drag n drop multiple files at once.
The magic behind it It uses two small command-line utilities to convert the files to xwm. ffmpeg.exe - To convert mp3 to wav, as the the xwma encoder accept only wav files xWMAEncode.exe - Converts the wav file to xwma (xwm) format
Change log version 1.0.0.3: -Updated to support dragging in multiple files at once (no matter which file type they are, be it mp3, wav or xwm)
version 1.0.0.2: -Added xwm to wav convertion support