GithubHelp home page GithubHelp logo

dfki-spike-data's People

Contributors

psibre avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

dfki-spike-data's Issues

task generateAllophones fails

$ ./gradlew generateAllophones
:templates UP-TO-DATE
:legacyInit UP-TO-DATE
:generateAllophones
Locale is null, overriding with en_US
Locale is null, overriding with en_US
:generateAllophones FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':generateAllophones'.
> Unsupported locale: en_gb

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

my cobbled together build

buildscript {
  repositories {
    flatDir dir: "../dfki-spike-data"
      mavenLocal()
    mavenCentral()
  }
  dependencies {
    classpath "de.dfki.mary:gradle-marytts-voicebuilding-plugin:0.5.2-SNAPSHOT"
  }
}

apply plugin: "de.dfki.mary.voicebuilding"

voice {
  name 'dfki-spike'
  gender 'm'
  language 'en'
  region 'GB'
}

configurations {
     data {
         description '?'
     }
}

dependencies {
     data files('dfki-spike-data.flac', 'dfki-spike-data.TextGrid')
}

task data(type: Copy) {
     from configurations.data
     into temporaryDir
}

task wrapper(type: Wrapper) {
    gradleVersion '2.2.1'
}

Cannot download flac file with gradle

$ ./gradlew processDataResources
:processDataResources
Invalid cookie header: "Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Sat, 12 Apr 2036 09:18:14 -0000; secure; HttpOnly". Invalid 'expires' attribute: Sat, 12 Apr 2036 09:18:14 -0000
Invalid cookie header: "Set-Cookie: logged_in=no; domain=.github.com; path=/; expires=Sat, 12 Apr 2036 09:18:15 -0000; secure; HttpOnly". Invalid 'expires' attribute: Sat, 12 Apr 2036 09:18:15 -0000

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':data'.
> Could not resolve de.dfki.mary:dfki-spike-data:0.9.
  Required by:
      :dfki-spike-data:0.9
   > Could not resolve de.dfki.mary:dfki-spike-data:0.9.
      > Could not get resource 'http://github.com/psibre/dfki-spike-data/releases/download/v0.9/dfki-spike-data.flac'.
         > Could not HEAD 'http://github.com/psibre/dfki-spike-data/releases/download/v0.9/dfki-spike-data.flac'. Received status code 403 from server: Forbidden

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 2.824 secs

But retrieving that URL with e.g., wget does work!

task legacyPraatPitchmarker opens gui

the first time it asked me for a voice building directory which i closed...

java process importdatabase remains open. subsequent uses of pitchmarker fail silently! tell me if you want more detail.

will the gui still be required in the some gradle tasks?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.