|
DSF2FLAC
|
#include "dsdiff_file_reader.h"#include "iostream"#include "libdstdec/dst_init.h"#include "libdstdec/dst_fram.h"Functions | |
| dsf2flac_uint64 | decodeMarkerPosition (DsdiffAst ast, DsdiffMarker marker, dsf2flac_uint32 fs) |
Variables | |
| static bool | chanIdentsAllocated = false |
| static bool | sampleBufferAllocated = false |
| static ebunch | dstEbunch |
| static bool | dstEbunchAllocated = false |
| dsf2flac_uint64 decodeMarkerPosition | ( | DsdiffAst | ast, |
| DsdiffMarker | marker, | ||
| dsf2flac_uint32 | fs | ||
| ) |
bool chanIdentsAllocated = false [static] |
dsf2flac - http://code.google.com/p/dsf2flac/
A file conversion tool for translating dsf dsd audio files into flac pcm audio files.
Copyright (c) 2013 by respective authors.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Acknowledgements
Many thanks to the following authors and projects whose work has greatly helped the development of this tool.
Sebastian Gesemann - dsd2pcm (http://code.google.com/p/dsd2pcm/) SACD Ripper (http://code.google.com/p/sacd-ripper/) Maxim V.Anisiutkin - foo_input_sacd (http://sourceforge.net/projects/sacddecoder/files/) Vladislav Goncharov - foo_input_sacd_hq (http://vladgsound.wordpress.com) Jesus R - www.sonore.us
ebunch dstEbunch [static] |
bool dstEbunchAllocated = false [static] |
bool sampleBufferAllocated = false [static] |
1.7.6.1