search for: techlog

Displaying 2 results from an estimated 2 matches for "techlog".

Did you mean: techblog
2012 Jan 08
3
No sound over HDMI using nvidia graphics card
Hi all, I have installed a centos 6.2 x86_64 box to use as a multimedia center. All works ok, except sound over hdmi using nvidia graphics card. My lspci output: 00:00.0 Host bridge: Advanced Micro Devices [AMD] RS880 Host Bridge 00:02.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge (ext gfx port 0) 00:06.0 PCI bridge: Advanced Micro Devices [AMD] RS780 PCI to PCI bridge
2002 Apr 07
1
2 questions about compiling the source
Hi all, Q1: The source defined this structure in the psy.h file: typedef struct{ int eighth_octave_lines; float preecho_thresh[4]; float postecho_thresh[4]; float preecho_minenergy; float ampmax_att_per_sec; int delaycache; } vorbis_info_psy_global; However, the file psytune.c makes this declaration: tatic vorbis_info_psy_global _psy_set0G={ 0, /*