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 - mr.niki

Pages: 1 [2] 3 4 ... 6
16
Поддержка русского языка / Re: tasker
« on: August 06, 2016, 12:50:35 PM »
я создаю команды в ручную в Tasker которые активируются от иконки без google .
Да я сделаю VC.TriggerEvent просто я не мог понять где ошибка.  А так я сделаю через VC.TriggerEvent
Спасибо за помошь

17
Поддержка русского языка / Re: tasker
« on: August 06, 2016, 05:34:05 AM »
к сожалению происходит тоже самое и через программу TellVoxCommando
если есть 0  то не срабатывает
так же прилагаю саму команду возможно ошибка в ней

18
Поддержка русского языка / Re: tasker
« on: August 05, 2016, 04:28:19 PM »
Добрый день.
Есть вопрос который я не могу решить.
Есть команда на установку будильника которая  выполняется  если я ее говорю голосом, но
она не корректно выполняется если я ее отправляю из tasker.
Что именно не корректно выполняется :
Если присутствует 0  в отправляемом тексте   к примеру  программа отказывается выполнить команду с такой формулировкой udp://192.168.1.95:33000/vc.tellvox&&установи будильник на 7 часов 0 минут
но если я отдам эту команду голосом то программа ее выполнит.
Но если команда из  tasker не содержит 0 то все выполняется отлично
udp://192.168.1.95:33000/vc.tellvox&&установи будильник на 7 часов 10 минут
подскажите в чем может быть проблема ?

19
Поддержка русского языка / Re: plugin
« on: June 25, 2016, 08:39:20 AM »
прошу прощения нашёл проблему.
Данное сообщение возникало по причине привязки к скайпу
Пыталось запустить скайп по  но он не установлен и это приводило к появлению ошибки.
Простите я забыл про авто подключение к скайпу !
win 7  надоедает просьбами об обновлении пытался их убрать не выходит пока  а  так да win 7 лучше )

20
Поддержка русского языка / Re: plugin
« on: June 25, 2016, 04:19:22 AM »
vc  2.2.1.7 and vc 2.207  i have this problem
I reinstalled windous 6 times and always get this error all the drivers from the official site
on 7 windose everything worked without problems
here I think it may be worthwhile to return to windose 7
and not have a problem)

21
Поддержка русского языка / plugin
« on: June 24, 2016, 06:33:18 PM »
Добрый день установил все таки вин 10 и получил проблему при старте Vc. Пробовал переустанавливать не помогает  подскажите в каком направлении искать ? или как лечить?   win 10  x 64
audio  plugin

22
Поддержка русского языка / Re: audio xml
« on: May 15, 2016, 09:12:39 AM »
dear jitterjames
Are you in the next versions of the program to add a function
I will try to describe it properly.
Now the function Steam voleum also reduces the volume of the TTS Plugin
Can you make sure that they do not depend on?
For example, I listen to the radio on the volume of 20%
and TTS plugin reported while the volume of 100%

23
Поддержка русского языка / Re: audio xml
« on: May 13, 2016, 02:12:08 PM »
I ran 2 vc
I did not understand only one thing
2 vc (en) should send messages while 1(ru)? if so, how (for example the team)
VoxCommando.exe -port "message string"  ????
or 2 vc must be independent
how to do it better

24
Поддержка русского языка / Re: audio xml
« on: May 13, 2016, 01:38:30 PM »
I now use this command to music but I do not like what I download vc

and the fact that after 1 songs is randomly playback. well it works

25
Поддержка русского языка / Re: audio xml
« on: May 13, 2016, 01:35:45 PM »
yes there is a problem
but anyway)

26
Поддержка русского языка / Re: audio xml
« on: May 13, 2016, 01:30:22 PM »
An opportunity you tell the other option?
ituns or other program in the preparation of peyloud
take the information from the file. how to make sure that they take the information
As of Fail named folder and not from the "File of the body."
While Fail named folder, and so will be generated in terms peyloud

27
Поддержка русского языка / Re: audio xml
« on: May 13, 2016, 01:21:09 PM »
Code: [Select]
#
import re
import os
from re import findall
from xml.etree import ElementTree as ET

# Set the directories and files
rootDir = "E:\\Videos"
xmlpath = "E:\\Appz\\Vox\\payloads\\videos.xml"
txtfile = open("E:\\Appz\\Vox\\payloads\\videos_list.txt", "wb")

#function: get rid of unwanted characters
def cfix(zx):
    global x
    f2 = re.sub( '\s+', ' ', zx).strip()
    f2 = f2.replace(" -", " ")
    f2 = f2.replace("- ", " ")
    f2 = f2.replace(" - ", " ")
    f2 = f2.replace("-", " ")
    f2 = f2.replace(":", " ")
    f2 = f2.replace("_", " ")
    f2 = f2.replace("5.1", "")
    f2 = f2.replace(".", " ")
    f2 = f2.replace("!", " ")
    f2 = f2.replace("1080p", " ")
    f2 = f2.replace("720p", " ")
    f2 = f2.replace("x264", " ")
    f2 = f2.replace("ac3", " ")
    f2 = f2.replace("AC3", " ")
    f2 = f2.replace("DTS", " ")
    f2 = f2.replace("DVD", " ")
    f2 = f2.replace("DvD", " ")
    f2 = f2.replace("VOB", " ")
    f2 = f2.replace("rip", " ")
    f2 = f2.replace("aac", " ")
    f2 = f2.replace("Rip", " ")
    f2 = f2.replace("hd", " ")
    f2 = f2.replace("HD", " ")
    f2 = f2.replace("Hd", " ")
    f2 = f2.replace("Hq", " ")
    f2 = f2.replace("(", " ")
    f2 = f2.replace(")", " ")
    f2 = f2.replace("]", " ")
    f2 = f2.replace("[", " ")
    f2 = re.sub( '\s+', ' ', f2).strip()
    x = f2
    return x

#create the root </PayloadsRoot> <PayloadsRoot>
root_element = ET.Element("PayloadsRoot")

for dirName, subdirList, fileList in os.walk(rootDir):
    for fname in fileList:
        #create the first subelemet <payload> </payload>
        pay_element = ET.SubElement(root_element, "payload")
        #create the first child <value> </value>
        child = ET.SubElement(pay_element, "value")
        child.text = dirName +"\\" + fname
        #create the second child <phrase> </phrase>
        child = ET.Element("phrase")
        #get the filename without the extension
        fname = ('.').join(fname.split('.')[:-1])
        #UnicodeEncodeError: 'ascii' codec can't encode character
        fname.encode('ascii', 'ignore')
        #get rid of unwanted characters
        cfix(fname)
        fileName = x
        #print(fileName)
        txtfile.write(str(fileName) + "\n")
        child.text = fileName
        #now append
        pay_element.append(child)
txtfile.close()

def indent(elem, level=0):
    i = "\n" + level*'\t'
    if len(elem):
        if not elem.text or not elem.text.strip():
            elem.text = i + '\t'
        if not elem.tail or not elem.tail.strip():
            elem.tail = i
        for elem in elem:
            indent(elem, level+1)
        if not elem.tail or not elem.tail.strip():
            elem.tail = i
    else:
        if level and (not elem.tail or not elem.tail.strip()):
            elem.tail = i

indent(root_element)
#View xml tree
#print ( ET.tostring(root_element) )

output_file = open(xmlpath, 'w' )
output_file.write( '<?xml version="1.0" encoding="utf-8"?>'+'\n' )
output_file.write( '<!--A VoxCommando Payload file-->' +'\n' )
output_file.write( ET.tostring(root_element) )
output_file.close()

I have done on the basis of this code, but do not understand how to read from peyloud.
Leave the path untouched and translated phrase.
I myself can finish the translation. I do not understand the command.
I understand that the translation will have to get out of the curve but
And how do you propose to use the 2 voice engine?
that I do not understand how for example to switch from 1 to another

28
Поддержка русского языка / Re: audio xml
« on: May 13, 2016, 01:14:22 PM »
Strawberry Fields Forever == стровберри филдс форевер

29
Поддержка русского языка / audio xml
« on: May 13, 2016, 02:47:57 AM »
Good day (morning or evening night)
There is a question for you?
How do you know when you create peyloud
for example in Kodi or i tuns
Audio peyloud contains the name of the songs in English language
and vc I use Russian.
here is the question.
How to convert peyloud phrase from English  into Russian?
Perhaps in due vox or Python?
about to be something (as I understand)
Results.RegExReplace  R->р
Results.RegExReplace  t->т

30
Поддержка русского языка / Re: tasker
« on: May 08, 2016, 05:21:05 PM »
thanks for the help


you may be interested in this program
This media pleer
and maybe you do when realties plugin for it
http://www.aimp.ru/

Pages: 1 [2] 3 4 ... 6