diff org/bugs-in-openal.org @ 1:c41d773a85fb

moved org files, ignored html files
author Robert McIntyre <rlm@mit.edu>
date Tue, 25 Oct 2011 13:03:35 -0700
parents bugs-in-openal.org@f9476ff7637e
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/org/bugs-in-openal.org	Tue Oct 25 13:03:35 2011 -0700
     1.3 @@ -0,0 +1,50 @@
     1.4 +* bugs in OpenAl-soft
     1.5 +
     1.6 +Wave files produced by wave writer do not have the correct header.
     1.7 +
     1.8 +something is wrong with 
     1.9 +
    1.10 +#+begin_src conf
    1.11 +drivers = null,
    1.12 +#+end_src
    1.13 +
    1.14 +It only produces the single null option when queried with
    1.15 +ALC_ALL_DEVICES_SPECIFIER, where it should produce much more output. 
    1.16 +
    1.17 +specifically,
    1.18 +
    1.19 +------------------------------
    1.20 +#+begin_src conf
    1.21 +drivers = oss,
    1.22 +#+end_src
    1.23 +
    1.24 +#+begin_src text
    1.25 +0: OSS Software
    1.26 +1: PulseAudio Software
    1.27 +2: ALSA Software on default
    1.28 +3: ALSA Software on HDA Intel [ALC272 Analog] (hw:0,0)
    1.29 +4: ALSA Software on HDA Intel [ALC272 Digital] (hw:0,1)
    1.30 +5: ALSA Software on HDA Intel [INTEL HDMI] (hw:0,3)
    1.31 +6: PortAudio Software
    1.32 +7: Wave File Writer
    1.33 +#+end_src
    1.34 +------------------------------
    1.35 +#+begin_src conf
    1.36 +drivers = pulse,
    1.37 +#+end_src
    1.38 +
    1.39 +#+begin_src text
    1.40 +Devices
    1.41 +0: Internal Audio Analog Stereo
    1.42 +#+end_src
    1.43 +------------------------------
    1.44 +#+begin_src conf
    1.45 +drivers = wave,
    1.46 +#+end_src
    1.47 +
    1.48 +#+begin_src text 
    1.49 +Devices
    1.50 +0: Wave File Writer
    1.51 +#+end_src
    1.52 +------------------------------
    1.53 +