![]() |
![]() |
![]() |
GStreamer Ugly Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
"blocksize" gulong : Read / Write "clock" GstSidClock : Read / Write "filter" gboolean : Read / Write "force-speed" gboolean : Read / Write "measured-volume" gboolean : Read / Write "memory" GstSidMemory : Read / Write "metadata" GstCaps : Read "mos8580" gboolean : Read / Write "tune" gint : Read / Write
This element decodes .sid files to raw audio. .sid files are in fact small Commodore 64 programs that are executed on an emulated 6502 CPU and a MOS 6581 sound chip.
This plugin will first load the complete program into memory before starting the emulator and producing output.
Seeking is not (and cannot be) implemented.
gst-launch -v filesrc location=Hawkeye.sid ! siddec ! audioconvert ! alsasink
Decode a sid file and play back the audio using alsasink.
Last reviewed on 2006-12-30 (0.10.5)
plugin | siddec |
author | Wim Taymans <wim.taymans@gmail.com> |
class | Codec/Decoder/Audio |
name | sink |
direction | sink |
presence | always |
details | audio/x-sid |
name | src |
direction | source |
presence | always |
details | audio/x-raw-int, endianness=(int)1234, signed=(boolean){ true, false }, width=(int){ 8, 16 }, depth=(int){ 8, 16 }, rate=(int)[ 8000, 48000 ], channels=(int)[ 1, 2 ] |