Displaying 4 results from an estimated 4 matches for "94c94".
Did you mean:
94194
2001 Sep 12
1
Small OggDrop menu patch
...POPUP "&Bitrate"
88c88
< POPUP "Options"
---
> POPUP "&Options"
90c90
< MENUITEM "Errors to log file", IDM_LOGERR
---
> MENUITEM "&Errors to log file", IDM_LOGERR
94c94
< MENUITEM "Quit", IDM_QUIT
---
> MENUITEM "E&xit\tAlt+F4", IDM_QUIT
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a...
2005 Dec 17
0
wine and winetools on freebsd
...uot; &>/dev/null
90c90
< for n in `ps xwww -U $USER|grep winedbg|grep -v "grep winedbg"|sed -e "s/^\(.\+\)pts.\+$/\1/"`; do
---
> for n in `ps xwww --User $USER|grep winedbg|grep -v "grep winedbg"|sed -e "s/^\(.\+\)pts.\+$/\1/"`; do
94c94
< for n in `ps xwww -U $USER|grep winedbg|grep -v "grep winedbg"|sed -e "s/^\(.\+\)pts.\+$/\1/"`; do
---
> for n in `ps xwww --User $USER|grep winedbg|grep -v "grep winedbg"|sed -e "s/^\(.\+\)pts.\+$/\1/"`; do
630c630
< PROGRESS=&qu...
2009 Apr 13
3
duration of rfc2833 generated dtmf
Hi. I have a SIP provider which wants RFC2833 for the dtmfmode,
however I would like to increase the duration of the tone, its pretty
short and some IVR's are unhappy or don't detect it. I did poke
around, but it looks like when RFC2833 is used, it actually generates
rtp packets of some sort, so I have no idea how to increase that
duration.
Any assistance would be appreciated.
--
Your
2001 Mar 01
5
CVS, etc...
This is the first time I have gotten to the point of wanting to submit
code to (what I would consider) a major project. Specifically, I have made
a small change to oggenc/audio.c. I will explain the change if necessary,
but that us not the purpose of this post.
Primarily, I want to know how to submit changes? Mail it to someone?
Via CVS commit? If CVS, how do I get access?
Also, I