comparison DOCS/codecs.conf @ 757:8814b8de8b4e

audio review: pcm hardware formats, uLaw support
author arpi_esp
date Fri, 11 May 2001 01:20:59 +0000
parents cc99cea3c7bd
children 6d64c3071976
comparison
equal deleted inserted replaced
756:b562c8bcf704 757:8814b8de8b4e
294 294
295 ;============================================================================= 295 ;=============================================================================
296 ; AUDIO CODECS 296 ; AUDIO CODECS
297 ;============================================================================= 297 ;=============================================================================
298 298
299 audiocodec pcm
300 info "Uncompressed PCM"
301 status working
302 format 0x1
303 ;;;; these are for hardware support only: (alaw,ulaw,ima-adpcm,mpeg,ac3)
304 ; format 0x6
305 ; format 0x7
306 ; format 0x11
307 ; format 0x50
308 ; format 0x2000
309 ;;;;
310 driver pcm
311 dll "uncompressed"
312
299 audiocodec divx 313 audiocodec divx
300 info "DivX audio (WMA)" 314 info "DivX audio (WMA)"
301 status working 315 status working
302 format 0x160 316 format 0x160
303 format 0x161 317 format 0x161
361 driver alaw 375 driver alaw
362 dll "xanim-alaw" 376 dll "xanim-alaw"
363 377
364 audiocodec ulaw 378 audiocodec ulaw
365 info "uLaw" 379 info "uLaw"
366 status buggy 380 status working
367 format 0x7 381 format 0x7
368 driver alaw 382 driver alaw
369 dll "xanim-alaw" 383 dll "xanim-ulaw"
370 comment "aLaw driver seems to play it, but it's weird.. Or is uLaw just shit? :)"
371
372 audiocodec pcm
373 info "Uncompressed PCM"
374 status working
375 format 0x1
376 driver pcm
377 384
378 audiocodec dvdpcm 385 audiocodec dvdpcm
379 info "Uncompressed DVD PCM" 386 info "Uncompressed DVD PCM"
380 status working 387 status working
381 format 0x10001 388 format 0x10001
382 driver dvdpcm 389 driver dvdpcm
390 dll "uncompressed"
383 391
384 audiocodec ac3 392 audiocodec ac3
385 info "AC3" 393 info "AC3"
386 status working 394 status working
387 format 0x2000 395 format 0x2000