Mercurial > audio-send
view org/bugs-in-openal.org @ 22:616215c81d23
added footnote
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 03 Nov 2011 15:14:44 -0700 |
parents | c41d773a85fb |
children |
line wrap: on
line source
1 * bugs in OpenAl-soft3 Wave files produced by wave writer do not have the correct header.5 something is wrong with7 #+begin_src conf8 drivers = null,9 #+end_src11 It only produces the single null option when queried with12 ALC_ALL_DEVICES_SPECIFIER, where it should produce much more output.14 specifically,16 ------------------------------17 #+begin_src conf18 drivers = oss,19 #+end_src21 #+begin_src text22 0: OSS Software23 1: PulseAudio Software24 2: ALSA Software on default25 3: ALSA Software on HDA Intel [ALC272 Analog] (hw:0,0)26 4: ALSA Software on HDA Intel [ALC272 Digital] (hw:0,1)27 5: ALSA Software on HDA Intel [INTEL HDMI] (hw:0,3)28 6: PortAudio Software29 7: Wave File Writer30 #+end_src31 ------------------------------32 #+begin_src conf33 drivers = pulse,34 #+end_src36 #+begin_src text37 Devices38 0: Internal Audio Analog Stereo39 #+end_src40 ------------------------------41 #+begin_src conf42 drivers = wave,43 #+end_src45 #+begin_src text46 Devices47 0: Wave File Writer48 #+end_src49 ------------------------------