DSF2FLAC
Public Attributes
gengetopt_args_info Struct Reference

Where the command line options are stored. More...

#include <cmdline.h>

List of all members.

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.

Detailed Description

Where the command line options are stored.


Member Data Documentation

Output bitdepth (default='24').

Whether bits was given.

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).

Whether dop was given.

Encode DSD data directly into FLAC file without conversion to PCM using DoP format (DSD over PCM) help description.

Whether help was given.

Print help and exit help description.

Input DSF or DFF file.

Whether infile was given.

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).

Whether nodither was given.

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.

Whether outfile was given.

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').

Whether samplerate was given.

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').

Whether scale was given.

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.

Whether version was given.

Print version and exit help description.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables