Multi Audio Player for Developers [.NET] 1.0
653
21
653
21
This mod is for mod developers who don't know how to play multiple audio files at the same time.
You are free to use this method in your mods/modify as you wish.
Includes both sample and source
How to use
While holding [SHIFT] press the following:
[L] = Load Music from files
[B] = Play first track in track1 folder
[N] = Play first track in track2 folder
[S] = Stop both tracks from playing
You can use mp3 files, just change the "wav" string to "mp3"
This mod uses an external reference "WMPLib.dll"
Windows Media Player / 1.0
WMP API Revision: 12.0.9600.17415 / winblue_r4.141028-1500
Requires scripthookvdotnet and scripthookv
Please donate if you found this useful.
You are free to use this method in your mods/modify as you wish.
Includes both sample and source
How to use
While holding [SHIFT] press the following:
[L] = Load Music from files
[B] = Play first track in track1 folder
[N] = Play first track in track2 folder
[S] = Stop both tracks from playing
You can use mp3 files, just change the "wav" string to "mp3"
This mod uses an external reference "WMPLib.dll"
Windows Media Player / 1.0
WMP API Revision: 12.0.9600.17415 / winblue_r4.141028-1500
Requires scripthookvdotnet and scripthookv
Please donate if you found this useful.
Перше завантаження: 21 Липня 2015
Останнє оновлення 21 Липня 2015
Last Downloaded: 4 днів назад
22 коментарі
More mods by Enumerator:
This mod is for mod developers who don't know how to play multiple audio files at the same time.
You are free to use this method in your mods/modify as you wish.
Includes both sample and source
How to use
While holding [SHIFT] press the following:
[L] = Load Music from files
[B] = Play first track in track1 folder
[N] = Play first track in track2 folder
[S] = Stop both tracks from playing
You can use mp3 files, just change the "wav" string to "mp3"
This mod uses an external reference "WMPLib.dll"
Windows Media Player / 1.0
WMP API Revision: 12.0.9600.17415 / winblue_r4.141028-1500
Requires scripthookvdotnet and scripthookv
Please donate if you found this useful.
You are free to use this method in your mods/modify as you wish.
Includes both sample and source
How to use
While holding [SHIFT] press the following:
[L] = Load Music from files
[B] = Play first track in track1 folder
[N] = Play first track in track2 folder
[S] = Stop both tracks from playing
You can use mp3 files, just change the "wav" string to "mp3"
This mod uses an external reference "WMPLib.dll"
Windows Media Player / 1.0
WMP API Revision: 12.0.9600.17415 / winblue_r4.141028-1500
Requires scripthookvdotnet and scripthookv
Please donate if you found this useful.
Перше завантаження: 21 Липня 2015
Останнє оновлення 21 Липня 2015
Last Downloaded: 4 днів назад
@xHaviiHx From someone who has made a total of 10 grand just donations over the years for my online station and I did ask for them, I would have ton agree.
@Pedge Nice, build me a computer bro LMAO <3
@Enumerator hey dude, I was trying to change from wav to mp3 in your code and compile the project in my Visual studio, but there are many chalanges I faced on my way :(((( I wonder if I may ask you to upload a new version of this media player(which will be the same dll but will only be working not with wav but exactly with mp3 files ???
Please????
@duration Just change "wav" to "mp3"
@Enumerator
I cannot "just change it". because the Visual studio 2013 reffers to many liberies and many monules that were set-up on your computer. which my computer doesn't have. So every time I try executing it and save changes it throws me the Studio errors.
Dude. please don't think that I'm lazy ashole. trying to bother you, by doing nothing myself, i'm not.
I re-installed my windows to run your mod, and to change it/ The problem is- studio just not let me do this. Will you help ??
@duration Your computer has the files, you just need to reference the dll.
Change the string to mp3 and you're done.
@Enumerator
I did it bro and now I try to compile it as dll and it returns me :
------ Rebuild All started: Project: EnumeratorMods_-_Multi_Audio_Player, Configuration: Debug x64 ------
C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(2151,5): warning MSB3305: Processing COM reference "WMPLib" from path "C:\Windows\system32\wmp.dll". Type library importer encountered a property getter 'sessionPlaylistCount' on type 'WMPLib.IWMPNowPlayingHelperDispatch' without a valid return type. The importer will attempt to import this property as a method instead.
C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(2151,5): warning MSB3305: Processing COM reference "WMPLib" from path "C:\Windows\system32\wmp.dll". At least one of the arguments for 'IWMPGraphEventHandler.NotifyAcquireCredentials' cannot be marshaled by the runtime marshaler. Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate.
EnumeratorMods_-_Multi_Audio_Player -> C:\Users\Rosti\Downloads\81a7fa-Multi_Audio_Player_And_Source\Multi_Audio_Player (Source)\EnumeratorMods - Multi Audio Player\EnumeratorMods\bin\x64\Debug\EnumeratorMods_-_Multi_Audio_Player.dll
The system cannot find the path specified.
0 file(s) copied.
C:\Program Files\MSBuild\12.0\bin\Microsoft.Common.CurrentVersion.targets(4429,5): error MSB3073: The command "COPY "C:\Users\Rosti\Downloads\81a7fa-Multi_Audio_Player_And_Source\Multi_Audio_Player (Source)\EnumeratorMods - Multi Audio Player\EnumeratorMods\bin\x64\Debug\EnumeratorMods_-_Multi_Audio_Player.dll" "C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripts"" exited with code 1.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
Warning 1 Processing COM reference "WMPLib" from path "C:\Windows\system32\wmp.dll". Type library importer encountered a property getter 'sessionPlaylistCount' on type 'WMPLib.IWMPNowPlayingHelperDispatch' without a valid return type. The importer will attempt to import this property as a method instead. EnumeratorMods_-_Multi_Audio_Player
Warning 2 Processing COM reference "WMPLib" from path "C:\Windows\system32\wmp.dll". At least one of the arguments for 'IWMPGraphEventHandler.NotifyAcquireCredentials' cannot be marshaled by the runtime marshaler. Such arguments will therefore be passed as a pointer and may require unsafe code to manipulate. EnumeratorMods_-_Multi_Audio_Player
Error 3 The command "COPY "C:\Users\Rosti\Downloads\81a7fa-Multi_Audio_Player_And_Source\Multi_Audio_Player (Source)\EnumeratorMods - Multi Audio Player\EnumeratorMods\bin\x64\Debug\EnumeratorMods_-_Multi_Audio_Player.dll" "C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripts"" exited with code 1. EnumeratorMods_-_Multi_Audio_Player
do you have a TeamViewer to connect to my PC and take a loo on what might be wrong with that bro?
@duration Tomorrow it's christmas.
@Enumerator
((((( still cannot get to to make mp3 working ((((((( Brother please help :((((
did anyone manage to re-compile dll to read mp3 ?
@duration Send me your teamviewer...
@Enumerator
Brother my TemViewer ID: 842972875
Pass: 5028
Please, wait for you to connect bro!!!
did anyone manage to re-compile dll to read mp3 ?
Anybody not willing to help at all ?????
Pleasse!!!!
@Enumerator
please help
@Enumerator
dude, won't you help me regarding mp3??
@xHaviiHx
hi dude, did you manage to rename it to mp3 and get it working? I cannot do it myself, sicnce I tried installing Visual Studio 2015, but it does not allow me to compile the project, claiming that some modules are missing...
i have a little progress with renaming it to mp3. Now it returns me this error:
Severity Code Description Project File Line Suppression State
Error The command "COPY "C:\Users\User\Downloads\81a7fa-Multi_Audio_Player_And_Source\Multi_Audio_Player (Source)\EnumeratorMods - Multi Audio Player\EnumeratorMods\bin\x64\Debug\EnumeratorMods_-_Multi_Audio_Player.dll" "C:\Program Files (x86)\Steam\steamapps\common\Grand Theft Auto V\scripts"" exited with code 1. EnumeratorMods_-_Multi_Audio_Player
Please guys, who can help??
I've quit moding since the support is lack there of. I've gone onto better things.
@Enumerator Which software is this ?Can please send me a download link for it