ambed 1.1.1

minor bug correction
readme file typo
This commit is contained in:
LX3JL 2017-08-23 15:00:23 +02:00
parent 8bd6815cbc
commit 998b6f819e
3 changed files with 4 additions and 3 deletions

View File

@ -75,7 +75,7 @@ void CVocodecChannel::Close(void)
PurgeAllQueues();
std::cout << "Vocodec channel " <<
m_InterfaceIn->GetName() << ":" << (int)m_iChannelIn << " -> " <<
m_InterfaceIn->GetName() << ":" << (int)m_iChannelOut << " closed" << std::endl;
m_InterfaceOut->GetName() << ":" << (int)m_iChannelOut << " closed" << std::endl;
}
}

View File

@ -49,7 +49,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 1
#define VERSION_REVISION 0
#define VERSION_REVISION 1
// global ------------------------------------------------------

View File

@ -25,7 +25,7 @@
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
Available transcoding channels per device:
@ -40,6 +40,7 @@ USB-3012 6 6 8
Multiple USB-3xxx can be used at the same time.
You need to use USB-3000 by pairs.
ThumbDV is recognized as USB-3000.
ThumbDV must be programed with FT-Prog (Provided by FTDI) by modifying device description as "USB-3000".
Instructions: