Skip to content

Gender doesn't seems optional in db.match_voice()  #31

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1.Use db.match_voice() without gender argument

What is the expected output? What do you see instead?
It should give the output, instead raise error that 4 arguments required. Even 
with the use of gender it gives error

  File "/usr/local/lib/python2.7/dist-packages/voiceid/db.py", line 370, in match_voice
    gender, self.get_path())
  File "/usr/local/lib/python2.7/dist-packages/voiceid/fm.py", line 741, in wav_vs_gmm
    + gender + '.' + gmm_name + '.seg')
  File "/usr/local/lib/python2.7/dist-packages/voiceid/utils.py", line 102, in ensure_file_exists
    % filename)
IOError: File ash_.ident.M.ashu.gmm.seg doesn't exist or not correctly created

Original issue reported on code.google.com by asharma0...@gmail.com on 7 Jul 2014 at 10:49

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions