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.


Messages - shamans

Pages: [1]
1
MediaMonkey / Re: VoxCommando 0.833 MediaMonkey Edition is released:
« on: November 03, 2010, 10:49:08 PM »
I'm too lazy to register to post. Feel free to post my experience if anyone encounters a similar problem.

Other ideas:
1) It's probably a good idea to stop distributing VC with 1 syllable commands like "play" and "pause" because it severely increases the chance of false positives with VC. Maybe something like "play music" or "pause music" is better. I have an extremely (good) sensitive usb mic and typing at my keyboard would cause it to think i said "pause".
2) Minimize to tray-icon on minimize / close button
3) Give option to change the # of seconds to show OSD
4) A tree-graph representation of commands instead of list view. Each node could possibly execute some sort of action.
5) A section in your application showing verbal commands that often get confused with each other.

1 - good point, but a lot of people use prefix mode to get around this. Luckily VC is easy to customize.  You are probably right though.  It might be better for new users.
2 - you can do this just by clicking the notification icon
3 - yes I keep meaning to do this.  One of many things.
4 - I don't really know what you mean.  The current list view is there so that you can see which groups are currently enabled.  What are you suggesting?
5 - This sounds interesting but could you elaborate?

2 - yes, but I'm describing the Minimize and Close buttons on the main window (on the top right). Making this an option would be good.
4 - A tree-graph is more graphically intuitive but is harder to render. It would look something like this: http://en.wikipedia.org/wiki/Decision_tree
5 - Often, I get options when VC is not sure what I said. If you collect this data, you should be able to see common occurrences for where 2 or more phrases get confused. The user can then see how often VC gets confused and if he should change his phrases to be more differentiating.

Additional suggestion:
6 - Success associative mode. In this mode, recent phrases being identified will cause future phrases to be more likely identified. The inverse is also true. An optional prefix keyword will also cause future phrases to be more likely identified. This mode should result in allowing the occasional conversation to be held with VC still being enabled.

2
MediaMonkey / Re: VoxCommando 0.833 MediaMonkey Edition is released:
« on: November 03, 2010, 07:49:43 PM »
I'm too lazy to register to post. Feel free to post my experience if anyone encounters a similar problem.

Other ideas:
1) It's probably a good idea to stop distributing VC with 1 syllable commands like "play" and "pause" because it severely increases the chance of false positives with VC. Maybe something like "play music" or "pause music" is better. I have an extremely (good) sensitive usb mic and typing at my keyboard would cause it to think i said "pause".
2) Minimize to tray-icon on minimize / close button
3) Give option to change the # of seconds to show OSD
4) A tree-graph representation of commands instead of list view. Each node could possibly execute some sort of action.
5) A section in your application showing verbal commands that often get confused with each other.

3
MediaMonkey / Re: VoxCommando 0.833 MediaMonkey Edition is released:
« on: November 03, 2010, 05:15:28 PM »
There's no error message after sleep/wake on EG. My IP remains the same. I'll try to see if I can somehow restart the broadcaster plugin after sleep/wake. But all my other plugins work normally.

I can help you test if you'd like.

Your commands for controlling VC from EG work well.

----

Info on the broadcast plugin is centered around vox commando so I thought that if you didn't know, nobody else probably knew....
What I did to work around the issue of "VC->EG communication" is to simply modify the broadcast plugin with a new "ReInit" Command:

Code: [Select]
class ReInit(eg.ActionClass):
 
    def __call__(self):
        try:
            self.server = Server(self.plugin.port, self.plugin.listenAddr, self.plugin.selfBroadcast, self.plugin.payDelim, self.plugin)
        except socket.error, exc:
            raise self.Exception(exc[1].decode(eg.systemEncoding))       

I call the "ReInit" command after sleep/wake. One interesting thing I noticed is that if I called right after the system starts, it has no effect. I'd have to wait a couple seconds. So maybe it's related to when my network card "wakes up" and that may be causing the original problem with EventGhost.

4
MediaMonkey / Re: VoxCommando 0.833 MediaMonkey Edition is released:
« on: November 03, 2010, 03:12:19 PM »
I understand your point, which is why I said "I will see if there is a way to detect windows going into sleep and waking and automatically switch to off, and on modes respectively."  I'm offering you work-around options until I can (hopefully) address it in code.

I am not aware of any issues relating to EventGhost or MediaMonkey after sleeping.  I will try to do some testing myself, but if you can provide any details it would be appreciated.

There won't be an option to select audio inputs other than the default recording device until Microsoft change their speech api.  Perhaps a there exists a 3rd party application that can do something like that and fool windows into thinking it is using the default input device.

It is also possible to save a wav to a folder and have VC open and recognize it, but obviously there would be some lag there, and this feature has not been thoroughly developed or tested.

Communication with MM and VC is good after sleep/wake.

Communication with EG and VC is not working properly after sleep/wake. It seems as if the broadcaster plugin on EG no longer works. The plugin I use is the one found here: http://www.eventghost.org/websvn/eventghost/trunk/plugins/Broadcaster/ . A restart of EG is needed to return operations to normal. Any thoughts/suggestions?


Also, another feature to think about is to be able to control the status (on/standby/off) of VC from EG.

5
MediaMonkey / Re: VoxCommando 0.833 MediaMonkey Edition is released:
« on: November 03, 2010, 12:58:23 PM »
It seems that you can turn VC to off mode, sleep, wake, and switch to on mode and it works.

It may also be possible even if you sleep in on mode, after waking, to switch to off mode then back to on mode, instead of doing a restart.  If you have a large media library this will be much faster.

I will see if there is a way to detect windows going into sleep and waking and automatically switch to off, and on modes respectively.

Well, yes, that's my point...it should keep working regardless of sleep/wake.

There's also issues with talking to MediaMonkey or EventGhost after sleep/wake but I'd have to do more testing there.

Another thing: Maybe you can do a client/server approach where the microphones from multiple devices feed onto one vox commando server...
Some options to choose the mic device might also be useful in future.

6
MediaMonkey / Re: VoxCommando 0.833 MediaMonkey Edition is released:
« on: November 03, 2010, 11:52:52 AM »
Another bug for me:
If I put my system to sleep then wake the system, voxcommando doesn't detect new sounds anymore until I press the "restart" button within the application. In fact, it behaves identically to when it's in "off" mode.

Additional info:
I use windows 7.
I use a usb audio device that remains plugged in.
A voip application I have works normally after sleep/wakeup so the audio device works fine.



As for voicecommands.xml, it'd nice if you could post any that you have. It's just to see how people are using it so maybe I can copy some ideas there without having to do too much work configuring it.

7
MediaMonkey / Re: VoxCommando 0.833 MediaMonkey Edition is released:
« on: November 02, 2010, 04:46:33 PM »
There is a set rating command already (a very high priority for me!) , but I forgot to include it in the command tree.  You can import the attached xml for that.

It sets ratings from 0 to 100 which is how mediaMonkey stores the ratings.  60 = 3 stars    70 = 3.5 stars     80 = 4 stars, etc.

If you want to be able to rate stuff by stars instead of numbers we can create a payloadXML to accomplish that.  Do you know how to do that?


The set rating command doesn't work properly for me.

Here's what happens:
1) I set the rating
2) I have to move on to the next song before I can see the rating (I don't see it being set right away). This doesn't happen when I set the rating via Eventghost.
3) As soon as I reload the playlist 2 or 3 times, the rating disappears in Media Monkey - it doesn't seem permanent. This doesn't happen when I set the rating via Eventghost.

I've only used voxcommando for about 1 day.

This info might help:
        <command name="Set Rating" enabled="true" confirm="False" loop="False" loopDelay="0" loopMax="0">
            <action>
                <cmdType>MM.SetRating</cmdType>
                <cmdString>{1}0</cmdString>
                <cmdRepeat>1</cmdRepeat>
            </action>
            <phrase>Rate</phrase>
            <payloadRange>1,10</payloadRange>
        </command>

Also is it possible to get a copy of your voicecommands.xml that you personally use?

Pages: [1]