Is it possible to have fb2k send out data through a serial port? |
This forum is for developer discussions only. If you have a problem / bug report / idea / feature request that isn't related to foobar2000 SDK, post it in an appropiate forum instead - tech support questions go to support forum, everything else goes to general forum.
All non-developer posts on this forum will be removed. Continued abuse of this forum will result in admin actions (warnings, account suspension).
![]() ![]() |
Is it possible to have fb2k send out data through a serial port? |
Jul 13 2012, 19:15
Post
#1
|
|
|
Group: Members Posts: 2 Joined: 13-July 12 Member No.: 101414 |
I'm thinking of a project that involves controlling external hardware with audio data from fb2k.
|
|
|
|
Jul 13 2012, 19:24
Post
#2
|
|
![]() Group: Super Moderator Posts: 3268 Joined: 26-July 02 From: princegeorge.ca Member No.: 2796 |
You'll need to use a DSP component. Output component development tools are no longer included in the SDK.
-------------------- (atrix|(fb2k->e-mu 0404 usb|audio 8 dj))->hd280|jvc ha-fx35-b
|
|
|
|
Jul 13 2012, 19:39
Post
#3
|
|
|
Group: Members Posts: 2 Joined: 13-July 12 Member No.: 101414 |
|
|
|
|
Jul 14 2012, 02:29
Post
#4
|
|
![]() Group: Members Posts: 538 Joined: 20-December 05 From: Springfield, VA Member No.: 26522 |
You'll need to use a DSP component. Output component development tools are no longer included in the SDK. I suspect that another option is writing a serial port driver that will present to the OS as an audio driver. -------------------- Ceterum censeo, there should be an "%is_stop_after_current%".
|
|
|
|
Jul 14 2012, 09:06
Post
#5
|
|
![]() Group: FB2K Moderator (Donating) Posts: 4219 Joined: 24-February 03 Member No.: 5153 |
You'll need to use a DSP component. Output component development tools are no longer included in the SDK. An alternative would be to use a visualization. With a visualization you have more control over how many instances are created and can be sure you only process data from playback (and not from conversion). It depends on how much you trust the user. If it is only for your own use you probably would not spend as much time on making it fool-proof as you would for a public release.In either case (DSP or visualization) your code can do pretty much whatever you want. -------------------- http://foosion.foobar2000.org/ - my components for foobar2000
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 03:38 |