home.social

#auralis — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #auralis, aggregated by home.social.

  1. Making progress in #auralis for the #openapi plugin implementation, but looks like I have a long way before me.

    I also might need to switch from the `:param` syntax to `{param}`, because this is what the default for OpenAPI spec is. Also this is how Spring is doing it.
    But need to think about that a bit.

  2. I started drafting a plugin system for #Auralis 🧩

    As a first plugin I plan to publish `@auralis/openapi`

    I took inspirations from #NestJS, #Vue, #Vite and other systems. Usually I try first to write the code a consumer of auralis would write and then implement the stuff behind it.

    Next step: find a nice lib to generate the json/yml spec response.

    github.com/auralisjs/auralis/p

  3. I know it's a small thing, but #auralis has a `README.md` now in the core package :BlobHajMlem:

    Also since last post I added `@Request` and `@Response` param-decorators, so now you can go more crazy and set your own headers or manage your own body response and stuff like that.
    But I plan to add decorators for adding headers, response code and stuff like that. ✨

    For now my next plan is to look into testability 🧪

    github.com/auralisjs/auralis/b

  4. My new project #Auralis is now already published on #npm

    npmjs.com/package/@auralis/core

    Sure there is no documentation or anything else yet, but you can try to explore the example in github.com/auralisjs/auralis

    If you have any feedback or ideas or even want to contribute, then just come over and use the #GitHub Discussions, Issues or Pull Request :ablobcatheart:

  5. #開源分享 一個可以10分鐘內把《哈利波特》第一部轉成語音的快速TTS系統:Auralis,具備語音複製能力

    支持並發處理,支持長文本分段處理

    支持音訊增強,背景噪音降低、語音清晰度提升,音量標準化等

    性能上,短句(<100字元):約1秒,中等文本(<1000字元):約5-10秒,完整書籍(約50萬字元,並發數36):約10分鐘

    支持多語言,英語、法語、德語、義大利語、俄語、中文(簡體)、韓語、日語等等

    專案地址: github.com/astramind-ai/Auralis

    #TTS #Auralis #文本轉語音