~alcinnz/rhapsode

5eb05d745a7f77a4f9dc4ec39ed4c3fdaebd5dc5 — Adrian Cochrane 3 years ago 589e0e4
Release Rhapsode 5!
3 files changed, 15 insertions(+), 3 deletions(-)

M ChangeLog.md
M about/version
M rhapsode.cabal
M ChangeLog.md => ChangeLog.md +6 -0
@@ 1,5 1,11 @@
# Revision history for rhapsode

## 5  -- 2021-06-07

* Voice recognition input via Voice2JSON, triggered by a configured "wakeword" or the spacebar
* Sort tables by treating headings as links
* Minor bug & crash fixes

## 4  -- 2021-01-17

* Voice recognition input (in-progress)

M about/version => about/version +8 -2
@@ 5,10 5,10 @@
  <title>About Rhapsode</title>
</head>
<body>
  <h1><a href="https://rhapsode.adrian.geek.nz/" title="Homepage">Rhapsode</a> version 4</h1>
  <h1><a href="https://rhapsode.adrian.geek.nz/" title="Homepage">Rhapsode</a> version 5</h1>
  <p>2019–2021 © <a href="https://adrian.geek.nz/" title="Author">Adrian Cochrane</a>, and others</p>
  <p>Redistribution licensed under the
    <a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html" title="License">GNU GPLv3+</a>.
    <a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html" title="License">GNU GPLv3</a>.
    Ascending &amp; descending sound effects are
    <a href="https://www.soundeffectsplus.com/content/license/">licensed not for individual reuse</a>
    by <a href="https://www.soundeffectsplus.com/">SoundEffects+</a>.


@@ 19,6 19,12 @@
  <h2>Rhapsode would not be possible if not for the following projects</h2>
  <ul>
    <li><a href="https://github.com/espeak-ng/espeak-ng#espeak-ng-text-to-speech">eSpeakNG</a></li>
    <li><a href="https://voice2json.org/" title="voice to jason">Voice2JSON</a>, backed by:<ul>
      <li><a href="https://github.com/cmusphinx/pocketsphinx">PocketSphinx</a></li>
      <li><a href="https://kaldi-asr.org/">Kaldi</a></li>
      <li><a href="https://github.com/mozilla/DeepSpeech">Mozilla DeepSpeech</a></li>
      <li><a href="https://github.com/julius-speech/julius">Julius</a></li>
    </ul></li>
    <li><a href="https://hackage.haskell.org/package/http-client-tls">HTTP Client</a></li>
    <li><a href="https://hackage.haskell.org/package/xml-conduit">XML/HTML Conduit</a></li>
    <li><a href="http://hackage.haskell.org/package/css-syntax">Haskell CSS Syntax</a></li>

M rhapsode.cabal => rhapsode.cabal +1 -1
@@ 10,7 10,7 @@ name:                rhapsode
-- PVP summary:      +-+------- breaking API changes
--                   | | +----- non-breaking API additions
--                   | | | +--- code changes with no API change
version:             0.3.0.0
version:             0.5.0.0

-- A short (one-line) description of the package.
synopsis:            Voice interface for The Web, encouraging universal accessibility.