2012-01-20 |
Chris Robinson | Add a global option to apply a reverb effect on source...
|
commit | commitdiff | tree |
2012-01-18 |
Chris Robinson | Avoid printing messages about device parameter changes...
|
commit | commitdiff | tree |
2012-01-17 |
Chris Robinson | Report parameter request changes in UpdateDeviceParams
|
commit | commitdiff | tree |
2012-01-17 |
Chris Robinson | Change the default output format to 32-bit float
|
commit | commitdiff | tree |
2012-01-17 |
Chris Robinson | Retry opening the PortAudio device with 16-bit short...
|
commit | commitdiff | tree |
2012-01-17 |
Chris Robinson | Retry opening the DSound device with 16-bit short if...
|
commit | commitdiff | tree |
2012-01-17 |
Chris Robinson | Retry opening the WinMM device with 16-bit short if...
|
commit | commitdiff | tree |
2012-01-17 |
Chris Robinson | Support 32-bit float in the WinMM backend
|
commit | commitdiff | tree |
2012-01-12 |
Chris Robinson | Safely insert the new context into the list
|
commit | commitdiff | tree |
2012-01-11 |
Chris Robinson | Add some casts
|
commit | commitdiff | tree |
2012-01-11 |
Chris Robinson | There's no need to pass a buffer to avio_alloc_context
|
commit | commitdiff | tree |
2012-01-11 |
Chris Robinson | Handle a couple of special AVSEEK_ seek modes
|
commit | commitdiff | tree |
2012-01-10 |
Chris Robinson | Fix compiling the example program, and support AL_SOFT_buffe...
|
commit | commitdiff | tree |
2012-01-10 |
Chris Robinson | Finalize AL_SOFT_buffer_samples
|
commit | commitdiff | tree |
2012-01-10 |
Chris Robinson | Remove the unnecessary AL_MULAW_SOFT, AL_ALAW_SOFT...
|
commit | commitdiff | tree |
2012-01-10 |
Chris Robinson | Append _SOFT to the AL_SOFT_buffer_samples enums
|
commit | commitdiff | tree |
2012-01-10 |
Chris Robinson | Make LockDevice, LockContext, etc, inline
|
commit | commitdiff | tree |
2012-01-02 |
Chris Robinson | Check earlier for ffmpeg
|
commit | commitdiff | tree |
2012-01-01 |
Chris Robinson | Remove the warning when a context being released is...
|
commit | commitdiff | tree |
2012-01-01 |
Chris Robinson | Use the device lock when removing the context from...
|
commit | commitdiff | tree |
2012-01-01 |
Chris Robinson | Use a proper typedef for handling atomic pointer swaps
|
commit | commitdiff | tree |
2012-01-01 |
Chris Robinson | Add an example program that streams audio using ffmpeg
|
commit | commitdiff | tree |
2011-12-20 |
Chris Robinson | Update some config option descriptions
|
commit | commitdiff | tree |
2011-12-20 |
Chris Robinson | Use a string to specify the resampler config option
|
commit | commitdiff | tree |
2011-12-20 |
Chris Robinson | Use a struct to associate channel enums and their angles
|
commit | commitdiff | tree |
2011-12-20 |
Chris Robinson | Restore the old FPU mode if the effects fail to update...
|
commit | commitdiff | tree |
2011-12-03 |
Chris Robinson | Use an explicit 0 for the "no error" enums
|
commit | commitdiff | tree |
2011-11-28 |
Chris Robinson | Reset the ALSA device if the number of available samples...
|
commit | commitdiff | tree |
2011-11-28 |
Chris Robinson | Make ALSA XRUN when the number of available samples...
|
commit | commitdiff | tree |
2011-11-26 |
Chris Robinson | Don't fail to insert a map entry when the key exists...
|
commit | commitdiff | tree |
2011-11-26 |
Chris Robinson | Initialize listener matrix to identity
|
commit | commitdiff | tree |
2011-11-13 |
Chris Robinson | Define TlsDestructor for Windows static builds, too
|
commit | commitdiff | tree |
2011-11-02 |
Chris Robinson | Use loops to write reverb output
|
commit | commitdiff | tree |
2011-11-02 |
Chris Robinson | Use a loop to write the modulator effect output
|
commit | commitdiff | tree |
2011-11-02 |
Chris Robinson | Use panning for echo instead of specifying discrete...
|
commit | commitdiff | tree |
2011-11-01 |
Chris Robinson | Append _SOFT to the ALC loopback format enums
|
commit | commitdiff | tree |
2011-10-30 |
Chris Robinson | Calculate the listener matrix when a new orientation...
|
commit | commitdiff | tree |
2011-10-30 |
Chris Robinson | Don't translate the listener velocity
|
commit | commitdiff | tree |
2011-10-30 |
Chris Robinson | Don't transform/translate vectors with an invalid listener...
|
commit | commitdiff | tree |
2011-10-28 |
Chris Robinson | Add a work-around for cross-compiling with MinGW
|
commit | commitdiff | tree |
2011-10-25 |
Chris Robinson | Initialize/Uninitialize COM as needed
|
commit | commitdiff | tree |
2011-10-24 |
Chris Robinson | Don't close devices that are left open on lib shutdown
|
commit | commitdiff | tree |
2011-10-19 |
Chris Robinson | Don't update the device update parameters when PulseAudio...
|
commit | commitdiff | tree |
2011-10-15 |
Chris Robinson | Set AL_STOPPED after setting AL_PLAYING when a source...
|
commit | commitdiff | tree |
2011-10-12 |
Chris Robinson | Use the local Device variable
|
commit | commitdiff | tree |
2011-10-12 |
Chris Robinson | Use the local variable instead of re-reading the source...
|
commit | commitdiff | tree |
2011-10-10 |
Chris Robinson | Use the square root to build the panning table instead...
|
commit | commitdiff | tree |
2011-10-08 |
Chris Robinson | Mark a couple more arrays with restrict
|
commit | commitdiff | tree |
2011-10-06 |
Chris Robinson | Return the key's value from the map when it's removed
|
commit | commitdiff | tree |
2011-10-06 |
Chris Robinson | Check for the HRTF object instead of a flag
|
commit | commitdiff | tree |
2011-10-05 |
Chris Robinson | Add min/max/clamp methods for 64-bit int
|
commit | commitdiff | tree |
2011-10-05 |
Chris Robinson | Fix maximum BufferSize calculation
|
commit | commitdiff | tree |
2011-10-05 |
Chris Robinson | Rename a variable to avoid confusion
|
commit | commitdiff | tree |
2011-10-04 |
Chris Robinson | Remove some unneeded templates and parameters
|
commit | commitdiff | tree |
2011-10-04 |
Chris Robinson | Convert samples to float when copying to the stack
|
commit | commitdiff | tree |
2011-10-04 |
Chris Robinson | Use sample frames when handling the buffer length
|
commit | commitdiff | tree |
2011-10-03 |
Chris Robinson | Track the temp stack buffer using sample frames instead...
|
commit | commitdiff | tree |
2011-10-03 |
Chris Robinson | Make sure GCC properly errors when checking visiblity...
|
commit | commitdiff | tree |
2011-10-03 |
Chris Robinson | Don't use a double when calculating the HRTF coefficients
|
commit | commitdiff | tree |
2011-10-03 |
Chris Robinson | Make a floating-point constant a float type
|
commit | commitdiff | tree |
2011-10-03 |
Chris Robinson | Don't use inline asm with MSVC on 64-bit
|
commit | commitdiff | tree |
2011-10-02 |
Chris Robinson | Get rid of some unnecessary casting
|
commit | commitdiff | tree |
2011-10-02 |
Chris Robinson | Rename some parameters
|
commit | commitdiff | tree |
2011-10-02 |
Chris Robinson | Remove the OriginalAlign buffer field, and calculate...
|
commit | commitdiff | tree |
2011-10-01 |
Chris Robinson | Fix potential divide-by-0
|
commit | commitdiff | tree |
2011-10-01 |
Chris Robinson | Add buffer properties to get the internal format, and...
|
commit | commitdiff | tree |
2011-10-01 |
Chris Robinson | Use tokens matching the string
|
commit | commitdiff | tree |
2011-10-01 |
Chris Robinson | Add support for AL_EXT_ALAW
|
commit | commitdiff | tree |
2011-10-01 |
Chris Robinson | Add AL_EXT_MULAW and AL_EXT_ALAW tokens to alext.h
|
commit | commitdiff | tree |
2011-10-01 |
Chris Robinson | Improve index calculation for reverb modulation updates
|
commit | commitdiff | tree |
2011-10-01 |
Chris Robinson | Add some formatting spaces to the reverb state struct
|
commit | commitdiff | tree |
2011-10-01 |
Chris Robinson | Rename LOWPASSFREQCUTOFF to LOWPASSFREQREF
|
commit | commitdiff | tree |
2011-10-01 |
Chris Robinson | Define the values for F_PI and F_PI_2 directly instead...
|
commit | commitdiff | tree |
2011-10-01 |
Chris Robinson | Use raise(SIGTRAP) instead of kill(getpid(),SIGTRAP)
|
commit | commitdiff | tree |
2011-10-01 |
Chris Robinson | Apply the initial wet send reverb decay before clamping...
|
commit | commitdiff | tree |
2011-09-30 |
Chris Robinson | Multiply by the reciprocal value instead of dividing
|
commit | commitdiff | tree |
2011-09-29 |
Chris Robinson | Use fast float-to-int conversions for some mixer-related...
|
commit | commitdiff | tree |
2011-09-29 |
Chris Robinson | Set the mixer FPU mode when setting a new effect on...
|
commit | commitdiff | tree |
2011-09-29 |
Chris Robinson | Set the mixer FPU mode for device parameter updates
|
commit | commitdiff | tree |
2011-09-29 |
Chris Robinson | Set the FPU into single-precision mode for mixer updates
|
commit | commitdiff | tree |
2011-09-29 |
Chris Robinson | Use inline functions to set/restore the FPU mode for...
|
commit | commitdiff | tree |
2011-09-29 |
Chris Robinson | Use inline assembly for fast float-to-int conversions
|
commit | commitdiff | tree |
2011-09-29 |
Chris Robinson | Set toward-zero rounding when updating in alDeferUpdatesSOFT
|
commit | commitdiff | tree |
2011-09-25 |
Chris Robinson | Clamp the low-pass reference gain to -60 dB instead...
|
commit | commitdiff | tree |
2011-09-25 |
Chris Robinson | Copy only the gains needed for the channel being mixed
|
commit | commitdiff | tree |
2011-09-25 |
Chris Robinson | A static source only has one buffer in the queue
|
commit | commitdiff | tree |
2011-09-25 |
Chris Robinson | Centralize the Lookup and Remove macros
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Only warn when a symbol fails to load
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Rename the MMDevAPI backend's MessageProc function
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Look for and use atan2f, log10f, and floorf
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Cast a 64-bit variable to a 32-bit int
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Don't require libm for the float-type math functions
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Use aluAtan instead of atan
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Silence MSVC warnings in the HRTF code
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Add a WAVEFORM_FRACONE macro and minor cleanups for...
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Use float types for the resamplers instead of double
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Change a double type to a float
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Check for asinf and use it
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Make AIRABSORBGAINHF a float type
|
commit | commitdiff | tree |
2011-09-24 |
Chris Robinson | Move ConeScale and ZScale to ALu.c and alu.h, and make...
|
commit | commitdiff | tree |