mirror of
https://github.com/ShaYmez/xlxd.git
synced 2024-10-31 14:27:13 -04:00
ambed 1.1.1
minor bug correction readme file typo
This commit is contained in:
parent
8bd6815cbc
commit
998b6f819e
@ -75,7 +75,7 @@ void CVocodecChannel::Close(void)
|
|||||||
PurgeAllQueues();
|
PurgeAllQueues();
|
||||||
std::cout << "Vocodec channel " <<
|
std::cout << "Vocodec channel " <<
|
||||||
m_InterfaceIn->GetName() << ":" << (int)m_iChannelIn << " -> " <<
|
m_InterfaceIn->GetName() << ":" << (int)m_iChannelIn << " -> " <<
|
||||||
m_InterfaceIn->GetName() << ":" << (int)m_iChannelOut << " closed" << std::endl;
|
m_InterfaceOut->GetName() << ":" << (int)m_iChannelOut << " closed" << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
|
|
||||||
#define VERSION_MAJOR 1
|
#define VERSION_MAJOR 1
|
||||||
#define VERSION_MINOR 1
|
#define VERSION_MINOR 1
|
||||||
#define VERSION_REVISION 0
|
#define VERSION_REVISION 1
|
||||||
|
|
||||||
// global ------------------------------------------------------
|
// global ------------------------------------------------------
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
Hardware compatibility.
|
Hardware compatibility.
|
||||||
======================
|
======================
|
||||||
This version of ambed is compatible with DVSI's USB-3003, USB-3003, USB-3012 device
|
This version of ambed is compatible with DVSI's USB-3000, USB-3003, USB-3012 device
|
||||||
and ThumbDV
|
and ThumbDV
|
||||||
|
|
||||||
Available transcoding channels per device:
|
Available transcoding channels per device:
|
||||||
@ -40,6 +40,7 @@ USB-3012 6 6 8
|
|||||||
Multiple USB-3xxx can be used at the same time.
|
Multiple USB-3xxx can be used at the same time.
|
||||||
You need to use USB-3000 by pairs.
|
You need to use USB-3000 by pairs.
|
||||||
ThumbDV is recognized as USB-3000.
|
ThumbDV is recognized as USB-3000.
|
||||||
|
ThumbDV must be programed with FT-Prog (Provided by FTDI) by modifying device description as "USB-3000".
|
||||||
|
|
||||||
|
|
||||||
Instructions:
|
Instructions:
|
||||||
|
Loading…
Reference in New Issue
Block a user