spdif-loop
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:SPDIF to 5.1 software loop decoder
spdif-loop
==========

SPDIF to 5.1 software loop decoder.  Use if you want to connect a
digital surround signal (Dolby Digital), such as an Xbox 360 S, via
your PC to your 5.1 (analog) stereo.  Like a digital receiver/decoder,
just in software.


Requirements
------------

- ffmpeg/libav
- libao


Build
-----

make


Run
---

I run it like this:

    ./spdif-loop -i hw:CARD=Device -d pulse -o alsa_output.usb-0d8c_USB_Sound_Device-00-Device.analog-surround51

Alsa's `hw:CARD=Device` is my SPDIF input.  You can list your alsa devices with

    aplay -l

I had to use `amixer` to set the capture source to SPIF.  In this case
`Device` is the alsa name of my SPDIF-in card:

	amixer -c Device scontrols                   # show controls
	amixer -c Device get 'PCM Capture Source'    # show options
    amixer -c Device set 'PCM Capture Source' 'IEC958 In'    # set input


Contact
-------

Simon Schubert <2@0x2c.org>

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。