mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
Update documentaton links
This commit is contained in:
parent
fe493272d2
commit
4a253ba0dc
@ -1,3 +1,3 @@
|
||||
For changes, please see the git commit history on github:
|
||||
|
||||
https://github.com/erikd/libsndfile/commits/master
|
||||
https://github.com/libsndfile/libsndfile/commits/master
|
||||
|
@ -395,7 +395,7 @@ tests_scale_clip_test_LDADD = src/libsndfile.la
|
||||
# Coerce the multiple inputs -> multiple outputs problem
|
||||
# into suffix rules by "linearising" the dependency graph.
|
||||
# Yes, this sucks, but GNU make patterns aren't portable,
|
||||
# see also https://github.com/erikd/libsndfile/issues/369
|
||||
# see also https://github.com/libsndfile/libsndfile/issues/369
|
||||
|
||||
SUFFIXES = .tpl .def
|
||||
|
||||
|
4
README
4
README
@ -69,8 +69,8 @@ CONTACTS
|
||||
libsndfile was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
|
||||
The libsndfile home page is at :
|
||||
|
||||
http://www.mega-nerd.com/libsndfile/
|
||||
http://libsndfile.github.io/libsndfile/
|
||||
|
||||
Bugs and support questions can be raised at :
|
||||
|
||||
https://github.com/erikd/libsndfile/
|
||||
https://github.com/libsndfile/libsndfile/issues
|
||||
|
10
README.md
10
README.md
@ -1,6 +1,6 @@
|
||||
# libsndfile
|
||||
|
||||
![C/C++ CI](https://github.com/erikd/libsndfile/workflows/C/C++%20CI/badge.svg)
|
||||
![C/C++ CI](https://github.com/libsndfile/libsndfile/workflows/C/C++%20CI/badge.svg)
|
||||
|
||||
libsndfile is a C library for reading and writing files containing sampled audio
|
||||
data.
|
||||
@ -8,11 +8,11 @@ data.
|
||||
## Hacking
|
||||
|
||||
The canonical source code repository for libsndfile is at
|
||||
[https://github.com/erikd/libsndfile/][github].
|
||||
[http://libsndfile.github.io/libsndfile/][github].
|
||||
|
||||
You can grab the source code using:
|
||||
|
||||
git clone git://github.com/erikd/libsndfile.git
|
||||
git clone https://github.com/libsndfile/libsndfile.git
|
||||
|
||||
For building for Android see [BuildingForAndroid][BuildingForAndroid].
|
||||
|
||||
@ -227,5 +227,5 @@ You also need to set `VCPKG_TARGET_TRIPLET` because you use static libraries:
|
||||
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
|
||||
|
||||
[brew]: http://brew.sh/
|
||||
[github]: https://github.com/erikd/libsndfile/
|
||||
[BuildingForAndroid]: https://github.com/erikd/libsndfile/blob/master/Building-for-Android.md
|
||||
[github]: http://libsndfile.github.io/libsndfile/
|
||||
[BuildingForAndroid]: https://github.com/libsndfile/libsndfile/blob/master/Building-for-Android.md
|
||||
|
@ -4,7 +4,7 @@ dnl Require autoconf version >= 2.69
|
||||
AC_PREREQ([2.69])
|
||||
|
||||
AC_INIT([libsndfile],[1.0.30],[sndfile@mega-nerd.com],
|
||||
[libsndfile],[http://www.mega-nerd.com/libsndfile/])
|
||||
[libsndfile],[http://libsndfile.github.io/libsndfile/])
|
||||
|
||||
dnl Check whether we want to set defaults for CFLAGS, CXXFLAGS, CPPFLAGS and LDFLAGS
|
||||
AC_MSG_CHECKING([whether configure should try to set CFLAGS/CXXFLAGS/CPPFLAGS/LDFLAGS])
|
||||
|
@ -735,7 +735,7 @@ Hence, I'm not willing to enter into an arrangement like that again.
|
||||
In the past, MP3 was not supported because the technology behind MP3 was
|
||||
patented.
|
||||
Those patents have now expired and there is an
|
||||
<a href="https://github.com/erikd/libsndfile/issues/258">
|
||||
<a href="https://github.com/libsndfile/libsndfile/issues/258">
|
||||
open ticket</a>
|
||||
to implement MP3 support.
|
||||
</P>
|
||||
@ -817,8 +817,8 @@ the top level of the extracted tarball.
|
||||
<HR>
|
||||
<P>
|
||||
The libsndfile home page is here :
|
||||
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
||||
http://www.mega-nerd.com/libsndfile/</A>.
|
||||
<A HREF="http://libsndfile.github.io/libsndfile/">
|
||||
http://libsndfile.github.io/libsndfile/</A>.
|
||||
<BR/>
|
||||
Version : 1.0.29
|
||||
</P>
|
||||
|
@ -998,7 +998,7 @@ and a parameter of SF_TRUE to force correct scaling.
|
||||
<!-- pepper -->
|
||||
<P>
|
||||
The libsndfile home page is
|
||||
<A HREF="http://www.mega-nerd.com/libsndfile/">here</A>.
|
||||
<A HREF="http://libsndfile.github.io/libsndfile/">here</A>.
|
||||
</P>
|
||||
<P>
|
||||
Version : 1.0.30
|
||||
|
@ -69,7 +69,7 @@
|
||||
</P>
|
||||
<P>
|
||||
Once you have the above information you should submit a ticket on the libsnfile
|
||||
<A HREF="https://github.com/erikd/libsndfile/issues">github issue tracker</A>.
|
||||
<A HREF="https://github.com/libsndfile/libsndfile/issues">github issue tracker</A>.
|
||||
|
||||
</P>
|
||||
</BODY>
|
||||
|
@ -2083,8 +2083,8 @@ Example:
|
||||
<HR>
|
||||
<P>
|
||||
The libsndfile home page is here :
|
||||
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
||||
http://www.mega-nerd.com/libsndfile/</A>.
|
||||
<A HREF="http://libsndfile.github.io/libsndfile/">
|
||||
http://libsndfile.github.io/libsndfile/</A>.
|
||||
<BR>
|
||||
Version : 1.0.30
|
||||
</P>
|
||||
|
@ -26,13 +26,13 @@ The main repository can be found on Github:
|
||||
</P>
|
||||
<!-- pepper -->
|
||||
<center>
|
||||
<A HREF="https://github.com/erikd/libsndfile/">
|
||||
https://github.com/erikd/libsndfile/</A>
|
||||
<A HREF="http://libsndfile.github.io/libsndfile/">
|
||||
http://libsndfile.github.io/libsndfile/</A>
|
||||
</center>
|
||||
<!-- pepper -->
|
||||
<P>
|
||||
and includes
|
||||
<a href="https://github.com/erikd/libsndfile/blob/master/README.md">
|
||||
<a href="https://github.com/libsndfile/libsndfile/blob/master/README.md">
|
||||
instuctions</a>
|
||||
on how to build libsndfile from the Git repo.
|
||||
</P>
|
||||
|
@ -33,7 +33,6 @@
|
||||
<br>
|
||||
<A HREF="FAQ.html">FAQ</A> -+-
|
||||
<A HREF="lists.html">Mailing Lists</A> -+-
|
||||
<A HREF="ChangeLog">Change Log</A> -+-
|
||||
<A HREF="#Licensing">Licensing Information</A> -+-
|
||||
<A HREF="#SeeAlso">See Also</A>
|
||||
</CENTER>
|
||||
@ -249,13 +248,13 @@
|
||||
<A NAME="Download"></A>
|
||||
<H1><B>Download</B></H1>
|
||||
<P>
|
||||
Check latest version on <A HREF="https://github.com/erikd/libsndfile/releases">GitHub Releases page</A>.
|
||||
Check latest version on <A HREF="https://github.com/libsndfile/libsndfile/releases/">GitHub Releases page</A>.
|
||||
</P>
|
||||
|
||||
<A NAME="SeeAlso"></A>
|
||||
<H1><B>See Also</B></H1>
|
||||
<UL>
|
||||
<LI><a href="http://www.mega-nerd.com/libsndfile/tools/">
|
||||
<LI><a href="https://github.com/libsndfile/sndfile-tools">
|
||||
sndfile-tools</a>
|
||||
: a small collection of programs which use libsndfile.
|
||||
</UL>
|
||||
@ -266,7 +265,7 @@
|
||||
|
||||
<P>
|
||||
The latest version of this document can be found
|
||||
<A HREF="http://www.mega-nerd.com/libsndfile/">here</A>.
|
||||
<A HREF="http://libsndfile.github.io/libsndfile/">here</A>.
|
||||
</P>
|
||||
<P>
|
||||
Author :
|
||||
@ -274,15 +273,6 @@ Author :
|
||||
Erik de Castro Lopo</a>
|
||||
</P>
|
||||
<!-- pepper -->
|
||||
<P>
|
||||
This page has been accessed
|
||||
<IMG SRC=
|
||||
"/cgi-bin/Count.cgi?ft=6|frgb=55;55;55|tr=0|trgb=0;0;0|wxh=15;20|md=7|dd=B|st=1|sh=1|df=libsndfile.dat"
|
||||
HEIGHT=30 WIDTH=100 ALT="counter.gif">
|
||||
times.
|
||||
</P>
|
||||
<!-- pepper -->
|
||||
<!-- pepper -->
|
||||
<!-- pepper -->
|
||||
|
||||
<br><br>
|
||||
|
@ -110,8 +110,8 @@
|
||||
<HR>
|
||||
<P>
|
||||
The libsndfile home page is here :
|
||||
<A HREF="http://www.mega-nerd.com/libsndfile/">
|
||||
http://www.mega-nerd.com/libsndfile/</A>.
|
||||
<A HREF="http://libsndfile.github.io/libsndfile/">
|
||||
http://libsndfile.github.io/libsndfile/</A>.
|
||||
</P>
|
||||
|
||||
</BODY>
|
||||
|
@ -20,7 +20,7 @@
|
||||
** sndfile.h -- system-wide definitions
|
||||
**
|
||||
** API documentation is in the doc/ directory of the source code tarball
|
||||
** and at http://www.mega-nerd.com/libsndfile/api.html.
|
||||
** and at http://libsndfile.github.io/libsndfile/api.html.
|
||||
*/
|
||||
|
||||
#ifndef SNDFILE_H
|
||||
|
@ -46,7 +46,7 @@
|
||||
** file. There is no separate implementation file.
|
||||
**
|
||||
** API documentation is in the doc/ directory of the source code tarball
|
||||
** and at http://www.mega-nerd.com/libsndfile/api.html.
|
||||
** and at http://libsndfile.github.io/libsndfile/api.html.
|
||||
*/
|
||||
|
||||
#ifndef SNDFILE_HH
|
||||
|
@ -23,7 +23,7 @@ The audio data is the same.
|
||||
The audio data differs.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile
|
||||
.Lk http://libsndfile.github.io/libsndfile/
|
||||
.Sh AUTHORS
|
||||
.An Conrad Parker Aq Mt conrad@metadecks.org
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|
||||
|
@ -23,6 +23,6 @@ The output file is overwritten if it already exists.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Lk http://libsndfile.github.io/libsndfile/
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|
||||
|
@ -155,6 +155,6 @@ This will not always work as most container formats
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Lk http://libsndfile.github.io/libsndfile/
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .
|
||||
|
@ -29,6 +29,6 @@ Display instrument info:
|
||||
a base note, gain, velocity, key, and loop points.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Lk http://libsndfile.github.io/libsndfile/
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .
|
||||
|
@ -57,6 +57,6 @@ Output files :
|
||||
multi_03.wav
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Lk http://libsndfile.github.io/libsndfile/
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|
||||
|
@ -110,7 +110,7 @@ Set the string date to current.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Lk http://libsndfile.github.io/libsndfile/
|
||||
.Lk http://tech.ebu.ch/docs/tech/tech3285.pdf
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|
||||
|
@ -29,6 +29,6 @@ AudioToolbox
|
||||
waveOut
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Lk http://libsndfile.github.io/libsndfile/
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|
||||
|
@ -19,7 +19,7 @@ This file is overwritten if it already exists.
|
||||
.Sh EXIT STATUS
|
||||
.Ex -std
|
||||
.Sh SEE ALSO
|
||||
.Lk http://www.mega-nerd.com/libsndfile/
|
||||
.Lk http://libsndfile.github.io/libsndfile/
|
||||
.\".Lk http://en.wikipedia.org/wiki/RF64
|
||||
.Sh AUTHORS
|
||||
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com
|
||||
|
@ -42,13 +42,13 @@
|
||||
*/
|
||||
#ifdef __BIG_ENDIAN__
|
||||
#if (CPU_IS_LITTLE_ENDIAN == 1)
|
||||
#error "Universal binary compile detected. See http://www.mega-nerd.com/libsndfile/FAQ.html#Q018"
|
||||
#error "Universal binary compile detected. See http://libsndfile.github.io/libsndfile/FAQ.html#Q018"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __LITTLE_ENDIAN__
|
||||
#if (CPU_IS_BIG_ENDIAN == 1)
|
||||
#error "Universal binary compile detected. See http://www.mega-nerd.com/libsndfile/FAQ.html#Q018"
|
||||
#error "Universal binary compile detected. See http://libsndfile.github.io/libsndfile/FAQ.html#Q018"
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user