hubsays / easycap-somagic-linux

Automatically exported from code.google.com/p/easycap-somagic-linux
0 stars 0 forks source link

no audio support #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi ,
im using Somagic D60 device, for video output its working fine.
but there is no sound.
im attaching the command:

somagic-capture | mplayer -vf yadif,screenshot -demuxer rawvideo -rawvideo 
"pal:format=uyvy:fps=25" -aspect 4:3 - -ao pulse

video is ok but no sound...

im having somagic-easycap_1.1.tar file.
I've extracted this tar file. i found somagic-audio-capture.c please anyone 
help me for compiling it.

Regards 
Rohit

Original issue reported on code.google.com by rohitcha...@gmail.com on 11 Dec 2013 at 3:21

GoogleCodeExporter commented 9 years ago
command "make" build "somagic-init,somagic-capture"
command "make beta" build "somagic-audio-capture,somagic-both"

Or easier:
cc -s -W -Wall somagic-audio-capture.c -o somagic-audio-capture -lusb-1.0 
-lgcrypt                                                                        

cc -s -W -Wall somagic-both.c -o somagic-both -lusb-1.0 -lgcrypt

Original comment by mastervo...@gmail.com on 17 Feb 2015 at 12:53