search for: speakup

Displaying 20 results from an estimated 62 matches for "speakup".

Did you mean: speak
2004 Aug 06
3
Metadata
Hi! Been trying to figure out how to stream metadata. I got metadata streaming working for MP3, but just cant seem to make it work for Ogg? This is how I *think* it works - please correct me where I'm wrong: 1. For MP3 the metadata is updated via a HTTP GET (aka Old shoutcast method, just new URL /admin/) 2. For Ogg the metadata is embedded directly into the stream using a comment packet? I
2016 Aug 10
3
[PATCH v5 0/7] lib: string: add functions to case-convert strings
...hich prompted this whole exercise. The changes made here have been compile-tested, but not tried out, due to lack of required hardware. Changes since v4: - rebased on 4.8-rc1; this only affects patch 6/7 (gk104) and only the patch context, not the patch itself - added an ACK to patch 4/7 (speakup) - added an ACK to patch 7/7 (power_supply) Changes since v3: - strlcpytoupper() and strlcpytolower() return length of destination or -E2BIG (see [2]) - we use ~(size_t)0 instead of -1 to copy strings of arbitrary length in strcpyto*() and strto*() - A few ACKs added Changes since...
2016 Jul 22
3
[PATCH v4 0/7] lib: string: add functions to case-convert strings
...lkml/2016/6/30/727 [2] https://lkml.org/lkml/2016/7/10/4 [3] https://lkml.org/lkml/2016/7/1/9 Markus Mayer (7): lib: string: add functions to case-convert strings drm/nouveau/core: make use of new strlcpytolower() function ACPI / device_sysfs: make use of new strtolower() function staging: speakup: replace spk_strlwr() with strlcpytolower() iscsi-target: replace iscsi_initiatorname_tolower() with strtolower() drm/nouveau/fifo/gk104: make use of new strcpytoupper() function power_supply: make use of new strcpytoupper() function drivers/acpi/device_sysfs.c | 4 +--...
2016 Jun 30
6
[PATCH 0/6] lib: string: add function strtolower()
...lack of required hardware. This series is based on v4.7-rc5. Markus Mayer (6): lib: string: add function strtolower() drm/nouveau/core: make use of new strtolower() function ACPICA: make use of new strtolower() function ACPI / device_sysfs: make use of new strtolower() function staging: speakup: replace spk_strlwr() with strtolower() iscsi-target: replace iscsi_initiatorname_tolower() with strtolower() drivers/acpi/acpica/utnonansi.c | 13 +------------ drivers/acpi/device_sysfs.c | 4 +--- drivers/gpu/drm/nouveau/nvkm/core/firmware.c | 7 +------ drive...
2004 Aug 06
0
automating icecast2 startups
...i: With regard to multiple streams, yes you can use streamtranscoder, but you can also do it in ices (provide multiple ogg streams, that is). Here's an excerpt from the config I maintain to show how it's done. <instance> <hostname>linux-speakup.org</hostname> <port>9000</port> <password>********</password> <mount>/egoplay.ogg</mount> <yp>1</yp> <!-- allow stream to be advertised on YP, default 0 --...
2004 Aug 06
0
Metadata
...s if you had 2 ogg files and you joined them one after the other. This is why, if you play a stream like Kirk Reiser's egoplay that updates every song in a player such as ogg123 that shows elapsed time, you'll see it reset at the beginning of each song. Egoplay 112-128 kbps - http://linux-speakup.org:9000/egoplay.ogg Egoplay 64kbps - http://linux-speakup.org:9000/egoplay64.ogg Egoplay 24kbps - http://linux-speakup.org:9000/egoplay24.ogg Hope this is (a) right and (b) helpful. Geoff. <p> -- Geoff Shang <gshang@uq.net.au> ICQ number 43634701 Make sure your E-mail can be read b...
2002 Nov 13
0
Listen to vorbis all day long!
Hi: Just in case people are interested, Kirk Reiser's Egoplay is now available in 3 different bitrates for your listening pleasure. http://linux-speakup.org:9000/egoplay.ogg - as is (encoder defaults) http://linux-speakup.org:9000/egoplay64.ogg - 44.1khz stereo quality 0 http://linux-speakup.org:9000/egoplay24.ogg - 22.05khz mono quality -1 Note that some of the material was encoded with older versions of vorbis, so they don't re-encode quite...
2005 Mar 04
1
Unicode problem.
...csi2.s/bzImage append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=8192 rw root=/dev/ram ZILIX_KERNEL=scsi2.s label scsi3.s kernel Kernels/scsi3.s/bzImage append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=8192 rw root=/dev/ram ZILIX_KERNEL=scsi3.s label speakup.s kernel Kernels/speakup.s/bzImage append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=8192 rw root=/dev/ram ZILIX_KERNEL=speakup.s label xfs.s kernel Kernels/xfs.s/bzImage append initrd=initrd.img load_ramdisk=1 prompt_ramdisk=0 ramdisk_size=8192 rw root=/dev/ram ZILIX_...
2004 Aug 06
6
automating icecast2 startups
I have icecast2 running on several machines now and have gotten relaying to work just fine. I've posted my instructions on how to do this to my icecast docs site. I have just a few more questions. Perhaps some one on this list has already addressed these issues but has simply not posted these elsewhere. 1) I'm looking for a startup script for launching the icecast2 icecast ices binaries
2016 Jul 05
7
[PATCH v2 0/7] lib: string: add functions to case-convert strings
...s [1] https://lkml.org/lkml/2016/6/30/727 [2] https://lkml.org/lkml/2016/7/1/9 Markus Mayer (7): lib: string: add functions str[n]cpytolower()/str[n]cpytoupper() drm/nouveau/core: make use of new strncpytolower() function ACPI / device_sysfs: make use of new strtolower() function staging: speakup: replace spk_strlwr() with strncpytolower() iscsi-target: replace iscsi_initiatorname_tolower() with strcpytolower() drm/nouveau/fifo/gk104: make use of new strcpytoupper() function power_supply: make use of new strcpytoupper() function drivers/acpi/device_sysfs.c |...
2004 Aug 06
3
Metadata
...and you joined them one after > the other. This is why, if you play a stream like Kirk Reiser's egoplay > that updates every song in a player such as ogg123 that shows elapsed time, > you'll see it reset at the beginning of each song. > > Egoplay 112-128 kbps - http://linux-speakup.org:9000/egoplay.ogg > Egoplay 64kbps - http://linux-speakup.org:9000/egoplay64.ogg > Egoplay 24kbps - http://linux-speakup.org:9000/egoplay24.ogg > > Hope this is (a) right and (b) helpful. > Geoff. > > > -- > Geoff Shang <gshang@uq.net.au> > ICQ number 43634701...
2016 Jul 08
6
[PATCH v3 0/7] lib: string: add functions to case-convert strings
...plementations [1] https://lkml.org/lkml/2016/6/30/727 [2] https://lkml.org/lkml/2016/7/1/9 Markus Mayer (7): lib: string: add functions to case-convert strings drm/nouveau/core: make use of new strlcpytolower() function ACPI / device_sysfs: make use of new strtolower() function staging: speakup: replace spk_strlwr() with strlcpytolower() iscsi-target: replace iscsi_initiatorname_tolower() with strtolower() drm/nouveau/fifo/gk104: make use of new strcpytoupper() function power_supply: make use of new strcpytoupper() function drivers/acpi/device_sysfs.c | 4 +--...
2004 Jan 25
1
isolinux beep
Hello, I would like a *beep* to happen when the isolinux prompt appears so that Blind users of speakup know when to enter there information to boot the Gentoo livecds. I have tried adding the beep to the images but doesnt seem to work. Any info would be appreciated. Please cc me as im not on the list. Bob
2007 Sep 25
1
Dutch Number for Inbound
A friend of mine just sent me this email - he is looking for an IAX inbound service in Holland - any thoughts? Voip info only has Nadiz which seems to be SIP only. Hi Dean, I need a Dutch number with IAX support. Do you have any leads in that direction? It's been difficult for me to figure it out -- especially since most of their sites seem to be in Dutch... Regards,
2009 Aug 03
2
Asterisk 1.6.0.11-rc2, 1.6.1.2, 1.6.1.3-rc1, and 1.6.2.0-beta4 Release Announcement
The Asterisk Development Team is pleased to announce the the second release candidate of 1.6.0.11, the release of 1.6.1.2, the first release candidate of 1.6.1.3, and the fourth beta of 1.6.2.0. These releases are available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ . The release of 1.6.1.2 fixes a remote crash security vulnerability in the RTP stack. The
2005 Jun 14
2
# no longer working
...imeout,10 exten => s,4,Dial(Local/10@terrazur,5,tTr) exten => s,5,Dial(Local/10@terrazur&Local/11@terrazur,10,tTr) exten => s,6,Dial(Local/10@terrazur&Local/11@terrazur&Local/12@terrazur,40,Ttr) [default] [terrazur] include => parkedcalls include => remote include => speakup-out exten => 10,1,Macro(stdexten,SIP/10) exten => 11,1,Macro(stdexten,SIP/11) exten => 12,1,Macro(stdexten,SIP/12) exten => 701,1,ParkedCall(701) exten => 702,1,ParkedCall(702) exten => 703,1,ParkedCall(703) features.conf: [general] parkext => 700 parkpos => 701-720 conte...
2004 May 04
2
OT: Latest Linux Real player
Hi: I know this is off-topic, but figured someone here would know, particularly given Xiph's involvement in Helix. Up till now I've used TRplayer <http://linux-speakup.org/trplayer.html> to play Realmedia content. This is because, as a Blind person, I've no need or desire for X11, and TRplayer uses the Realplayer libs without all that X overhead. but now I would like to play a stream that needs Realplayer 10, or at least seems to need it. The stream I t...
2004 Aug 06
1
install doc v0.00001
.../vorbis d. then run make: make e. then run make install: make install This will put Icecast in /usr/local/bin/f. Then use this default config file: http://www.xiph.org/archives/icecast/att-1110/01-icecast.xml You should have a file that looks like this: - <icecast> <location>Linux-speakup.org</location> <admin>geoff@braille.uwo.ca</admin> - <limits> <clients>100</clients> <sources>10</sources> <threadpool>5</threadpool> <client-timeout>15</client-timeout> </limits> <source-password>audi...
2006 May 03
2
New jitter.c, bug in speex_jitter_get?
> Yes. Jean-Marc has made the API more similar. > > Jean-Marc: Have you looked at the API we have for the > asterisk/iaxclient jitterbuffer? Just did. > It's pretty close to what you have now -- the major difference is that > your jb still assumes it can "own" the data passed in -- it copies it, > and it destroys it at will. With the API I put together,
2004 Aug 06
2
Ices re-encodes have died
...end error: Socket error (Broken pipe) [2004-03-09 10:47:56] DBUG input/input_flush_queue Input queue flush requested [2004-03-09 10:47:56] WARN stream/ices_instance_stream Trying reconnect after server socket error [2004-03-09 10:47:57] INFO stream/ices_instance_stream Connected to server: linux-speakup.org:9000/egoplay24.ogg [2004-03-09 10:47:57] DBUG input/input_flush_queue Input queue flush requested [2004-03-09 10:47:57] INFO stream/ices_instance_stream Connected to server: linux-speakup.org:9000/egoplay64.ogg [2004-03-09 10:47:57] DBUG input/input_flush_queue Input queue flush requested a...