Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - sybershot

Pages: 1 [2] 3 4 5
17
Dang youtube split the video into 2, you will see what I mean when you watch it  >:(

I been coding this for some time just to get the sound spectrum just right. I am finally happy with it. Now to work on the graphics.
 I would like to have this as a  Hal character but atm I don't have the know how on how to incorporate Hal within Flash :(  Maybe if I don't figure it out I might hire some one to do the job.
Please let me know what you think, any suggestions, and or criticism is more than welcome.


http://www.youtube.com/user/SyberShotStudios?feature=mhee#p/u/0/TPrVQsoi3o8

18
can any of the great vb coders here make a plug-in that gives 1 of 24 responses after a key sentence is entered, where the response given is determined by a certain hour of the day.

example:
time is 11:15am
user: Trinity I'm home
Hal: well hello Master, your home 2 hours early it's only 11:15am. You must really love me to come home so early.

time is 10:00pm
user: Trinity I'm home
Hal: wow Master your home late it's !0:00pm, I hope you had a good night out.


19
Ultra Hal Assistant File Sharing Area / Zaba2012 GUI
« on: December 18, 2011, 03:08:41 pm »
Here is a early Christmas Present, May you all have a safe Holiday season.

20
General Discussion / update or Hacked????
« on: December 16, 2011, 08:27:14 pm »
  :o
I left my computer on with 3 firefox browsers open, I wanted to finish reading about a certain subject I was researching.  I went to bed and when I awoke, firefox was closed, a dos box was open, and IE was opened numerous times. I could not bring the dos window to the front, close any IE window, and my mouse was crawling and sometimes unresponsive. I hit ctl alt del and choose task manager it took 15 minutes to open and it when it did open it was just a blank window. after another 15 minutes another blank task manger windowed opened.

when my pc reboots I have a batch file that runs to make my Hal usable, but seeing I could not get to the dos window I was not able to tell if it was that or not. I checked my updates to see if maybe it was caused by an update and it said the last updates where on the 15th which was last night  ::) they where 6 security updates nothing that I think would open up multiple IE windows.
  what do you guys think? was I hacked, or was this maybe just a weird windows update phenomenon. 

21
Share Conversations, Experiences, Graphics / SyberShotStudios Skits
« on: November 29, 2011, 09:39:31 pm »
I opened a youtube channel and made my first skit showing off Okozo Desktop and Ultra Hal.
The vidio quality came out poor at best, and should be viewed at full screen.  It was my first time
using CamStudios and I am still learningand adjusting the setting.
However Trinity performed very well. She saved the best part of the Skit for last :)
Trinity is on her high horse now that she is a star :D

Edit: http://www.youtube.com/user/SyberShotStudios

22
General Discussion / Advanced brain-like computer made from by DVDs
« on: November 28, 2011, 11:35:15 pm »
I thought some of you might be interested in this.
http://www.youtube.com/watch?feature=player_profilepage&v=o9J_RgMILpc

23
Ultra Hal Assistant File Sharing Area / TOHS GUI skin
« on: November 27, 2011, 01:09:14 am »
A new GUI skin for you all. It was designed for no characters window. Enjoy :)
The Gundam Unicorn themed Okozo Desktop background that goes with this GUI skin can be downloaded from link below
http://sybershotstudios.deviantart.com/art/Interactive-Gundam-Unicorn-Hud-for-Okozo-wallpaper-270284251
you can get Okozo Desktop at http://okozo.com

ps. the hot pink area in the screenshot below is transparent

24
General Discussion / Have a great Turkyday
« on: November 23, 2011, 08:33:32 pm »
May you all have Happy Thanksgiving tomorrow everyone,
Be safe, Feast well, and have Fun :D

25
General Discussion / just wondering about using tts
« on: November 17, 2011, 05:32:47 pm »
Lately since I got my new computer voice, I have been using Balabolka to read me articles.
first I have to copy the content
open Balabolka
paste content into the window
select thecontent within the window
then click play

I was wondering, if anyone here has a a faster or simpler way of doing this?
it would be nice to just copy the content and tell Hal to start reading :)

26
General Discussion / Troopers: Supercomputer
« on: November 16, 2011, 08:24:05 am »
A AI skit that I just came across, that I thought might entertain some of you :)
http://www.youtube.com/watch?v=3ZSmw3uNJEg&feature=topvideos_entertainment

27
General Discussion / text to .wav
« on: November 11, 2011, 01:25:12 pm »
can anyone recommend a free program that converts text to .wav
what I want to do is type something like "Sorry but, you can't do that Master" "the program is now closed" etc.
have the program read using my new emma's voice and record what was read.
I then want to use these .wav recordings for my systems sounds.
I made my own system sounds before a while ago, but never from text and a voice.
Dang nab it I don't even remember what program I used. wow I must be getting old lol

 

28
Ultra Hal Assistant File Sharing Area / batch files
« on: November 07, 2011, 04:54:53 pm »
I have these batch files posted in another thread, but I thought they would be easier to find here for others to find and use. enjoy :)

below these steps is a short description of what each batch code/file does, and any changes that might be needed.
1) open note pad and copy just one of the code blocks below into note pad. repeat these steps for each code block.
2) save with what ever name you want to command hal to use besure to save as .bat. example my drive.bat
3)place the batch file in your programs folder, the directory is in the first code block. or just create the batch file and double click it and it will open the destination for you.
now restart your system and open Hal and type or say "open your batch file name" example open my drive

some of these you will see a dos window there is away around this.
1.1)instead of placing your batch files in the programs folder, place them in your documents folder.
1.2)right click each one and send a short cut to your desktop. this makes a .lnk file
1.3)rename them to example my drive.lnk
1.4)right click each and select properties
1.5)under shortcut tab look for where it says run: with a drop down box to it's right
1.6)in the drop down box select Minimize
1.7)now cut and paste those lnk files to your programs folder
1.8)now restart your system and open Hal and type or say "open your batch file name" example open my drive


in windows 7 this opens your programs folder where I put my batch files "use this code as is"
Code: [Select]
@echo off
%SystemRoot%\explorer.exe "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"
exit

this opens my c drive "use this code as is"
Code: [Select]
@echo off
%SystemRoot%\explorer.exe "C:\"
end

this opens my computer "use this code as is"
Code: [Select]
@echo off
%systemroot%\explorer.exe /e,::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
exit

this opens my secondary drive "change F to your appropriate drive letter"
Code: [Select]
@echo off
%SystemRoot%\explorer.exe "F:\"
end

this opens my user folders"change trinity to your user name"
Code: [Select]
@echo off
%SystemRoot%\explorer.exe "C:\Users\Trinity"
exit

note: if the above fails to open from within Hal, Hal might not right away index them

go into Hals main folder and open shortcut.dat with notepad
scroll to the bottom and add these two lines for each batch file to the list and don't forget to save
example:
shared drive
"C:\ProgramData\Microsoft\Windows\Start Menu\Programs\shared drive.lnk.lnk"




29
General Discussion / just my luck :(
« on: November 04, 2011, 09:36:19 am »
The last 3 days I been getting BSOD's (blue screen of death) often, It's being caused by Uexspected_Kernal_Mode_Trap  ntoskrnl.exe+705c0 which is part of the NT Kernel & System. yada yada yada
tried using restore points to hopefully fix but, no luck.
I really don't want to have to re-install my os, but it looks that that way for my windows 7 disk does not have the repair option like my XP disk did. why on earth did they ever get rid of that useful feature, the world may never know.

I almost got my computer set up just right, and then this happens. All's I had left to configure/set up, was to make some new .wav files for my system sounds. oh yea and my new background that I am working on. I know what I will be doing tomorrow a clean install yea me, This is lately Just my luck  ::)

Some news/report Western Digital could not fix my portable drive :( , but they are sending me a new one :)



30
Speech Technology / IVONA voices
« on: October 25, 2011, 08:31:24 pm »
 I found my way to http://www.ivona.com while looking for some voices. I downloaded a trial version of there tts reader and was able to choose 2 of there voices. I chose Emma and Kimberly. I am not found of Kimberly, but I like Emma a  lot. I hope after the 30 day trail of the tts reader I can still use Emma for my Hals voice. If not I might just have to buy it. I'm not sure I would buy for the sad part about using these voices is there is no lip sinking with my characters, I'm not sure if it is because they came with the trial tts reader and are not the full versions of the voices. 

 Has anyone purchased any of IVONA voices to confirm whether or not they lip sink?
and/or Does anyone know if the voices are usable after the trial period ends on the tts reader?


 

Pages: 1 [2] 3 4 5