Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any English sound package out there? #38

Closed
Stevemoretz opened this issue Sep 7, 2020 · 13 comments
Closed

Any English sound package out there? #38

Stevemoretz opened this issue Sep 7, 2020 · 13 comments

Comments

@Stevemoretz
Copy link

I don't know if this is a feature request or what?But I can't seem to make it English couldn't find any package also.Would you please help I'm not Chinese.

@izhangzhihao
Copy link
Owner

izhangzhihao commented Sep 7, 2020

I don't think there is any high-quality English voice package, this is the English voices from the origin VSCode version, you can try to download the dir and config it here.

@Stevemoretz
Copy link
Author

Stevemoretz commented Sep 7, 2020

Thank you so much I did it.I did it and I get this error:

com.fasterxml.jackson.module.kotlin.MissingKotlinParameterException: Instantiation of [simple type, class com.github.izhangzhihao.rainbow.fart.Manifest] value failed for JSON property avatar due to missing (therefore NULL) value for creator parameter avatar which is a non-nullable type
 at [Source: (String)"{
    "name": "built-in-voice-english",
    "display-name": "Built-In Voice (English)",
    "version": "1.0.0",
    "description": "This built-in voice package is created by Speech Synthesis. Because I don't have any friends that use English as mother language, if you are interested in this project, it would be nice to have contribute with your voice, no matter about gender, tone color, personality, language, country etc.",
    "languages": ["javascript"],
    "gender": "female",
    "locale": ""[truncated 6 chars]; line: 9, column: 1] (through reference chain: com.github.izhangzhihao.rainbow.fart.Manifest["avatar"])
	at com.fasterxml.jackson.module.kotlin.KotlinValueInstantiator.createFromObjectWith(KotlinValueInstantiator.kt:112)
	at com.fasterxml.jackson.databind.deser.impl.PropertyBasedCreator.build(PropertyBasedCreator.java:198)
	at com.fasterxml.jackson.databind.deser.BeanDeserializer._deserializeUsingPropertyBased(BeanDeserializer.java:488)
	at com.fasterxml.jackson.databind.deser.BeanDeserializerBase.deserializeFromObjectUsingNonDefault(BeanDeserializerBase.java:1292)
	at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:326)
	at com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:159)
	at com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4218)
	at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3214)
	at com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3197)
	at com.github.izhangzhihao.rainbow.fart.ResourcesLoader.runActivity(ResourcesLoader.kt:146)
	at com.intellij.ide.startup.impl.StartupManagerImpl.runActivity(StartupManagerImpl.java:216)
	at com.intellij.ide.startup.impl.StartupManagerImpl.lambda$null$1(StartupManagerImpl.java:177)
	at com.intellij.openapi.project.DumbServiceImpl.doRun(DumbServiceImpl.java:396)
	at com.intellij.openapi.project.DumbServiceImpl.updateFinished(DumbServiceImpl.java:388)
	at com.intellij.openapi.application.TransactionGuardImpl.runSyncTransaction(TransactionGuardImpl.java:83)
	at com.intellij.openapi.application.TransactionGuardImpl.lambda$pollQueueLater$0(TransactionGuardImpl.java:68)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.doRun(LaterInvocator.java:441)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.runNextEvent(LaterInvocator.java:424)
	at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:407)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:908)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:781)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:424)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:698)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:423)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

@izhangzhihao
Copy link
Owner

Please replace manifest.json with

{
    "name": "built-in-voice-english",
    "display-name": "Built-In Voice (English)",
    "avatar": "avatar.jpg",
    "avatar-dark":"avatar-dark.jpg",
    "version": "1.0.1",
    "description": "none",
    "languages": ["javascript"],
    "author": "Alice Moon",
    "gender": "female",
    "locale": "en"
}

@Stevemoretz
Copy link
Author

Thanks now no errors.But how do I test it.(I want it to say something.)

@izhangzhihao
Copy link
Owner

just typing func or => or catch

@izhangzhihao
Copy link
Owner

You can config it by editing contributes.json

@izhangzhihao
Copy link
Owner

I never tested with the English voice package, so I don't know how bad/good it works.

@Stevemoretz
Copy link
Author

I used

const test = ()=>{
    
};

And it talked.

Very nice yeah it's all in contributes.json. Such a full am I :D.

Great so it's working but there are only a few ones.They have used some text to speech to make the voices.
Why wouldn't you do that?You already have 343 stars without the English version lol.

Honestly I get some free time I'll make some cool stuff with it.I guess you should have a English version it's pretty easy to make with a text to speech robot.

@izhangzhihao
Copy link
Owner

Great, contribution welcome!

@Stevemoretz
Copy link
Author

Stevemoretz commented Sep 7, 2020

Great, contribution welcome!

HI this is me again, would you mind giving me the translations in English so I can make audio files in English for you?

I have managed to turn text to an audio file successfully.
Just need to know what each of your audio files mean translated to English ?

@izhangzhihao
Copy link
Owner

Please try translate from https://github.com/SaekiRaku/vscode-rainbow-fart/blob/master/src/built-in-voice-packages/built-in-voice-chinese/README.md

@Stevemoretz
Copy link
Author

Hi again tnx but I'm not Chinese and I don't think Google translate is good enough yet

@Stevemoretz
Copy link
Author

This could even be cooler if using some funny or cool stuff instead of some compliments,I used some friends series and some spongebob and some other voices to spice it up.Wish there was such a custom voice package ready,becuase the compliments get repetitive.

By the way great plugin and really nice that this is configurable as easy as that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants