Code Monkey home page Code Monkey logo

emotion-recognition-from-speech's People

Contributors

marioruggieri avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

emotion-recognition-from-speech's Issues

how to load berlin database

I am a new guy just study to learn speech emotion recognition.
Could someone tell me how to load berlin database,such as where to add my berlin_database's path.

IndexError: string index out of range

Loading data from berlin dataset...
Error in readAudioFile(): Unknown file type!
Traceback (most recent call last):
File "emorecognition.py", line 41, in
db = Dataset(path,db_type,decode=False)
File "/home/zzl/Emotion-Recognition-from-Speech/src/dataset.py", line 18, in init
self.get_berlin_dataset(path)
File "/home/zzl/Emotion-Recognition-from-Speech/src/dataset.py", line 35, in get_berlin_dataset
self.targets.append(classes[audio[5]])
IndexError: string index out of range

Regarding the usage

Hello Sir,
Greetings!!
I am not clear about the usage of your code of "Emotion recognition from speech". I am facing problem for interpretation of the exact meaning of the arguments to be passed for -l and -e and what values we need to pass.
So, please help us out we would be very grateful to make it happen using your repository.
Hoping for the positive response
Thanking you
Prasad Parsodkar

What is extracted from speech as a feature of emotion?

I notice that there is no introduction or description of the features you exttracted from the .wav of
database.
The only description is the code 👍

    if extract_features:
        win_size = 0.04
        step = 0.01
        Fglobal = []
        i = 0
        for (x, Fs) in db.data:
            ############
            F = audioFeatureExtraction.stFeatureExtraction(x, Fs, win_size * Fs, step * Fs)
            Fglobal.append(np.concatenate((np.mean(F[0], axis=1),np.std(F[0], axis=1)))) 
            #############
            ##I think these are all of the code which are used to extract  features


            sys.stdout.write("\033[F")  # cursor up one line
            i = i + 1;
            print "Extracting features " + str(i) + '/' + str(n_samples) + " from data..."

        print "Saving features to file..."
        cPickle.dump(Fglobal, open(db_type + '_features.p', 'wb'))

So, could you give some introdaction to what features you extracted from the file ?
( the mean and standard deviation ?)

Thank you very much, and sorry for my poor english.

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.