NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 47 48 49 50 51 … 93 Next »
VB compile needed

 
  • 0 Vote(s) - 0 Average
VB compile needed
K.S.
Offline

Senior Member

Posts: 526
Threads: 12
Joined: Oct 2006
#21
2006-11-17, 10:13 AM
pBS Wrote:and yea, vb express was just what the dr. ordered..Big Grin

wooooaaaaw, till now i only had a diploma in engineering. how fast could i get that degree? should i PM you my address? is it a full blown doctor of engineering or only a dr.h.c. (never mind, send it anyway ;-) ?

btw i wonder which plugins will start to incorporate that code? what plugins do you have in mind? i wouldn't like to have my box starting to ask me "do you realy want to standby?" so i would like to have the choice to enable / disable it. i don't need it speaking if i'm navigating 'cause it's rather rare that i do that blind...
.. one realy good example would be a plugin to monitor disk space and issue a warning if running low on disk space... pause vid/audio playback (i prefer to have a chance to here that warning without running the risc to not perceive it cause of current playback), make your speech & resume playback...
sub Wrote:Yep, what he said.

curiosity killed the cat Big Grin
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#22
2006-11-28, 01:53 AM
lol actually it's for a dvd burning program to tell you when you've added too many files for the disk and tells you when the burn is completed..Big Grin
[so if you're watching tv or something, you hear an added voice telling you 'dvd burning has completed...thank you' ]

same uses as a popup box...multitasked notification..
oh and get the microsoft Anna voice as it comes from Vista and blows away the others! [available in streets and strips cd or with Naturalsoft free Reader as a freebie..

also, i'm going to make an email notification that will read me the headers and senders instead of just 'ding'!

working out fantastic for me..Big Grin
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
Chris Reynolds
Offline

Junior Member

Posts: 29
Threads: 9
Joined: Feb 2005
#23
2006-11-28, 09:39 PM
Inspired by this thread to look at Speech API I can offer this for the 'Can't be bothered to learn any .NET stuff or download anything' people of the world Here's a VBS that just says the command line:

Code:
Dim sp
    Dim vs

    Set sp = CreateObject("SAPI.SPVoice")
    Set vs = sp.GetVoices()
    Set sp.Voice = vs.Item(0)
    sp.Speak wscript.arguments(0)
    Set vs = Nothing
    Set sp = Nothing

Just save that as say.vbs and then you can :

say "Hello World".

Thanks for the heads up on how easy this is - I can feel new projects coming.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  New web service clarification needed bgowland 6 3,309 2013-10-19, 02:36 AM
Last Post: bgowland
  Skin help needed for EventDetails.xml bgowland 7 3,405 2011-06-26, 11:55 PM
Last Post: Jaggy
  MVP/NMT testers needed for Weather2 scb147 46 12,205 2010-03-03, 08:12 PM
Last Post: scb147
  SQL help needed bgowland 4 2,123 2008-05-25, 07:08 AM
Last Post: bgowland
  Csharp Event help needed.. psycik 4 2,135 2008-05-25, 06:19 AM
Last Post: psycik
  Web site programming - precompiled, compile on demand.... psycik 9 2,890 2008-02-27, 10:23 PM
Last Post: psycik
  Whats needed for recording -Oz- 24 7,605 2008-01-24, 03:59 AM
Last Post: zehd
  TV guide data needed reboot 35 10,518 2007-08-06, 11:04 PM
Last Post: mvallevand
  Help needed with error in config.exe.log idkpmiller 3 1,861 2007-01-24, 06:08 AM
Last Post: sub
  Image Location in FireFox Help Needed UncleJohnsBand 13 4,157 2006-11-22, 11:40 PM
Last Post: UncleJohnsBand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode