Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
FBurkhardt committed Mar 19, 2024
1 parent 23330a7 commit 8e66265
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 7 additions & 2 deletions 1.3.0/create.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
import os
"""
Add age.[train|dev|test] tables with speaker information
consists of randomly selected 20 emotionally neutral samples per speaker
all tables being age/gender balanced
"""

import random
import pandas as pd

import audb
import audeer
import audformat
import audiofile
import util
import trainDevTestSplit

Expand Down Expand Up @@ -78,6 +82,7 @@ def main():

db.save(build_dir)

print(db)

if __name__ == "__main__":
main()
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 1.3.0 (2024/03/19)
--------------------------

* Added: age.[train|dev|test] tables with speaker information
* consists of randomly selected 20 emotionally neutral samples per speaker
* all tables being age/gender balanced


Version 1.2.0 (2023/04/06)
--------------------------

Expand Down

0 comments on commit 8e66265

Please sign in to comment.