Valve MP3 Player: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (updated)
(mentioned only avail in CS:S or mods with own DLL)
Line 1: Line 1:
[[Image:Valvemp3player.png|thumb|The player interface.]]
[[Image:Valvemp3player.png|thumb|The player interface.]]
The '''Valve MP3 Player''' is an in-game player of MPEG Layer III audio files.
The '''Valve MP3 Player''' is an in-game player of MPEG Layer III audio files. It is only available in [[CS:S]] or 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 <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).

Revision as of 01:18, 18 May 2008

The player interface.

The Valve MP3 Player is an in-game player of MPEG Layer III audio files. It is only available in CS:S or 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.