2006-10-18, 07:36 PM
I have the AVC-3610 working with both tuners but is there a way to get GBPVR to support the FM on it?
|
2006-10-18, 07:36 PM
I have the AVC-3610 working with both tuners but is there a way to get GBPVR to support the FM on it?
2006-10-18, 11:56 PM
Ok I got GBPVR to scan and get lock in the FM pluggin by changing the entries in direct.ini. Here is what I have currently.
Code: [Adaptec AVC-3610 with FM Tuner]
INIT_MODE=DEFAULT
INIT_MSP=0
SUPPORTS_FM_RADIO=1
FILTER_CROSSBAR=Adaptec USB Crossbar
FILTER_CAPTURE=Adaptec USB Capture Device
FILTER_TV_TUNER=Adaptec USB TvTuner
FILTER_TV_AUDIO=Adaptec USB TvAudio
PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In
PIN_TVTUNER_ANALOG_VIDEO_OUT=Analog Video
PIN_TVTUNER_ANALOG_AUDIO_OUT=Analog Audio
PIN_TVAUDIO_TV_AUDIO_IN=TVAudio In
PIN_TVAUDIO_TV_AUDIO_OUT=TVAudio Out
PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In
PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out
PIN_CAPTURE_ANALOG_VIDEO_IN=Analog Video In
PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out
PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio In
PIN_CAPTURE_CAPTURE_OUT=Capture
PIN_WRITER_INPUT_IN=Input
[Adaptec AVC-3610]
INIT_MODE=DEFAULT
INIT_MSP=0
SUPPORTS_FM_RADIO=0
FILTER_CROSSBAR=Adaptec USB Crossbar
FILTER_CAPTURE=Adaptec USB Capture Device
FILTER_TV_TUNER=Adaptec USB TvTuner
FILTER_TV_AUDIO=Adaptec USB TvAudio
PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In
PIN_TVTUNER_ANALOG_VIDEO_OUT=Analog Video
PIN_TVTUNER_ANALOG_AUDIO_OUT=Analog Audio
PIN_TVAUDIO_TV_AUDIO_IN=TVAudio In
PIN_TVAUDIO_TV_AUDIO_OUT=TVAudio Out
PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In
PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out
PIN_CAPTURE_ANALOG_VIDEO_IN=Analog Video In
PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out
PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio In
PIN_CAPTURE_CAPTURE_OUT=Capture
PIN_WRITER_INPUT_IN=InputI set tuner 1 to FM and the second without because this was the only way I could get a lock when scanning. However I still get no audio. Attached are my logs if anyone has a suggestion.
2006-10-18, 11:59 PM
Those logs dont contain an attempt to use the radio. Can you try again, then repost the logs?
2006-10-19, 03:25 AM
Sorry about that I thought I got the right logs. Try these....
2006-10-19, 03:45 AM
I could be wrong, but I think your direct.ini definitions above are missing a setting called PIN_CAPTURE_PREVIEW_AUDIO_OUT, which is the name of the preview audio out pin on the capture filter for this device.
2006-10-19, 03:08 PM
I tried adding the setting
Code: PIN_CAPTURE_PREVIEW_AUDIO_OUT=Preview AudioI tried changing the name from Preview Audio to Audio Virtual Out but that didn't seem to make a difference. Thanks for the help Jeff
2006-10-19, 03:24 PM
It doesnt look like this device has a preview audio out, so I dont think you're going to get the FM radio working.
The last think you could try is setting <ForceFMBufferingMode>true</ForceFMBufferingMode> in config.xml, and making sure you have the LAME encoder installed: http://www.elecard.com/ftp/pub/directsho..._dshow.zip
2006-10-19, 07:44 PM
That does not seem to have helped. Thank you for your time.
2006-10-19, 11:45 PM
Well I have found another issue with recordings. Both tuners work but The audio and video bitrate are not set correctly. I choose low quality but the bitrate for the video is 9000 and I have the audio set for 192 but it records at 384. Anyone have an idea if there is anything I can do to correct this.
2007-01-01, 11:58 PM
In case anyone is using this I was able to get the FM working. Although I do not have the HP branded version of this device I downloaded the HP driver for it and installed it. It works fine and also gives you an addtional pin on the Adaptec USB Capture Device called Audio Preview. I made these changes to the direct.ini and now FM radio works. I set tuner #1 with fm and tuner #2 without.
Code: [HP Adaptec AVC-3610]
INIT_MODE=IVAC
INIT_MSP=0
SUPPORTS_FM_RADIO=0
FILTER_CROSSBAR=Adaptec USB Crossbar
FILTER_CAPTURE=Adaptec USB Capture Device
FILTER_TV_TUNER=Adaptec USB TvTuner
FILTER_TV_AUDIO=Adaptec USB TvAudio
PIN_TVTUNER_ANALOG_VIDEO_OUT=Analog Video
PIN_TVTUNER_ANALOG_AUDIO_OUT=Analog Audio
PIN_TVAUDIO_TV_AUDIO_IN=TVAudio In
PIN_TVAUDIO_TV_AUDIO_OUT=TVAudio Out
PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In
PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In
PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out
PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out
PIN_CAPTURE_ANALOG_VIDEO_IN=Analog Video In
PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio In
PIN_CAPTURE_CAPTURE_OUT=Mpeg Out
PIN_CAPTURE_PREVIEW_AUDIO_OUT=Audio Preview
PIN_WRITER_INPUT_IN=Input
[HP Adaptec AVC-3610 with FM Tuner]
INIT_MODE=IVAC
INIT_MSP=0
SUPPORTS_FM_RADIO=1
FILTER_CROSSBAR=Adaptec USB Crossbar
FILTER_CAPTURE=Adaptec USB Capture Device
FILTER_TV_TUNER=Adaptec USB TvTuner
FILTER_TV_AUDIO=Adaptec USB TvAudio
PIN_TVTUNER_ANALOG_VIDEO_OUT=Analog Video
PIN_TVTUNER_ANALOG_AUDIO_OUT=Analog Audio
PIN_TVAUDIO_TV_AUDIO_IN=TVAudio In
PIN_TVAUDIO_TV_AUDIO_OUT=TVAudio Out
PIN_CROSSBAR_VIDEO_TUNER_IN=Video Tuner In
PIN_CROSSBAR_AUDIO_TUNER_IN=Audio Tuner In
PIN_CROSSBAR_VIDEO_DECODER_OUT=Video Decoder Out
PIN_CROSSBAR_AUDIO_DECODER_OUT=Audio Decoder Out
PIN_CAPTURE_ANALOG_VIDEO_IN=Analog Video In
PIN_CAPTURE_ANALOG_AUDIO_IN=Analog Audio In
PIN_CAPTURE_CAPTURE_OUT=Mpeg Out
PIN_CAPTURE_PREVIEW_AUDIO_OUT=Audio Preview
PIN_WRITER_INPUT_IN=Input |
|
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| HP AVC-3610 and IR blaster | TomR | 4 | 3,431 |
2009-01-31, 10:06 PM Last Post: TomR |
|
| HP brand Adaptec 3610 works with GB-PVR? | prouton | 4 | 3,049 |
2007-10-04, 03:25 PM Last Post: cprossu |
|
| Adaptec AVC-3610 and MediaMVP together | prouton | 0 | 1,605 |
2007-06-29, 06:50 AM Last Post: prouton |
|
| Adaptec AVC-3610 Quality Setting | tvguy1 | 7 | 3,355 |
2007-03-22, 12:55 AM Last Post: sub |
|
| Ehome IR & Adaptec 3610 Dual Tuner | benefiting | 5 | 3,442 |
2007-01-03, 12:57 AM Last Post: rpalarea |
|
| AVC-3610 - Anyone use it? | jzh797s | 12 | 5,899 |
2006-10-20, 07:54 PM Last Post: sub |
|
| Adaptec VideOh! PCI (supported or not)? | Richeql | 2 | 2,123 |
2006-08-27, 05:29 PM Last Post: Richeql |
|
| Adding Adaptec videoh! remote control support | daniel_ei | 1 | 1,931 |
2006-02-18, 04:01 PM Last Post: sub |
|
| adaptec + object reference not set to an instance of object | zefram | 1 | 1,797 |
2005-05-24, 04:42 PM Last Post: sub |
|
| Adaptec AVC-2310 Tuner | Digiman | 2 | 2,664 |
2005-03-05, 05:05 PM Last Post: Digiman |
|