libmp3splt
File List
Here is a list of all documented files with brief descriptions:
include/libmp3splt/mp3splt.h [code]Main types, error codes and confirmations
plugins/mp3.c [code]The Plug-in that handles mp3 files
plugins/mp3.h [code]
plugins/ogg.c [code]The Plug-in that handles ogg vorbis files
plugins/ogg.h [code]
src/audacity.c [code]Input splitpoints from audacity
src/audacity.h [code]
src/cddb.c [code]The cddb search functionality
src/cddb.h [code]
src/cddb_cue_common.c [code]Everything that importing from cddb and importing from cue files have in common
src/cddb_cue_common.h [code]
src/checks.c [code]
src/checks.h [code]
src/client.c [code]
src/client.h [code]
src/conversions.c [code]All conversions we need (text to hundreths of a second,...)
src/conversions.h [code]
src/cue.c [code]All that is needed in order to be able to read and write cue files
src/cue.h [code]
src/debug.c [code]
src/debug.h [code]
src/errors.c [code]
src/errors.h [code]
src/filename_regex.c [code]
src/filename_regex.h [code]
src/freedb.c [code]All functions that are needed in order to do a Freedb search
src/freedb.h [code]
src/freedb_utils.c [code]Utilities used by the functions in freedb.c
src/freedb_utils.h [code]
src/input_output.c [code]This file contains all I/O functions this library uses
src/input_output.h [code]
src/mp3splt.c [code]All user-accessible functions
src/oformat_parser.c [code]Automatic generation of filenams for split files from tags
src/oformat_parser.h [code]
src/options.c [code]
src/options.h [code]
src/output_format.c [code]The format of output file names
src/output_format.h [code]
src/pair.c [code]
src/pair.h [code]
src/plugins.c [code]Loading and unloading of plug-ins
src/plugins.h [code]
src/silence_utils.c [code]Utilities needed for silence detection
src/silence_utils.h [code]
src/split_points.c [code]All functions needed for handling split points (adding to the list, checking, of this split point already exists,...)
src/split_points.h [code]
src/splt.c [code]Actually split the input file
src/splt.h [code]
src/splt_array.c [code]All functions needed to handle the array of split points
src/splt_array.h [code]
src/string_utils.c [code]String utilities
src/string_utils.h [code]
src/sync_errors.c [code]Handle sync errors and thus ID3 tags
src/sync_errors.h [code]
src/tags_parser.c [code]Parse tags (Artist, Album, Year,...)
src/tags_parser.h [code]
src/tags_utils.c [code]
src/tags_utils.h [code]
src/types_func.c [code]Set global parameters like the name of the file that has to be split
src/types_func.h [code]
src/utils.c [code]Miscelaneous utilities
src/utils.h [code]
src/win32.c [code]Utilities that are needed when we want to talk to win32
src/win32.h [code]
src/wrap.c [code]Automatically split mp3 files created with mp3wrap into the original tracks
src/wrap.h [code]