mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-12 01:23:43 +02:00
2022-11-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdcatchd(8) that caused record events to be captured with the incorrect sampling rate. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -222,7 +222,7 @@ void RDCae::loadRecord(int card,int stream,QString name,
|
||||
int bit_rate)
|
||||
{
|
||||
// printf("RDCae::loadRecord(%d,%d,%s,%d,%d,%d,%d)\n",
|
||||
// card,stream,(const char *)name,coding,chan,samp_rate,bit_rate);
|
||||
// card,stream,(const char *)name,coding,chan,samp_rate,bit_rate);
|
||||
SendCommand(QString().sprintf("LR %d %d %d %d %d %d %s!",
|
||||
card,stream,(int)coding,chan,samp_rate,
|
||||
bit_rate,(const char *)name));
|
||||
|
Reference in New Issue
Block a user