search for: sdl_mixer

Displaying 16 results from an estimated 16 matches for "sdl_mixer".

2004 Jun 24
1
can't find SDL_mixer
Hello all, I just installed SDL_mixer-1.2.4-9.rpm and I can see all the files in /usr/lib. I can also see them listed in ld.so.conf but when I run a .configure in supertux I get an error checking for Mix_OpenAudio in -lSDL_mixer... no configure: error: SDL_mixer library required what am I doing wrong. Any info or education...
2004 Oct 13
1
Vorbis with SDL_mixer and mingw32
Hi, I've been trying to build a copy of libSDL_mixer under mingw32. The compile/link stage goes OK, but if I try and load an application that's been linked against SDL_mixer, I get a Windows error box with the following text: mixer1.exe: entry point not found The procedure entry point vorbis_synthesis_halfrate could not be located in the dynamic...
2016 Jan 31
2
Shipping development files for mingw32
Hi, Is is possible to ship development files for MinGW32 like static libs and headers? I am particularly interested in libvorbisfile required to build Wesnoth on Windows. SDL2 provides a convenient distribution that I unpack and it works: https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-devel-2.0.1-mingw.tar.gz https://www.libsdl.org/projects/SDL_mixer/ But I can't find where I can download libvorbisfile.a for i686-w64-mingw32 and can't compile it, because building from source requires installing Linux tools like bash, m4 and autoconf on Windows. -- a...
2010 Mar 02
0
VORBIS ALSA SDL playback problem
I'm using SDL on an ARM based board running Linux (Olimex-AT91SAM9261) . I successfully cross-compiled, installed and tested the libraries (SDL, SDL_mixer, libaudio, libvorbis, libvorbisfile etc.) on the system. The sound output is done thru ALSA (SDL_AUDIODRIVER=alsa). And the ogg file decoding thru libvorbis/libvorbisfile libraries. Now I'm trying to play ogg files. First I used the Mix_LoadWAV macro from the SDL_Mixer library for playback. Th...
2013 Jan 17
1
Configure can't find SDL (Sort of OT)
One last issue: I ran ./configure and got this: checking for Mix_OpenAudio in -lSDL_mixer... no *** SDL_mixer not found. Configuring without audio support. config.log says: configure:3145: checking for sdl-config configure:3180: checking for SDL - version >= 1.0.1 configure:3265: gcc -o conftest -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lSDL -lpthread 1>&a...
2004 Apr 21
3
Streaming ogg from filepointer pointing to archive of many oggs. Ogg stream does not stop after end of one ogg file - what to do ?
Hello, I'm currently trying to implement streaming off ogg-files out of an archive file using SDL and SDL_mixer for playback. Therefore i create a FILE * filepointer, place it to the beginning of an ogg file inside the archive and hand over the filepointer to ov_open. ( command: ov_open(fp, &music->vf, NULL, 0) ). This works fine so far. The problem is: if i put many oggs together in one archive, the...
2016 Jan 31
0
Shipping development files for mingw32
...t; Is is possible to ship development files for MinGW32 > like static libs and headers? I am particularly interested > in libvorbisfile required to build Wesnoth on Windows. > SDL2 provides a convenient distribution that I unpack > and it works: > > https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-devel-2.0.1-mingw.tar.gz > https://www.libsdl.org/projects/SDL_mixer/ > > But I can't find where I can download libvorbisfile.a for > i686-w64-mingw32 and can't compile it, because > building from source requires installing Linux tools like > bash, m4 an...
2002 Jul 24
4
redhat vorbis install
...ent redhat releases. Then vorbis-tools wants libcurl.so.2, which makes redhat 7.2 machines choke. Worst of all is that there's a boadload of packages depending on (since-renamed) vorbis libs: libvorbisenc.so.0 is needed by kdebase-2.2.2-1 libvorbisfile.so.0 is needed by SDL_mixer-1.2.0-4 libvorbisfile.so.0 is needed by xmms-1.2.5-7 libvorbisfile.so.0 is needed by tuxracer-0.61-5 libvorbisfile.so.0 is needed by kdemultimedia-2.2.2-2 So, my question is: is it possible to upgrade redhat 7.3 machines using RPMs? The vorbis.com download page seem...
2010 Nov 15
1
Best practice for encoding short sound effects
A video game has several short sound effects, many of them 0.1 to 0.5 seconds in length. Which lossy audio codec is most efficient for encoding waveforms this short? I'm working on an audio framework to replace SDL_mixer, which I didn't find as flexible as I'd like. I wrote a RIFF WAVE loader, a Vorbis file loader, and a streaming Vorbis file player. But when encoding samples for testing this, I discovered that Vorbis appears to have a substantial header. I tried encoding a folder of 28 different sound e...
2003 Aug 02
1
Cross Platform Mixers and LibAO
Hello Vorbis Developers. I'm in the proccess of writing an OggVorbis audio player using libao and libvorbisfile. I've greatly appreciated the simplicity of the API and good documentation with the souce of the libraries. I've descided that I really want a mixer on my player, and I'm unsure how to best go about it. LibAO (unless I'm absolutely blind) doesn't
2008 Apr 01
1
More information on GSoC project
hello everybody, I would like to participate in GSoC 2008 program under xiph.org. I went through the open project list[1] and found the project " Theora encoding support in GIMP" proposal interesting. I'd really grateful to you if you can give me more information on this, including 1. Why GIMP need encoding support? 2.If you have any guidance in integrating encoding support for GIMP
2007 Apr 26
6
example sources
Hello all, Very new to Theora so apologies if this sounds elementary ;-) I'm trying to integrate a simple theora video player in my engine. All I need is simple load/unload and play/stop functionality. I'd also like to be able to stream from disk or mem. Other than the API reference I haven't found any example code, e.g. the sources for theora_player_example. Are these available
2011 Jul 25
1
rdyncall 0.7.3
...o a couple of common C libraries comes with the package: DynPort Description expat Expat XML Parser Library GL OpenGL 1.1 API GLU OpenGL Utility Library SDL Simple DirectMedia Layer library SDL_image Loading of image files (png,jpeg..) SDL_mixer Loading/Playing of ogg/mp3/mod/xm music files. SDL_ttf Loading/Rendering of True Type Fonts. glew OpenGL Extension Wrangler (includes OpenGL 3) gl3 strict OpenGL 3 R R shared library ode Open Dynamics (Physics-) Engine (untested) cuda NVIDI...
2011 Jul 25
1
rdyncall 0.7.3
...o a couple of common C libraries comes with the package: DynPort Description expat Expat XML Parser Library GL OpenGL 1.1 API GLU OpenGL Utility Library SDL Simple DirectMedia Layer library SDL_image Loading of image files (png,jpeg..) SDL_mixer Loading/Playing of ogg/mp3/mod/xm music files. SDL_ttf Loading/Rendering of True Type Fonts. glew OpenGL Extension Wrangler (includes OpenGL 3) gl3 strict OpenGL 3 R R shared library ode Open Dynamics (Physics-) Engine (untested) cuda NVIDI...
2012 May 05
12
Error running an app on a Mac
Hi Guys, I'm a newbie, running my first windows app on a Macbook. OS X 10.6.8 2.2 GHz Intel Core 2 Duo 2 GB 667 MHz DDR2 SDRAM When I tried to install X11, both the original X11 app and the update told me it is already installed on my Mac. Here's the error messages from Term: $ wine setup.exe wine: created the configuration directory '/Users/horacemann/.wine' Application tried
2012 Sep 28
0
Wine release 1.5.14
...ion for the complete list. ---------------------------------------------------------------- Bugs fixed in 1.5.14 (total 79): 3749 Failure to install Dawn of War demo 10087 MessageBox-based Win95 Program hangs after putting up frame 11496 cube hangs on startup attempting to play music / SDL_mixer 1.2.6 12622 SSF: program ends prematurely 16409 Ableton Live 7.0.12 crashes on startup 18346 cmd does not support the "^" escape character 19599 Closing Adobe Device Central CS4 causes a page fault 19612 Adobe ExtendScript Toolkit CS4 causes a page fault 20149 user32: st...