aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-04-19 09:11:21 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2011-04-19 09:11:21 +0000
commit6c3a96e321468341235583cb97f05724d3797b45 (patch)
tree98cdb9fc6f7fb02b0dd23a01d23db55dadd94d02
parentbcb7503802ce8e84133c22114815dcf1bd8d6770 (diff)
capitalization of Ogg/Vorbis
svn path=/trunk/externals/pdogg/; revision=15078
-rw-r--r--README.txt28
1 files changed, 14 insertions, 14 deletions
diff --git a/README.txt b/README.txt
index b2c476d..e2a0273 100644
--- a/README.txt
+++ b/README.txt
@@ -1,7 +1,7 @@
Version 0.25
copyright (c) 2002-2004 by Olaf Matthes
-pdogg~ is a collection of ogg/vorbis externals for pd (by Miller
+pdogg~ is a collection of Ogg/Vorbis externals for Pd (by Miller
Puckette).
It includes:
@@ -10,10 +10,10 @@ It includes:
- oggread~ : reads files from disk
- oggwrite~ : writes files to disk
-To use pdogg start pd with '-lib path\to\pdogg' flag.
+To use pdogg start Pd with '-lib path\to\pdogg' flag.
On Win32 systems Pd 0.35 test 17 or later is necessary to get it working!
-To compile pdogg~ you need the ogg/vorbis library from
+To compile pdogg~ you need the Ogg/Vorbis library from
http://www.vorbis.com/ and under win additionally Pthreads-win32 from
http://sources.redhat.com/pthreads-win32/.
You have to modify the makefile to make it point to the place where the
@@ -28,8 +28,8 @@ due to a bug or for other reasons.
*****************************************************************************
-pdogg~ uses the ogg/vorbis library to encode audio data.
-The latest version of ogg/vorbis can be found at http://www.vorbis.com/
+pdogg~ uses the Ogg/Vorbis library to encode audio data.
+The latest version of Ogg/Vorbis can be found at http://www.vorbis.com/
The original version was found at:
http://www.akustische-kunst.de/puredata/
@@ -45,13 +45,13 @@ displayed, use [oggamp~ 1].
Message "connect <host> <mountpoint> <port>" connects to an IceCast2 server.
Note that no response about succesfull connection is send by the server. All
-messages in the pd console window about connection status depend on the ability
+messages in the Pd console window about connection status depend on the ability
to receive data from the server.
Use "connecturl <url>" to use url-like server adresses (like http://host:post/
stream.ogg).
Known bugs and other things:
-- pd halts for a moment when oggamp~ connects to the server. This results in a
+- Pd halts for a moment when oggamp~ connects to the server. This results in a
short audio drop out of sound currently played back.
- resampling not jet supported
- playback does not stop on a buffer underrun
@@ -62,9 +62,9 @@ Known bugs and other things:
oggcast~ Usage:
-Use message "vbr <samplerate> <channels> <quality>" to set the vorbis
+Use message "vbr <samplerate> <channels> <quality>" to set the Vorbis
encoding parameters. Resampling is currently not supported, so 'samplerate'
-should be the one pd is running at. 'channels' specyfies the number of channels
+should be the one Pd is running at. 'channels' specyfies the number of channels
to stream. This can be set to 2 (default) or 1 which means mono stream taking
the leftmost audio input only. 'quality' can be a value between 0.0 and 1.0
giving the quality of the stream. 0.4 (default) results in a stream that's
@@ -82,16 +82,16 @@ constant bitrate stream. Values are in kbps!
Message "connect <host> <mountpoint> <port>" connects to the IceCast2 server.
Note that no response about succesfull connection is send by the server. All
-messages in the pd console window about connection status depend on the ability
+messages in the Pd console window about connection status depend on the ability
to send data to the server.
The mountpoint should end with '.ogg' to indiocate to the player/client that
-it is an ogg/vorbis encoded stream.
+it is an Ogg/Vorbis encoded stream.
Use "passwd <passwort>" to set your password (default is 'letmein') and
"disconnect" to disconnect from the server. "print" prints out the current
-vorbis encoder settings.
+Vorbis encoder settings.
-To set the comment tags in the ogg/vorbis header (which can be displayed by
+To set the comment tags in the Ogg/Vorbis header (which can be displayed by
the receiving client) use message "<NAMEOFTAG> <comment>". Supported tags are:
TITLE, ARTIST, GENRE, PERFORMER, LOCATION, COPYRIGHT, CONTACT, DESCRIPTION and
DATE (which is automatically set to the date/time the broadcast started). To
@@ -101,7 +101,7 @@ from the patch after saving!!!
Listening to it:
-To listen to ogg/vorbis encoded livestreams many player need an extra plug-in.
+To listen to Ogg/Vorbis encoded livestreams many player need an extra plug-in.
Have a look at http://www.vorbis.com/ to find the appropiate plug-in for your
player.
To play back the stream just open lacation http://<server>:<port>/<mountpoint>.