search for: sfinfo

Displaying 11 results from an estimated 11 matches for "sfinfo".

Did you mean: finfo
2011 Jun 24
6
Code? or Test Pattern?
...------------- Please see "source4/torture/raw/setfileinfo.c." In "CHECK_CALL_PATH" in the 409th line of a version 3.5.8, "2" is set up to "mode". ------------------------------------------------------- printf("test mode_information level\n"); sfinfo.mode_information.in.mode = 2; CHECK_CALL_FNUM(MODE_INFORMATION, NT_STATUS_OK); CHECK_VALUE(MODE_INFORMATION, mode_information, mode, 2); CHECK_CALL_PATH(MODE_INFORMATION, NT_STATUS_OK); CHECK_VALUE(MODE_INFORMATION, mode_information, mode, 0); sfinfo.mode_information.in.mode = 1; ------...
2011 Mar 06
2
Support for CAF in flac command-line?
On Oct 12, 2008, at 22:32, Paul Davis wrote: > On Sun, 2008-10-12 at 19:26 -0700, Brian Willoughby wrote: >> Is anyone here potentially up to the task of adding support for CAF >> (the CoreAudio Format) into the flac command-line? This would >> present minimal difficulty under OSX, due to the presence of the >> CoreAudio API, but the real challenge would be to support
2010 Jan 05
3
FLAC C API / Visual Studio 2008 FILE* Issue
...wing: > ** > ** #include <windows.h> > ** #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1 > ** #including <sndfile.h> > */ > #if ENABLE_SNDFILE_WINDOWS_PROTOTYPES > SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) ; > #endif > > There is a windows binary installer in the main web page (one for each of > 32 and 64 bit windows). > > The only downside to this is that libsndfile does not expose the all of > the features of the FLAC API to the user. > > Erik > -- > -----------...
2007 Mar 06
1
problem with 24 bit odd size file (even in new version)
...lac: done ------------------------------- /cygdrive/c/WINDOWS/system32/flac.exe -t a.flac flac 1.1.4, Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson a.flac: WARNING, cannot check MD5 signature since it was unset in the STREAMINFO a.flac: ok ------------------------------- sfinfo a.wav File Name a.wav File Format Microsoft RIFF WAVE Format (wave) Data Format 24-bit integer (2's complement, little endian) Audio Data 5839359 bytes begins at offset 44 (2c hex) 1 channel, 1946453 frames Sampling Rate 48000.00 Hz Duration 40.551 seconds...
2010 Jan 05
2
FLAC C API / Visual Studio 2008 FILE* Issue
Hello, I am currently learning the FLAC C API and had the code working with FLAC__stream_decoder_init_file. However, since I'd need the Unicode filename support, I tried _wfopen_s in combination with FLAC__stream_decoder_init_FILE, however I get a runtime crash as sonn as I call FLAC__stream_decoder_process_until_end_of_stream. The same code (partially taken from the examples) is working
2010 Jan 05
0
FLAC C API / Visual Studio 2008 FILE* Issue
...In order for this to work, you need to do the following: ** ** #include <windows.h> ** #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1 ** #including <sndfile.h> */ #if ENABLE_SNDFILE_WINDOWS_PROTOTYPES SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) ; #endif There is a windows binary installer in the main web page (one for each of 32 and 64 bit windows). The only downside to this is that libsndfile does not expose the all of the features of the FLAC API to the user. Erik -- -------------------------------------------------------------...
2010 Jan 05
0
FLAC C API / Visual Studio 2008 FILE* Issue
...; ** #include <windows.h> >> ** #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1 >> ** #including <sndfile.h> >> */ >> #if ENABLE_SNDFILE_WINDOWS_PROTOTYPES >> SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) ; >> #endif >> >> There is a windows binary installer in the main web page (one for each >> of >> 32 and 64 bit windows). >> >> The only downside to this is that libsndfile does not expose the all of >> the features of the FLAC API to the user. &g...
2004 Aug 06
2
[Bug] PCM file not recognized
Hi, I am using Speex to compress speech samples used for dictation. I am thrilled by the compression ratios Speex achieves with almost no loss in quality. However, I have come across a few files which Speex (I use the Windows variant) refuses to compress. I have put a sample file at http://leggewie.biz/test.wav. The error message I receive is "Unsupported WAVE file fmt chunk, not
2008 Nov 03
0
No subject
...ude <windows.h> >> ** #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1 >> ** #including <sndfile.h> >> */ >> #if ENABLE_SNDFILE_WINDOWS_PROTOTYPES >> SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO = *sfinfo) ; >> #endif >> >> There is a windows binary installer in the main web page (one for = each >> of >> 32 and 64 bit windows). >> >> The only downside to this is that libsndfile does not expose the = all of >> the feat...
2010 Jan 06
4
FLAC C API / Visual Studio 2008 FILE* Issue
...<windows.h> > >> ** #define ENABLE_SNDFILE_WINDOWS_PROTOTYPES 1 > >> ** #including <sndfile.h> > >> */ > >> #if ENABLE_SNDFILE_WINDOWS_PROTOTYPES > >> SNDFILE* sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) ; > >> #endif > >> > >> There is a windows binary installer in the main web page (one for each > >> of > >> 32 and 64 bit windows). > >> > >> The only downside to this is that libsndfile does not expose the all of > >> the...
2007 Jun 10
4
Flac woes
...y, Flac-1.1.4 is refusing to encode some WAV files (amd64, gentoo): % flac Song\ Name-Track01.wav Song Name-Track01.wav: WARNING: legacy WAVE file has format type 1 but bits-per-sample=24 Song Name-Track01.wav: 100% complete, ratio=0.546Song Name-Track01.wav: ERROR during read of data pad byte % sfinfo Song\ Name-Track01.wav File Name Song Name-Track01.wav File Format Microsoft RIFF WAVE Format (wave) Data Format 24-bit integer (2's complement, little endian) Audio Data 779761383 bytes begins at offset 44 (2c hex) 1 channel, 259920461 frames Sampling Rate 48000....