Update documentaton links

This commit is contained in:
evpobr 2020-10-05 12:11:47 +05:00
parent fe493272d2
commit 4a253ba0dc
23 changed files with 37 additions and 47 deletions

View File

@ -1,3 +1,3 @@
For changes, please see the git commit history on github: For changes, please see the git commit history on github:
https://github.com/erikd/libsndfile/commits/master https://github.com/libsndfile/libsndfile/commits/master

View File

@ -395,7 +395,7 @@ tests_scale_clip_test_LDADD = src/libsndfile.la
# Coerce the multiple inputs -> multiple outputs problem # Coerce the multiple inputs -> multiple outputs problem
# into suffix rules by "linearising" the dependency graph. # into suffix rules by "linearising" the dependency graph.
# Yes, this sucks, but GNU make patterns aren't portable, # 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 SUFFIXES = .tpl .def

4
README
View File

@ -69,8 +69,8 @@ CONTACTS
libsndfile was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com). libsndfile was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).
The libsndfile home page is at : 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 : Bugs and support questions can be raised at :
https://github.com/erikd/libsndfile/ https://github.com/libsndfile/libsndfile/issues

View File

@ -1,6 +1,6 @@
# libsndfile # 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 libsndfile is a C library for reading and writing files containing sampled audio
data. data.
@ -8,11 +8,11 @@ data.
## Hacking ## Hacking
The canonical source code repository for libsndfile is at 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: 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]. 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. See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
[brew]: http://brew.sh/ [brew]: http://brew.sh/
[github]: https://github.com/erikd/libsndfile/ [github]: http://libsndfile.github.io/libsndfile/
[BuildingForAndroid]: https://github.com/erikd/libsndfile/blob/master/Building-for-Android.md [BuildingForAndroid]: https://github.com/libsndfile/libsndfile/blob/master/Building-for-Android.md

View File

@ -4,7 +4,7 @@ dnl Require autoconf version >= 2.69
AC_PREREQ([2.69]) AC_PREREQ([2.69])
AC_INIT([libsndfile],[1.0.30],[sndfile@mega-nerd.com], 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 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]) AC_MSG_CHECKING([whether configure should try to set CFLAGS/CXXFLAGS/CPPFLAGS/LDFLAGS])

View File

@ -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 In the past, MP3 was not supported because the technology behind MP3 was
patented. patented.
Those patents have now expired and there is an 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> open ticket</a>
to implement MP3 support. to implement MP3 support.
</P> </P>
@ -817,8 +817,8 @@ the top level of the extracted tarball.
<HR> <HR>
<P> <P>
The libsndfile home page is here : The libsndfile home page is here :
<A HREF="http://www.mega-nerd.com/libsndfile/"> <A HREF="http://libsndfile.github.io/libsndfile/">
http://www.mega-nerd.com/libsndfile/</A>. http://libsndfile.github.io/libsndfile/</A>.
<BR/> <BR/>
Version : 1.0.29 Version : 1.0.29
</P> </P>

View File

@ -998,7 +998,7 @@ and a parameter of SF_TRUE to force correct scaling.
<!-- pepper --> <!-- pepper -->
<P> <P>
The libsndfile home page is 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>
<P> <P>
Version : 1.0.30 Version : 1.0.30

View File

@ -69,7 +69,7 @@
</P> </P>
<P> <P>
Once you have the above information you should submit a ticket on the libsnfile 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> </P>
</BODY> </BODY>

View File

@ -2083,8 +2083,8 @@ Example:
<HR> <HR>
<P> <P>
The libsndfile home page is here : The libsndfile home page is here :
<A HREF="http://www.mega-nerd.com/libsndfile/"> <A HREF="http://libsndfile.github.io/libsndfile/">
http://www.mega-nerd.com/libsndfile/</A>. http://libsndfile.github.io/libsndfile/</A>.
<BR> <BR>
Version : 1.0.30 Version : 1.0.30
</P> </P>

View File

@ -26,13 +26,13 @@ The main repository can be found on Github:
</P> </P>
<!-- pepper --> <!-- pepper -->
<center> <center>
<A HREF="https://github.com/erikd/libsndfile/"> <A HREF="http://libsndfile.github.io/libsndfile/">
https://github.com/erikd/libsndfile/</A> http://libsndfile.github.io/libsndfile/</A>
</center> </center>
<!-- pepper --> <!-- pepper -->
<P> <P>
and includes 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> instuctions</a>
on how to build libsndfile from the Git repo. on how to build libsndfile from the Git repo.
</P> </P>

View File

@ -33,7 +33,6 @@
<br> <br>
<A HREF="FAQ.html">FAQ</A> -+- <A HREF="FAQ.html">FAQ</A> -+-
<A HREF="lists.html">Mailing Lists</A> -+- <A HREF="lists.html">Mailing Lists</A> -+-
<A HREF="ChangeLog">Change Log</A> -+-
<A HREF="#Licensing">Licensing Information</A> -+- <A HREF="#Licensing">Licensing Information</A> -+-
<A HREF="#SeeAlso">See Also</A> <A HREF="#SeeAlso">See Also</A>
</CENTER> </CENTER>
@ -249,13 +248,13 @@
<A NAME="Download"></A> <A NAME="Download"></A>
<H1><B>Download</B></H1> <H1><B>Download</B></H1>
<P> <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> </P>
<A NAME="SeeAlso"></A> <A NAME="SeeAlso"></A>
<H1><B>See Also</B></H1> <H1><B>See Also</B></H1>
<UL> <UL>
<LI><a href="http://www.mega-nerd.com/libsndfile/tools/"> <LI><a href="https://github.com/libsndfile/sndfile-tools">
sndfile-tools</a> sndfile-tools</a>
: a small collection of programs which use libsndfile. : a small collection of programs which use libsndfile.
</UL> </UL>
@ -266,7 +265,7 @@
<P> <P>
The latest version of this document can be found 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>
<P> <P>
Author : Author :
@ -274,15 +273,6 @@ Author :
Erik de Castro Lopo</a> Erik de Castro Lopo</a>
</P> </P>
<!-- pepper --> <!-- 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 --> <!-- pepper -->
<br><br> <br><br>

View File

@ -110,8 +110,8 @@
<HR> <HR>
<P> <P>
The libsndfile home page is here : The libsndfile home page is here :
<A HREF="http://www.mega-nerd.com/libsndfile/"> <A HREF="http://libsndfile.github.io/libsndfile/">
http://www.mega-nerd.com/libsndfile/</A>. http://libsndfile.github.io/libsndfile/</A>.
</P> </P>
</BODY> </BODY>

View File

@ -20,7 +20,7 @@
** sndfile.h -- system-wide definitions ** sndfile.h -- system-wide definitions
** **
** API documentation is in the doc/ directory of the source code tarball ** 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 #ifndef SNDFILE_H

View File

@ -46,7 +46,7 @@
** file. There is no separate implementation file. ** file. There is no separate implementation file.
** **
** API documentation is in the doc/ directory of the source code tarball ** 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 #ifndef SNDFILE_HH

View File

@ -23,7 +23,7 @@ The audio data is the same.
The audio data differs. The audio data differs.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Lk http://www.mega-nerd.com/libsndfile .Lk http://libsndfile.github.io/libsndfile/
.Sh AUTHORS .Sh AUTHORS
.An Conrad Parker Aq Mt conrad@metadecks.org .An Conrad Parker Aq Mt conrad@metadecks.org
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com

View File

@ -23,6 +23,6 @@ The output file is overwritten if it already exists.
.Sh EXIT STATUS .Sh EXIT STATUS
.Ex -std .Ex -std
.Sh SEE ALSO .Sh SEE ALSO
.Lk http://www.mega-nerd.com/libsndfile/ .Lk http://libsndfile.github.io/libsndfile/
.Sh AUTHORS .Sh AUTHORS
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com

View File

@ -155,6 +155,6 @@ This will not always work as most container formats
.Sh EXIT STATUS .Sh EXIT STATUS
.Ex -std .Ex -std
.Sh SEE ALSO .Sh SEE ALSO
.Lk http://www.mega-nerd.com/libsndfile/ .Lk http://libsndfile.github.io/libsndfile/
.Sh AUTHORS .Sh AUTHORS
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com . .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .

View File

@ -29,6 +29,6 @@ Display instrument info:
a base note, gain, velocity, key, and loop points. a base note, gain, velocity, key, and loop points.
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Lk http://www.mega-nerd.com/libsndfile/ .Lk http://libsndfile.github.io/libsndfile/
.Sh AUTHORS .Sh AUTHORS
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com . .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .

View File

@ -57,6 +57,6 @@ Output files :
multi_03.wav multi_03.wav
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Lk http://www.mega-nerd.com/libsndfile/ .Lk http://libsndfile.github.io/libsndfile/
.Sh AUTHORS .Sh AUTHORS
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com

View File

@ -110,7 +110,7 @@ Set the string date to current.
.Sh EXIT STATUS .Sh EXIT STATUS
.Ex -std .Ex -std
.Sh SEE ALSO .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 .Lk http://tech.ebu.ch/docs/tech/tech3285.pdf
.Sh AUTHORS .Sh AUTHORS
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com

View File

@ -29,6 +29,6 @@ AudioToolbox
waveOut waveOut
.El .El
.Sh SEE ALSO .Sh SEE ALSO
.Lk http://www.mega-nerd.com/libsndfile/ .Lk http://libsndfile.github.io/libsndfile/
.Sh AUTHORS .Sh AUTHORS
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com

View File

@ -19,7 +19,7 @@ This file is overwritten if it already exists.
.Sh EXIT STATUS .Sh EXIT STATUS
.Ex -std .Ex -std
.Sh SEE ALSO .Sh SEE ALSO
.Lk http://www.mega-nerd.com/libsndfile/ .Lk http://libsndfile.github.io/libsndfile/
.\".Lk http://en.wikipedia.org/wiki/RF64 .\".Lk http://en.wikipedia.org/wiki/RF64
.Sh AUTHORS .Sh AUTHORS
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com .An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com

View File

@ -42,13 +42,13 @@
*/ */
#ifdef __BIG_ENDIAN__ #ifdef __BIG_ENDIAN__
#if (CPU_IS_LITTLE_ENDIAN == 1) #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
#endif #endif
#ifdef __LITTLE_ENDIAN__ #ifdef __LITTLE_ENDIAN__
#if (CPU_IS_BIG_ENDIAN == 1) #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 #endif
#endif #endif