Home
last modified time | relevance | path

Searched full:libsndfile (Results 1 – 25 of 135) sorted by relevance

123456

/third_party/libsnd/docs/
DFAQ.md3 title: libsndfile : Frequently Asked Questions.
6 # libsndfile : Frequently Asked Questions
8 1. [Do you plan to support XYZ codec in libsndfile?](#Q001)
11 4. [When trying to compile libsndfile on Solaris I get a "bad substitution" error during linking. W…
12 5. [Why doesn't libsndfile do interleaving/de-interleaving?](#Q005)
14 7. [On Linux/Unix/MacOS X, what's the best way of detecting the presence of libsndfile?](#Q007)
15 8. [I have libsndfile installed and now I want to use it. I just want a simple Makefile\! What do I…
18 11. [I'm having problems with u-law encoded WAV files generated by libsndfile in Winamp. Why?](#Q01…
20 13. [Why can't libsndfile open this Sound Designer II (SD2) file?](#Q013)
21 14. [I'd like to statically link libsndfile to my closed source application. Can I buy a license so…
[all …]
Dlists.md3 title: libsndfile Mailing Lists
6 # libsndfile Mailing Lists
8 **Note**: These mailing lists are not maintained by the libsndfile team anymore.
11 There are three mailing lists for libsndfile:
13 - **libsndfile-announce@mega-nerd.com**  
14 [Subscribe](mailto:libsndfile-announce-request@mega-nerd.com?subject=subscribe)
15 A list which will announce each new release of libsndfile. Noone can
17 - **libsndfile-devel@mega-nerd.com**  
18 [Subscribe](mailto:libsndfile-devel-request@mega-nerd.com?subject=subscribe)
21 - **libsndfile-users@mega-nerd.com**  
[all …]
Dbugs.md5 # Reporting Bugs in libsndfile
7 Before even attempting to report a bug in libsndfile please make sure you have
9 writing code using libsndfile make sure you read the
12 That said, I am interested in finding and fixing all genuine bugs in libsndfile.
17 - Segmentation faults occuring inside libsndfile.
18 - libsndfile hanging when opening a file.
36 If libsndfile compiles and installs correctly but has difficulty reading a
38 (from the examples directory of the libsndfile distribution) on the file. See
42 Please do not send me a sound file which fails to open under libsndfile unless
46 Once you have the above information you should submit a ticket on the libsndfile
[all …]
Ddonate.md3 title: libsndfile : donate.
8 Dear libsndfile user,
14 I therefore ask Windows users of libsndfile to donate to ensure that
15 libsndfile's support for Windows continues. As long as donations continue to
22 * If you are simply a user of libsndfile that would like to ensure that the
23 development of libsndfile continues, a donation of $10US would be more than
25 * If you are shareware author that distributes libsndfile with your app and
29 products that ship with libsndfile, a donation of $100 every second or third
39 libsndfile Bitcoin address : 15hVWemFiH6DLJ22SBYPk9b4fgWtxBEvfQ
60 Main libsndfile author and maintainer
Ddevelopment.md5 # libsndfile Development
7 libsndfile is being developed by a small community of users and hackers. People
12 <https://github.com/libsndfile/libsndfile/>
14 and includes [instuctions](https://github.com/libsndfile/libsndfile/blob/master/README.md)
15 on how to build libsndfile from the Git repo.
17 If you are interested in how to add a new format to a libsndfile, you may find
Doctave.md5 # libsndfile and GNU Octave
16 From version 1.0.1 of libsndfile onwards, libsndfile has the ability of reading
19 of moving audio data between GNU Octave and other programs which use libsndfile.
33 libsndfile.
39 one or more of these variables in a file. When reading Octave files, libsndfile
45 compatible with libsndfile, do the following:
51 The process of reading and writing files compatible with libsndfile can be made
57 In addition, libsndfile contains a command line program which which is able to
66 directory when libsndfile is installed (except on Win32) ie when libsndfile is
Dindex.md3 title: The libsndfile Home Page
6 Libsndfile is a C library for reading and writing files containing sampled sound
40 libsndfile has the following main features :
55 libsndfile has a comprehensive test suite so that each release is as bug free
81 Here is the release history for libsndfile:
84 * Version 0.0.28 (Apr 26 2002) Final release of version 0 of libsndfile.
85 * Version 1.0.0rc1 (Jun 24 2002) Release candidate 1 of version 1 of libsndfile.
157 library similar to libsndfile but with a different programming interface. The
165 libsndfile is released under the terms of the GNU Lesser General Public License,
170 To maximise the compatibility of libsndfile, the user may choose to use
[all …]
Dformats.md3 title: libsndfile: Supported formats
6 # libsndfile : Supported formats
8 The following table lists the file formats and encodings that libsndfile can
37 From version 1.0.18, libsndfile also reads and writes
40 From version 1.0.29, libsndfile can read and write
43 From version 1.1.0, libsndfile can read and write MP3.
52 If you are interested in how to add a new format to a libsndfile, you may find
/third_party/libsnd/
DMakefile.am15 EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Scripts/android-configure.sh \
47 SYMBOL_FILES = src/Symbols.gnu-binutils src/Symbols.darwin src/libsndfile-1.def src/Symbols.os2 src…
64 lib_LTLIBRARIES = src/libsndfile.la
144 src/libsndfile-1.def: $(SYMBOL_SCRIPT)
168 dist_doc_DATA = docs/index.md docs/libsndfile.jpg docs/libsndfile.css docs/print.css docs/api.md \
182 examples_sndfile_to_text_LDADD = src/libsndfile.la
185 examples_sndfile_loopify_LDADD = src/libsndfile.la
188 examples_make_sine_LDADD = src/libsndfile.la
191 examples_sfprocess_LDADD = src/libsndfile.la
194 examples_list_formats_LDADD = src/libsndfile.la
[all …]
DREADME1 This is libsndfile, 1.1.0
3 libsndfile is a library of C routines for reading and writing
8 The doc/ directory contains the libsndfile documentation.
11 libsndfile.
13 The tests/ directory contains programs which link against libsndfile
38 Since libsndfile optionally links against libFLAC, libogg, libvorbis and
58 It is still recommended to use the libsndfile binaries available on the
59 libsndfile web site.
69 libsndfile was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
70 The libsndfile home page is at :
[all …]
DREADME.md1 # libsndfile chapter
3 ![C/C++ CI](https://github.com/libsndfile/libsndfile/workflows/C/C++%20CI/badge.svg)
5 libsndfile is a C library for reading and writing files containing sampled audio
10 The libsndfile project was originally developed and maintained by
12 on Github at <https://github.com/erikd/libsndfile>.
15 [the libsndfile team](https://github.com/libsndfile), see [AUTHORS](AUTHORS)
20 The canonical source code repository for libsndfile is at
21 <https://github.com/libsndfile/libsndfile>.
25 git clone https://github.com/libsndfile/libsndfile.git
33 Setting up a build environment for libsndfile on Debian or Ubuntu is as simple as:
[all …]
Dlibsndfile.spec.in12 Source: http://www.mega-nerd.com/libsndfile/libsndfile-%{version}.tar.gz
13 Url: http://www.mega-nerd.com/libsndfile/
17 libsndfile is a C library for reading and writing sound files such as
23 Summary: Libraries, includes, etc to develop libsndfile applications
27 Libraries, include files, etc you can use to develop libsndfile applications.
46 %{_libdir}/libsndfile.so.*
54 %{_libdir}/libsndfile.a
55 %{_libdir}/libsndfile.la
56 %{_libdir}/libsndfile.so
68 - Created libsndfile.spec.in
D.gitignore56 doc/libsndfile.css
66 libsndfile-*.tar.xz
67 libsndfile-testsuite-*
68 libsndfile.spec
95 src/libsndfile.so*
96 libsndfile*.def
107 tests/libsndfile-1.dll
DREADME.OpenSource3 "Name" : "libsndfile",
7 "Upstream URL" : "https://github.com/libsndfile/libsndfile/tree/1.2.0",
8 …"Description" : "libsndfile is a C library for reading and writing files containing samp…
/third_party/libsnd/regtest/
DReadme.txt7 reliability and correctness of libsndfile to do their own regression
8 testing. From the point of view of the libsndfile developers, this
9 program now allows for distributed regression testing of libsndfile
10 which will make libsndfile better.
16 libsndfile can download the regression test program and install it.
19 their own personal database. Then, as new versions of libsndfile come
25 The user should then contact the libsndfile developers so that a copy
43 with the libsndfile source code distribution.
91 new versions of libsndfile before you install them. If for instance you
92 have just compiled a new version of libsndfile in the directory
[all …]
/third_party/libsnd/Win32/
DREADME-precompiled-dll.txt1 Notes on Using the Pre-compiled libsndfile DLL.
12 lib /machine:i386 /def:libsndfile-1.def
16 libsndfile-1.dll
17 libsndfile-1.lib
34 not able to use the libsndfile DLL with you project, please do not contact
35 the main author of libsndfile. Instead, join the libsndfile-users mailing
38 http://www.mega-nerd.com/libsndfile/lists.html
/third_party/lame/vc_solution/
DREADME.vs2019.txt59 ### libsndfile
61 LAME can be compiled with the libsndfile library for audio input. Libsndfile
63 http://mega-nerd.com/libsndfile/#Download
66 pre-release versions (e.g. libsndfile-1.0.29pre1-w32.zip) into any folder.
72 the libsndfile library is available and used in lame.exe
73 - `LibsndfilePath` specifies the path to the root folder of libsndfile, ending
81 version of libsndfile. Alternatively you can use the `HaveLibsndfile` as is
82 (the default value is `.\libsndfile\$(Platform)\`) and extract the zip
83 archives for 32-bit and 64-bit into the "vc_solution\libsndfile\Win32\" and
84 "vc_solution\libsndfile\x64\" folders.
Dvs2019_libsndfile_config.props4 <!-- libsndfile configuration; set to true and adjust path, ending with a backslash -->
6 <LibsndfilePath>.\libsndfile\$(Platform)\</LibsndfilePath>
18 …<PreprocessorDefinitions Condition="$(HaveLibsndfile) == 'true'">LIBSNDFILE;%(PreprocessorDefiniti…
23 …<AdditionalDependencies Condition="$(HaveLibsndfile) == 'true'">libsndfile-1.lib;%(AdditionalDepen…
26 …<Command Condition="$(HaveLibsndfile) == 'true'">copy "$(LibsndfilePath)bin\libsndfile-1.dll" "$(O…
/third_party/libsnd/ossfuzz/
Dci_oss.sh5 PROJECT_NAME=libsndfile
14 # Exit with a success code while the libsndfile project is not expected to exist
23 …n/pull/*' \&\& git clone https://github.com/libsndfile/libsndfile.git /src/libsndfile \&\& cd /src…
/third_party/libsnd/src/
Dmake-static-lib-hidden-privates.sh9 ld -r --whole-archive .libs/libsndfile.a -o libsndfile_a.o
11 objcopy --keep-global-symbols=Symbols.static libsndfile_a.o libsndfile.o
13 rm -f libsndfile.a
14 ar cru libsndfile.a libsndfile.o
/third_party/libsnd/Octave/
Doctave_test.sh17 # Find libsndfile shared object.
20 if test -f "../src/.libs/libsndfile.so" ; then
22 elif test -f "../src/libsndfile.so" ; then
24 elif test -f "../src/.libs/libsndfile.dylib" ; then
26 elif test -f "../src/libsndfile.dylib" ; then
30 echo "Not able to find the libsndfile shared lib we've just built."
DReadme.txt1 The libsndfile Modules for GNU Octave
11 In order to build these libsndfile related modules for GNU Octave on a Debian
13 required to build libsndfile) the package:
19 The configure script in the top level libsndfile directory will detect the
/third_party/libsnd/docs/_layouts/
Ddefault.html7 <link rel="stylesheet" href="libsndfile.css" type="text/css" media="all">
14 <p>The libsndfile home page is <a href="http://libsndfile.github.io/libsndfile/">here</a>.</p>
15 <p>The libsndfile version: {{ site.version }}.</p>
Dhome.html3 keywords: WAV AIFF AU SVX PAF NIST W64 libsndfile sound audio dsp Linux
5 title: libsndfile home page
15 <a href="https://github.com/libsndfile/libsndfile/blob/master/CHANGELOG.md">News</a>
/third_party/libsnd/examples/
Dgenerate.cs20 ** - libsndfile.dll must have already been compiled and be in this
150 [DllImport("libsndfile.dll")]
153 [DllImport("libsndfile.dll")]
156 [DllImport("libsndfile.dll")]
159 [DllImport("libsndfile.dll")]
162 [DllImport("libsndfile.dll")]
165 [DllImport("libsndfile.dll")]
168 [DllImport("libsndfile.dll")]

123456