|
 |
|
05-25-2005, 01:04 PM
|
#16
|
|
Newbie
Join Date: Apr 2005
Location: The Netherlands,GLD
Posts: 34
|
Hey funky man
I've installed BSR 1.31 but when I start it. i get the error:
ERROR!:429
after that. BSR starts with a very tiny screen. and no other options than minimise,questionmark and close.
I can't maximise or enlarge the window..
any idea whats happening?
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
05-25-2005, 04:40 PM
|
#17
|
|
Newbie
Join Date: Apr 2005
Location: Canada
Posts: 11
|
Do you have Speech5.1 installed??
|
|
|
05-25-2005, 11:48 PM
|
#18
|
|
Admin. Don't bug or I'll byte.
Join Date: Sep 2004
Location: Corning, NY
Posts: 6,143
|
Okay, this is a very nice upgrade! I REALLY like the Frodoplayer commands you built in. They make it easy to run the interface.
*However*, when editing the commands, I decided to modify one. I didn't like the name I gave the child command "iBug-->mode forward". I wanted to change it to "mode next". I didn't see an easy way to change the name of the child command, so I just used the delete command button.
It erased the entire file, not just that one command
Are you going to add other capabilties to the Frodo commands? For example, you can't search using the spell capabilities.
I'm liking this upgrade. Good job, Josh.
|
|
|
05-26-2005, 01:23 AM
|
#19
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
Nightcrawler - Have you installed SAPI 5.1? If not, then look at the help.htm file. Also, there is a short list of changes at the end of the help.htm file.
BugByte - Wow, I've never seen it erase a whole file... In fact, I don't know how my code could possibly erase a whole file. I have done an extensive amount of testing, but have never run into that problem. If you can get it to happen again, tell me the exact actions you took. The code may be getting into a "bind". I try to cover every angle, but I may have missed one.
v 1.41 May have an edit command option, but for now there are more important things to code.
The Frodo Commands will be improved whenever Frodo releases his next version. It will be running on the FrodoComm system, and I will have much more control over the software. I could possibly code something in to make the spelling work on the current version, but the work would be wasted once frodo releases the new version. The feature is very useful though so I'll talk to him about this.
Right now I'm working on a system that will make BSR extremely friendly to car-audio programs. No more false recognitions; however, if you don't have a Touch Screen, you will need a hacked up keyboard.
__________________
Bruno Speech Recognition - Advanced Speech Recognition designed to control any program. Extra support for FrodoPlayer and Winamp.
|
|
|
05-26-2005, 04:10 AM
|
#20
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
Just talked to Frodo... Will have to wait for the next version of frodoplayer for that feature.
__________________
Bruno Speech Recognition - Advanced Speech Recognition designed to control any program. Extra support for FrodoPlayer and Winamp.
|
|
|
05-26-2005, 12:58 PM
|
#21
|
|
Admin. Don't bug or I'll byte.
Join Date: Sep 2004
Location: Corning, NY
Posts: 6,143
|
Looks like what it does is erase every command under a master command. If you have two master commands, it doesn't erase them both, just the one. Here's how to make it erase the file:
1. Click "Create new settings file"
2. Click on a master command
3. Click on the "+" of that master command
4. Click on the child command you want to erase
5. Click "delete" command
It will erase ALL of the commands, including that master command.
|
|
|
05-26-2005, 05:36 PM
|
#22
|
|
Newbie
Join Date: Mar 2005
Posts: 46
|
yea bugbyte is right it happened to me too, no big deal though it was a small string...also i dunno if i was doing somehting wrong, but when writing an ini with the editor the close program button doesnt work
|
|
|
05-27-2005, 01:37 AM
|
#23
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
OK.. here is what i think is happening.
Simple Answer: Whatever is in bold, will be deleted.
Complex Answer:
You have a tree like this...
Code:
music
play
[app]c:\something
[FPplay]
pause
[FPpause]
if you select music and press delete, it will delete everything
if you select play and press delete, it will delete play and its command which is [app]c:\something AND [FPplay]
if you select [app]c:\something or [FPplay] it will select "play" (and play will become bold) because "play" is the child command and [FPplay] is just an action. Once you hit delete, it will delete the entire command.
To get rid of [app]c:\something on the command above, double click "play", and then delete it from the list on the right. After that click "Save Command".
__________________
Bruno Speech Recognition - Advanced Speech Recognition designed to control any program. Extra support for FrodoPlayer and Winamp.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
06-01-2005, 01:56 PM
|
#24
|
|
Newbie
Join Date: Jan 2005
Location: Louisville,KY
Posts: 55
|
Excellent job. I love the command structure. Just one question: does it support macros for mouse clicks and such? I didn't see anything in the help file about it and I'm assuming it doesn't. If not, is that an upcoming feature?
|
|
|
06-02-2005, 08:44 PM
|
#25
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
If it was requested.
I just didn't see the use for mouse clicks.
__________________
Bruno Speech Recognition - Advanced Speech Recognition designed to control any program. Extra support for FrodoPlayer and Winamp.
|
|
|
06-06-2005, 12:03 PM
|
#26
|
|
Newbie
Join Date: Jan 2005
Location: Louisville,KY
Posts: 55
|
Unless I'm missing something, the only way to search songs in Frodoplayer is to click the Search button (which does have a hotkey) then clicking on Title, Artist, or Album (no hotkeys). Not to mention the added versatility that mouse macros would bring to your program. This is the only thing keeping me from using BSR at the moment.
|
|
|
06-07-2005, 07:06 PM
|
#27
|
|
Low Bitrate
Join Date: Jun 2005
Posts: 82
|
um, WOW.
congrats. you just saved my car from getting the axe AND I am now severly pursuing my carputer install. Thanks so much and I look foward to using your program.
Are there any good threads that can get me started on all of this? I am mostly referring to V.R . and its integration with frodo and what the command strings are like.
|
|
|
06-08-2005, 12:43 PM
|
#28
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
I will add mouse clicks then...
It really isn't that hard to code.
I'll just do an X, Y, Right or Left, and possibly a duration.
[mouse]200,400,R,100
sound good?
__________________
Bruno Speech Recognition - Advanced Speech Recognition designed to control any program. Extra support for FrodoPlayer and Winamp.
|
|
|
06-08-2005, 12:44 PM
|
#29
|
|
Variable Bitrate
Join Date: Jan 2004
Posts: 232
|
Quote: Originally Posted by FiReBReTHa
Are there any good threads that can get me started on all of this? I am mostly referring to V.R . and its integration with frodo and what the command strings are like.
Look at the Help.htm file that came with the program, and experiment. If you sill have a specific question, then you can start a new thread in this forum or ask here.
__________________
Bruno Speech Recognition - Advanced Speech Recognition designed to control any program. Extra support for FrodoPlayer and Winamp.
|
|
|
06-08-2005, 12:53 PM
|
#30
|
|
Newbie
Join Date: Jan 2005
Location: Louisville,KY
Posts: 55
|
Quote: Originally Posted by FunkDaMonkMan
I will add mouse clicks then...
It really isn't that hard to code.
I'll just do an X, Y, Right or Left, and possibly a duration.
[mouse]200,400,R,100
sound good?
By duration do you mean a delay? That would be most useful for these types of macros.
Sounds good. Keep up the good work!
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 08:15 PM.
| |