Commit Graph

67 Commits

Author SHA1 Message Date
Chris Robinson bdf16bf601 Add initial auxiliary send paths 2007-12-18 15:10:21 -08:00
Chris Robinson cf03bfa156 Implement AL_EFFECTSLOT_EFFECT property 2007-12-18 14:22:59 -08:00
Chris Robinson d4f556836a Only allow one auxiliary effect slot 2007-12-18 13:42:13 -08:00
Chris Robinson ebb30ec5b0 Implement AL_AIR_ABSORPTION_FACTOR source property 2007-12-18 13:37:07 -08:00
Chris Robinson 168d8e3bee Add AL_FILTER_LOWPASS support
Direct filters only, since auxiliary sends and slots aren't available yet
2007-12-17 22:42:38 -08:00
Chris Robinson 654788f2cf Implement AL_CONE_OUTER_GAINHF source property 2007-12-17 21:56:31 -08:00
Chris Robinson 06f2076f04 Implement AL_DIRECT_FILTER_GAINHF_AUTO source property 2007-12-17 21:33:05 -08:00
Chris Robinson fc43a13927 Implement basic lowpass filter path 2007-12-17 21:00:52 -08:00
Chris Robinson 28f80fa113 Add AL_METERS_PER_UNIT listener property 2007-12-17 19:40:43 -08:00
Chris Robinson 9ebf1c1431 Don't attempt to free null effects or filters 2007-12-17 19:12:49 -08:00
Chris Robinson 8795932420 0 is a valid filter and effect name 2007-12-17 19:10:22 -08:00
Chris Robinson be50a5f992 Export ALC_EXT_EFX extension
Preliminary testing can now begin. Almost nothing will work, but the bare
framework is laid out, and the functions can begin to be implemented.
2007-12-17 18:01:01 -08:00
Chris Robinson 7086f5f84c Add new listener property definition 2007-12-17 17:55:27 -08:00
Chris Robinson 670487b4dd Add effect type enums 2007-12-17 17:52:03 -08:00
Chris Robinson 0ac746df57 Add new functions to proc address table 2007-12-17 17:44:11 -08:00
Chris Robinson 7458273634 Add auxiliary effect slot function skeletons 2007-12-17 17:43:19 -08:00
Chris Robinson aa386041e7 Fix comment 2007-12-17 17:20:55 -08:00
Chris Robinson 44e0fa9325 Implement effect function skeletons 2007-12-17 17:20:11 -08:00
Chris Robinson 91d214d713 Release left over filters on close 2007-12-17 17:08:44 -08:00
Chris Robinson 635f673b95 Implement ALC properties 2007-12-17 16:55:07 -08:00
Chris Robinson 35a82970a3 Implement AL_DIRECT_FILTER source property
Only AL_FILTER_NULL filter types are currently supported, however
2007-12-17 16:28:16 -08:00
Chris Robinson ac9bef0b31 Add EFX source filter properties 2007-12-17 16:02:34 -08:00
Chris Robinson f6bb6cc891 Add AL_FILTER_TYPE enum 2007-12-17 15:49:26 -08:00
Chris Robinson 56ff747463 Implement filter function skeletons 2007-12-17 15:43:35 -08:00
Chris Robinson d14ea2965d The error code is in errno, not the return value 2007-12-16 19:45:32 -08:00
Chris Robinson e773887b4b Implement capture config option for OSS. 2007-12-16 19:37:20 -08:00
Chris Robinson 5b85067f9c Support capture for OSS 2007-12-16 19:34:52 -08:00
Chris Robinson 1fa1edf16b Fix ring buffer size and overrun detection 2007-12-16 19:30:57 -08:00
Chris Robinson 19156ab895 Add generic ring buffer methods 2007-12-16 18:36:06 -08:00
Chris Robinson 99eaf3fa83 Release 1.0.38 openal-soft-1.0.38 2007-12-14 09:54:15 -08:00
Chris Robinson 5f4659534a Store a persistant name string with the device struct 2007-12-14 08:51:45 -08:00
Chris Robinson 5da394ab61 Change renderer string to match the real project name 2007-12-14 08:50:54 -08:00
Chris Robinson 6a0f86a871 Use CheckIncludeFiles for multi-include checks 2007-12-14 07:11:57 -08:00
Chris Robinson db31706c1d Use CheckFunctionExists instead of abusing CheckLibraryExists 2007-12-14 07:01:56 -08:00
Chris Robinson ba02526612 Implement "drivers" config option 2007-12-12 03:46:43 -08:00
Chris Robinson 7ade93e38c Print an error when ALSA fails to open the audio device 2007-12-12 03:41:37 -08:00
Chris Robinson fc0a7ea424 Print an error when OSS fails to open the audio device 2007-12-12 03:36:52 -08:00
Chris Robinson 0f3e13ed7c Use -Wextra instead of -W for extra warnings 2007-12-06 23:57:14 -08:00
Chris Robinson 7d068054e6 Use %zd for size_t types 2007-12-06 22:54:15 -08:00
Chris Robinson 18f05cc1d1 Prevent some ICC warnings 2007-12-06 22:49:23 -08:00
Chris Robinson d608df5b22 More casts 2007-12-06 22:32:02 -08:00
Chris Robinson b4f4a46f7b Avoid void-pointer arithmetic 2007-12-06 22:29:14 -08:00
Chris Robinson 5959e44035 Make another function static 2007-12-06 22:26:52 -08:00
Chris Robinson b3d35170ce Move some global declrations into headers 2007-12-06 22:22:11 -08:00
Chris Robinson f8f155e4a0 Move function declarations outside of the if-block 2007-12-06 22:15:16 -08:00
Chris Robinson 3e92e6c4f0 Add some casts 2007-12-06 22:12:29 -08:00
Chris Robinson 2ecb878e68 Remove more unused variables 2007-12-06 22:03:05 -08:00
Chris Robinson 52aed94765 Make some source-local functions static 2007-12-06 22:00:35 -08:00
Chris Robinson 7ae8be3e99 Remove some unused variables 2007-12-06 21:57:13 -08:00
Chris Robinson 7892c2e653 Test for -W switch 2007-12-06 21:50:28 -08:00