DSF2FLAC
|
Where the command line options are stored. More...
#include <cmdline.h>
Public Attributes | |
const char * | help_help |
Print help and exit help description. | |
const char * | version_help |
Print version and exit help description. | |
int | samplerate_arg |
Output sample rate (default='88200'). | |
char * | samplerate_orig |
Output sample rate original value given at command line. | |
const char * | samplerate_help |
Output sample rate help description. | |
int | bits_arg |
Output bitdepth (default='24'). | |
char * | bits_orig |
Output bitdepth original value given at command line. | |
const char * | bits_help |
Output bitdepth help description. | |
int | nodither_flag |
Don't add dither before quantization (default=off). | |
const char * | nodither_help |
Don't add dither before quantization help description. | |
float | scale_arg |
Scale adjustment. | |
char * | scale_orig |
Scale adjustment. | |
const char * | scale_help |
Scale adjustment. | |
char * | infile_arg |
Input DSF or DFF file. | |
char * | infile_orig |
Input DSF or DFF file original value given at command line. | |
const char * | infile_help |
Input DSF or DFF file help description. | |
char * | outfile_arg |
Output FLAC file, if not specified the output file be the same as the input file with the extension changed. | |
char * | outfile_orig |
Output FLAC file, if not specified the output file be the same as the input file with the extension changed original value given at command line. | |
const char * | outfile_help |
Output FLAC file, if not specified the output file be the same as the input file with the extension changed help description. | |
int | dop_flag |
Encode DSD data directly into FLAC file without conversion to PCM using DoP format (DSD over PCM) (default=off). | |
const char * | dop_help |
Encode DSD data directly into FLAC file without conversion to PCM using DoP format (DSD over PCM) help description. | |
unsigned int | help_given |
Whether help was given. | |
unsigned int | version_given |
Whether version was given. | |
unsigned int | samplerate_given |
Whether samplerate was given. | |
unsigned int | bits_given |
Whether bits was given. | |
unsigned int | nodither_given |
Whether nodither was given. | |
unsigned int | scale_given |
Whether scale was given. | |
unsigned int | infile_given |
Whether infile was given. | |
unsigned int | outfile_given |
Whether outfile was given. | |
unsigned int | dop_given |
Whether dop was given. |
Where the command line options are stored.
Output bitdepth (default='24').
unsigned int gengetopt_args_info::bits_given |
Whether bits was given.
const char* gengetopt_args_info::bits_help |
Output bitdepth help description.
Output bitdepth original value given at command line.
Encode DSD data directly into FLAC file without conversion to PCM using DoP format (DSD over PCM) (default=off).
unsigned int gengetopt_args_info::dop_given |
Whether dop was given.
const char* gengetopt_args_info::dop_help |
Encode DSD data directly into FLAC file without conversion to PCM using DoP format (DSD over PCM) help description.
unsigned int gengetopt_args_info::help_given |
Whether help was given.
const char* gengetopt_args_info::help_help |
Print help and exit help description.
Input DSF or DFF file.
unsigned int gengetopt_args_info::infile_given |
Whether infile was given.
const char* gengetopt_args_info::infile_help |
Input DSF or DFF file help description.
Input DSF or DFF file original value given at command line.
Don't add dither before quantization (default=off).
unsigned int gengetopt_args_info::nodither_given |
Whether nodither was given.
const char* gengetopt_args_info::nodither_help |
Don't add dither before quantization help description.
Output FLAC file, if not specified the output file be the same as the input file with the extension changed.
unsigned int gengetopt_args_info::outfile_given |
Whether outfile was given.
const char* gengetopt_args_info::outfile_help |
Output FLAC file, if not specified the output file be the same as the input file with the extension changed help description.
Output FLAC file, if not specified the output file be the same as the input file with the extension changed original value given at command line.
Output sample rate (default='88200').
unsigned int gengetopt_args_info::samplerate_given |
Whether samplerate was given.
const char* gengetopt_args_info::samplerate_help |
Output sample rate help description.
Output sample rate original value given at command line.
Scale adjustment.
Raw DSD has a modulation depth of approximately 0.5 so with no scaling the PCM peak level is approximately -6dB below 0dBFs (default='4').
unsigned int gengetopt_args_info::scale_given |
Whether scale was given.
const char* gengetopt_args_info::scale_help |
Scale adjustment.
Raw DSD has a modulation depth of approximately 0.5 so with no scaling the PCM peak level is approximately -6dB below 0dBFs help description.
Scale adjustment.
Raw DSD has a modulation depth of approximately 0.5 so with no scaling the PCM peak level is approximately -6dB below 0dBFs original value given at command line.
unsigned int gengetopt_args_info::version_given |
Whether version was given.
const char* gengetopt_args_info::version_help |
Print version and exit help description.