Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  how to play big music files?  (Read 1893 times)
0 Members and 1 Guest are viewing this topic.
Offline fazekaim

Junior Member




Java games rock!


« Posted 2005-08-10 12:39:48 »

Hello!

i read the joal tutorials, and i have a problem.
The method alutLoadWAVFile load the whole wave file? What if i have 9 songs to play depending on players position, so i have to be able to change music fast.
should i load 360mbyte wave files to the memory?
Or loading in runtime, isn't to expensive in performance (blocking, etc.)

Thanks.
Offline darkprophet

Senior Member




Go Go Gadget Arms


« Reply #1 - Posted 2005-08-10 13:19:02 »

I dont know the actual ins and outs of OpenAL yet, but i know you can stream data with it...You should try to stream your data, this way, you wont have the entire song wasting memory, and you wont have the huge long delay of sending the data to the memory by the bus in the first place...

Friends don't let friends make MMORPGs.

Blog | Volatile-Engine
Offline fazekaim

Junior Member




Java games rock!


« Reply #2 - Posted 2005-08-10 13:42:40 »

stream data? I don't think, i understand You. I should load the files into buffers?
Games published by our own members! Check 'em out!
Try the Free Demo of Revenge of the Titans
Offline darkprophet

Senior Member




Go Go Gadget Arms


« Reply #3 - Posted 2005-08-10 14:25:17 »

Basically, streaming allows you send small amounts of data to OpenAL to load at a time...Its like streaming from the internet and playing it back while its downloading at the same time.

You send a small buffer filled with a small part of the music to OpenAL to play, once that has *almost* finished, you upload the next part...And if your clever enough, you can remove the data from the buffer that has already been played. But im not sure how performant that will be...

Thats the gist of it...I dont know much about how to do it, all I know is that it can be done.

Friends don't let friends make MMORPGs.

Blog | Volatile-Engine
Offline fazekaim

Junior Member




Java games rock!


« Reply #4 - Posted 2005-08-10 15:05:05 »

Good idea, thanks.
Offline tom
« Reply #5 - Posted 2005-08-10 19:48:03 »

Here is an example of how to stream ogg with LWJGL OpenAL:
http://home.halden.net/tombr/ogg/ogg.html

You'll have to port it to JOAL and do some additional work on the player.

Offline anarchotron

Junior Member




...precious bodily fluids.


« Reply #6 - Posted 2005-08-10 20:35:48 »

I'm having trouble getting OggPlayer to compile.

OggPlayer.stream() uses a method

AL.alBufferData(buffer, format, dataBuffer, bytesRead, oggInputStream.getRate());

However, AL10.alBufferData() does not accept anything resembling a bytesRead parameter.  Did the API change since you wrote the OggPlayer?  Do we need to do something else?

Thanks!
Offline tom
« Reply #7 - Posted 2005-08-10 21:00:02 »

The API changed, as it does every 2 minutes Smiley Set the limit() on the dataBuffer.

Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (76 views)
2013-05-17 21:29:12

alaslipknot (87 views)
2013-05-16 21:24:48

gouessej (117 views)
2013-05-16 00:53:38

gouessej (112 views)
2013-05-16 00:17:58

theagentd (123 views)
2013-05-15 15:01:13

theagentd (112 views)
2013-05-15 15:00:54

StreetDoggy (156 views)
2013-05-14 15:56:26

kutucuk (178 views)
2013-05-12 17:10:36

kutucuk (177 views)
2013-05-12 15:36:09

UnluckyDevil (185 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.11 seconds with 20 queries.