Valve MP3 Player: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Kr0tchet moved page Valve MP3 Player to Valve MP3 Player/en: Moving page to add MultiPage on main page.)
mNo edit summary
Line 3: Line 3:
The '''Valve MP3 Player''' is an in-game player of [[MP3|MPEG Layer III]] audio files. It is only available in mods with new client DLL that have edited "mp3_player.cpp/h".
The '''Valve MP3 Player''' is an in-game player of [[MP3|MPEG Layer III]] audio files. It is only available in mods with new client DLL that have edited "mp3_player.cpp/h".


The player can be activated using the <code>mp3</code> [[Developer Console|console command]]. It is able to access music files of installed Source games as well as those stored on an external file system (e.g. on a hard disk or CD).
The player can be activated using the {{command|mp3}} [[Developer Console|console command]]. It is able to access music files of installed Source games as well as those stored on an external file system (e.g. on a hard disk or CD).


Currently, it has a built-in volume control with a (non-functional) Mute button, Shuffle mode, reading of ID3 tags as well as a (currently not implemented) seeking bar.
Currently, it has a built-in volume control with a (non-functional) Mute button, Shuffle mode, reading of ID3 tags as well as a (currently not implemented) seeking bar.

Revision as of 08:38, 21 March 2024

English (en)Español (es)Русский (ru)Translate (Translate)
The player interface.

The Valve MP3 Player is an in-game player of MPEG Layer III audio files. It is only available in mods with new client DLL that have edited "mp3_player.cpp/h".

The player can be activated using the mp3 console command. It is able to access music files of installed Source games as well as those stored on an external file system (e.g. on a hard disk or CD).

Currently, it has a built-in volume control with a (non-functional) Mute button, Shuffle mode, reading of ID3 tags as well as a (currently not implemented) seeking bar.