Chris Robinson
|
880902fecc
|
Add a Null Output device
This device will mix and fully process contexts as normal
|
2010-05-28 16:41:52 -07:00 |
|
Chris Robinson
|
37190b2caf
|
Add a function to get the frame size from a format
|
2010-05-24 21:51:30 -07:00 |
|
Chris Robinson
|
c6b948323e
|
Better watch for invalid values in alBufferSubDataEXT
|
2010-05-24 21:33:43 -07:00 |
|
Chris Robinson
|
ad2957ed98
|
Reduce the mixing buffer size
|
2010-05-24 20:10:35 -07:00 |
|
Chris Robinson
|
c469bfcb9e
|
Make error checking consistent in alBuffer.c
|
2010-05-24 19:52:27 -07:00 |
|
Chris Robinson
|
3d16be1822
|
Fix alBufferiv error handling
|
2010-05-24 19:02:36 -07:00 |
|
Chris Robinson
|
ad10d4ee74
|
Increment pointer when read
|
2010-05-24 17:40:16 -07:00 |
|
Chris Robinson
|
3ba3c1ca31
|
Pass the number of blocks to ConvertDataIMA4
|
2010-05-24 17:31:49 -07:00 |
|
Chris Robinson
|
4ad28964de
|
Be careful of integer overflows when allocating buffer storage
|
2010-05-24 17:08:12 -07:00 |
|
Chris Robinson
|
15ce7fb8f7
|
Cleanup some variables and names
|
2010-05-24 03:28:00 -07:00 |
|
Chris Robinson
|
80a22b6484
|
Reorder some error checks and watch for negative buffer sizes
|
2010-05-24 03:20:14 -07:00 |
|
Chris Robinson
|
8cfac7c6b8
|
Don't bother storing the loop points in the source
|
2010-05-24 01:07:13 -07:00 |
|
Chris Robinson
|
9ac6b4c2c8
|
Be big endian safe with the IMA4 decoder
|
2010-05-22 15:37:32 -07:00 |
|
Chris Robinson
|
58e5404d61
|
Loop points should be specified in sample offsets
|
2010-05-21 15:52:35 -07:00 |
|
Chris Robinson
|
1e6ba29cd2
|
Consistency fix
|
2010-05-19 11:06:13 -07:00 |
|
Chris Robinson
|
c5c83882b3
|
Use unsigned types when finding the source offsets
|
2010-05-19 10:38:28 -07:00 |
|
Chris Robinson
|
ea3bc0518c
|
A couple formatting fixes
|
2010-05-19 10:36:24 -07:00 |
|
Chris Robinson
|
2d46a1001e
|
Use a map for the filter list
|
2010-05-18 17:54:45 -07:00 |
|
Chris Robinson
|
4edd7fe647
|
Use a map for the effects list
|
2010-05-18 17:41:06 -07:00 |
|
Chris Robinson
|
ad5dfab428
|
Improve compatbility with latest AL_EXT_buffer_sub_data spec
|
2010-05-18 17:15:21 -07:00 |
|
Chris Robinson
|
7f533c6a25
|
Change inline -> __inline for MSVC
|
2010-05-16 06:02:27 -07:00 |
|
Chris Robinson
|
5d579dd1a8
|
Store loop points as uncompressed frame offsets in the source when a buffer is attached
|
2010-05-13 02:10:33 -07:00 |
|
Chris Robinson
|
0ce138341c
|
Add initial structural support for AL_EXT_loop_points
|
2010-05-13 02:03:48 -07:00 |
|
Chris Robinson
|
a53e3dda75
|
Don't needlessly expose a variable for the backends
|
2010-05-12 07:27:12 -07:00 |
|
Chris Robinson
|
2220c22c90
|
Move incomplete extension declarations to alMain.h
|
2010-05-12 06:59:47 -07:00 |
|
Chris Robinson
|
af4faaf666
|
Use a UIntMap for the effect slot list
|
2010-05-12 02:20:14 -07:00 |
|
Chris Robinson
|
f2548570b8
|
Store the buffer's original data size and block alignment
|
2010-05-12 01:36:09 -07:00 |
|
Chris Robinson
|
f0ce1bff3e
|
Simplify and fix applying a source offset
|
2010-05-11 11:59:41 -07:00 |
|
Chris Robinson
|
ab3c23478d
|
Use a separate function to convert compressed bytes to frames
|
2010-05-11 11:06:48 -07:00 |
|
Chris Robinson
|
4e65e9bfa9
|
Only a streaming source can have a processed buffer
|
2010-05-11 08:53:38 -07:00 |
|
Chris Robinson
|
0378422fcb
|
Use a map to store sources and buffers
And do a lookup using a binary search instead of linear
|
2010-05-01 19:59:41 -07:00 |
|
Chris Robinson
|
0760415d08
|
Use doubles instead of floats for the source offset calculations
|
2010-04-28 17:58:20 -07:00 |
|
Chris Robinson
|
5730ccaa39
|
Combine AL and ALC function lists
|
2010-04-28 15:07:38 -07:00 |
|
Chris Robinson
|
aaa7082aa8
|
Get the offset even if the current buffer is 0
|
2010-04-28 14:08:10 -07:00 |
|
Chris Robinson
|
5d7815beed
|
Only apply ambient gain to available output channels
|
2010-04-27 11:39:54 -07:00 |
|
Chris Robinson
|
a0ee2ccce7
|
Add a couple missing values to the *GetEnumValue tables
|
2010-04-25 08:40:37 -07:00 |
|
Chris Robinson
|
52663e8a44
|
Combine two loops into one
|
2010-04-23 07:23:38 -07:00 |
|
Chris Robinson
|
a04dac670e
|
Make stereo duplication a property of the device
Further, don't use it with mono/stereo output
|
2010-04-20 03:57:40 -07:00 |
|
Chris Robinson
|
1544ddf0a5
|
Avoid reading buffer 0's size
|
2010-04-10 17:31:08 -07:00 |
|
Chris Robinson
|
aace50ebf4
|
Store the panning LUT in the device
|
2010-04-08 15:58:11 -07:00 |
|
Chris Robinson
|
37c93a6ad8
|
Always mix internally at 8.1
The channels are remixed when writing to the output buffer. Stereo duplication
is currently broken, but this can be restored later
|
2010-04-08 14:47:12 -07:00 |
|
Chris Robinson
|
1b1c76da34
|
Invert device channel map array
|
2010-04-08 13:11:21 -07:00 |
|
Chris Robinson
|
b273d616ad
|
Implement a skeleton Ring Modulator effect
|
2010-04-08 08:54:28 -07:00 |
|
Chris Robinson
|
7bdf0d5156
|
Shorten some variable names
|
2010-03-26 00:41:27 -07:00 |
|
Chris Robinson
|
d2a6fd58a3
|
Use unsigned types for mono and stereo source count hints
|
2010-03-25 18:39:16 -07:00 |
|
Chris Robinson
|
b3c389c0a0
|
Constify and properly type some variables and struct members
|
2010-03-24 22:43:08 -07:00 |
|
Chris Robinson
|
f77832fea2
|
Remove unnecessary NULL check
|
2010-03-24 03:43:37 -07:00 |
|
Chris Robinson
|
4ce8a17afd
|
Reduce some indentation
|
2010-03-24 02:23:00 -07:00 |
|
Chris Robinson
|
702c62c9a2
|
Use a global handle to store the process-wide context
|
2010-03-23 21:05:29 -07:00 |
|
Chris Robinson
|
7fb4c4ce4f
|
Move extension function declarations to alext.h/efx.h
|
2010-03-23 18:21:55 -07:00 |
|