mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2018-06-16 Fred Gleason <fredg@paravelsystems.com>
* Added a 'TranscodingDelay=' parameter to the '[Tuning]' section of rd.conf(5).
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
|
||||
#include <qobject.h>
|
||||
|
||||
#include "rdconfig.h"
|
||||
#include "rdsettings.h"
|
||||
#include "rdwavedata.h"
|
||||
#include "rdwavefile.h"
|
||||
@@ -48,7 +49,7 @@ class RDAudioConvert : public QObject
|
||||
ErrorNoDestination=3,ErrorInvalidSource=4,ErrorInternal=5,
|
||||
ErrorFormatNotSupported=6,ErrorNoDisc=7,ErrorNoTrack=8,
|
||||
ErrorInvalidSpeed=9,ErrorFormatError=10,ErrorNoSpace=11};
|
||||
RDAudioConvert(const QString &station_name,QObject *parent=0);
|
||||
RDAudioConvert(RDConfig *config,QObject *parent=0);
|
||||
~RDAudioConvert();
|
||||
void setSourceFile(const QString &filename);
|
||||
void setDestinationFile(const QString &filename);
|
||||
@@ -117,6 +118,7 @@ class RDAudioConvert : public QObject
|
||||
void *conv_mad_handle;
|
||||
void *conv_lame_handle;
|
||||
void *conv_twolame_handle;
|
||||
RDConfig *conv_config;
|
||||
#ifdef HAVE_MAD
|
||||
void (*mad_stream_init)(struct mad_stream *);
|
||||
void (*mad_frame_init)(struct mad_frame *);
|
||||
|
||||
Reference in New Issue
Block a user