PDA

View Full Version : OpenAL data size


Dj_Fear
07-10-2005, 03:35 PM
In OpenAL there are some parameters when I load a .vaw file...

How can I know how long is the data pointer...
if it isn't the size of parameter size...

I tried saving all parameters to the file....
normaly in byte format... (I used "size" as the size of data)
and when I loaded the sound back it was disrupted...
so I think that size is not the size of data pointer...

Can anyone help me to solve the size problem of data...

One more question...

OpenAL has a loadWAV function from file...

Does anybody know where I can find a open source to this loading a WAV from a file myself... because of the problem ABOVE

Dj_Fear
07-11-2005, 03:54 AM
Sorry I found a problem in my code...
size of data is ok...

Can moderator remove this topic :blush:

DragonCode
10-28-2005, 06:53 AM
Do you mind posting what you found in case someone else has the same problem?

Mihail121
10-28-2005, 08:18 AM
Well there are numerous specifications of the WAV format out there, why don't you ask Mr. Google (http://www.google.com)