-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
English translation and other minor improvements
- All the code has been translated to English as requested - Removed a dead link - Minor changes
- Loading branch information
Showing
4 changed files
with
87 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
# pySRC | ||
Python library to generate audio signal for [Segnale orario Rai Codificato (SRC)](http://www.inrim.it/res/tf/src_i.shtml) | ||
Python library to generate audio signal for [Segnale orario Rai Codificato (SRC)](https://it.wikipedia.org/wiki/Segnale_orario) | ||
|
||
### Usage | ||
|
||
``` | ||
$ python | ||
Python 2.7.13rc1 (default, Dec 4 2016, 14:12:39) | ||
$ python | ||
Python 2.7.13rc1 (default, Dec 4 2016, 14:12:39) | ||
[GCC 6.2.1 20161124] on linux2 | ||
Type "help", "copyright", "credits" or "license" for more information. | ||
>>> from datetime import datetime | ||
>>> from pysrc.audio_src import generate_audio_src_mono | ||
>>> generate_audio_src_mono('now.wav', datetime.now()) | ||
>>> | ||
>>> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,6 @@ | |
author_email="[email protected]", | ||
url="https://github.com/MusIF-MIAI/pysrc", | ||
version="0.0.1", | ||
description="Utilities to generate Segnale orario RAI Codificato (SRC)", | ||
description="Utilities to generate the Segnale orario RAI Codificato (SRC)", | ||
packages=find_packages(), | ||
install_requires=reqs) |