

- #Does portable vlc player play .voc files how to#
- #Does portable vlc player play .voc files install#
- #Does portable vlc player play .voc files code#
- #Does portable vlc player play .voc files plus#
- #Does portable vlc player play .voc files free#
Generally, installation consists of./configure make make install SDL mixer supports playing music and sound samples from the following formats: - WAVE/RIFF (.wav) - AIFF (.aiff) - VOC (.voc) - MOD (.mod.xm.med and more) using included mikmod - MIDI (.mid) using timidity or native midi hardware - OggVorbis (.ogg) requiring ogg/vorbis libraries on system - MP3 (.mp3) requiring SMPEG library on system - also any command-line player, which is not mixed by SDL mixer. SDL mixer has an INSTALL document in the source distribution to help you get it compiled and installed. This library is available under the GNU Library General Public License, see the file "COPYING" for details.Ĩ Chapter 2: Getting Started 3 2 Getting Started This assumes you have gotten SDL mixer and installed it on your system.

To play MIDI files, you ll need to get a complete set of GUS patches from: Timidity GUS Patches and unpack them in /usr/local/lib under UNIX, and C:\ under Win32. The process of mixing MIDI files to wave output is very CPU intensive, so if playing regular WAVE files sound great, but playing MIDI files sound choppy, try using 8-bit audio, mono audio, or lower frequencies. It can load Ogg Vorbis streams as music if built with the Ogg Vorbis libraries, and finally it can load MP3 music using the SMPEG library. The mixer can currently load Microsoft WAVE files and Creative Labs VOC files as audio samples, and can load MIDI files via Timidity and the following music formats via .XM. See the header file SDL mixer.h and the examples playwave.c and playmus.c for documentation on this mixer library.
#Does portable vlc player play .voc files plus#
It supports 8 channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3 libraries. SDL mixer 1.2 The latest version of this library is available from: SDL mixer Homepage Due to popular demand, here is a simple multi-channel audio mixer.
#Does portable vlc player play .voc files free#
Feel free to contact me: I am also usually on IRC at in the #SDL channel as LIMħ Chapter 1: Overview 2 This is the README in the SDL mixer source archive.
#Does portable vlc player play .voc files how to#
While this document doesn t explain how to get music and samples to use, it will explain how to use them with SDL mixer. Music and sound effects are all integral parts of the gaming experience. Sound ends up accounting for perhaps 50% or more of a gamers experience. So to add more we do need sound to help the game player feel more in the action, and to set certain moods as the game progresses. there s only some tactile feedback on some controlers, and of course the eyes are in use but only for about 30% of their viewing area. The human senses are mostly starved during video game play.
#Does portable vlc player play .voc files code#
I have been programming sound code in my free time for only a little while now. There I do all sorts of communications, network, GUI, and other general programming tasks in C/C++ on the Solaris and sometimes Linux Operating Systems. The latest copy of this document can be found atģ i Table of Contents 1 Overview Getting Started Includes Compiling Conflicts Functions General Mix Linked Version Mix OpenAudio Mix CloseAudio Mix SetError Mix GetError Mix QuerySpec Samples Mix LoadWAV Mix LoadWAV RW Mix QuickLoad WAV Mix QuickLoad RAW Mix VolumeChunk Mix FreeChunk Channels Mix AllocateChannels Mix Volume Mix Pla圜hannel Mix Pla圜hannelTimed Mix FadeInChannel Mix FadeInChannelTimed Mix Pause Mix Resume Mix HaltChannel Mix ExpireChannel Mix FadeOutChannel Mix ChannelFinished Mix Playing Mix Paused Mix FadingChannel Mix GetChunk Groups Mix ReserveChannelsĤ ii Mix GroupChannel Mix GroupChannels Mix GroupCount Mix GroupAvailable Mix GroupOldest Mix GroupNewer Mix FadeOutGroup Mix HaltGroup Music Mix LoadMUS Mix FreeMusic Mix PlayMusic Mix FadeInMusic Mix FadeInMusicPos Mix HookMusic Mix VolumeMusic Mix PauseMusic Mix ResumeMusic Mix RewindMusic Mix SetMusicPosition Mix SetMusicCMD Mix HaltMusic Mix FadeOutMusic Mix HookMusicFinished Mix GetMusicType Mix PlayingMusic Mix PausedMusic Mix FadingMusic Mix GetMusicHookData Effects Mix RegisterEffect Mix UnregisterEffect Mix UnregisterAllEffects Mix SetPostMix Mix SetPanning Mix SetDistance Mix SetPosition Mix SetReverseStereo Types Mix Chunk Mix Music Mix MusicType Mix Fading Mix EffectFunc t Mix EffectDone t DefinesĦ Chapter 1: Overview 1 1 Overview A Little Bit About Me I am currently, as I write this document, a programmer for Raytheon.

All distributions of this file must be in an unaltered state, except for corrections. 2 Copyright c 2002 Jonathan Atkins Permission is granted to distribute freely, or in a distribution of any kind.
