This website requires JavaScript.
e421de6eb7
Fixed linking issue in rms and f0 headers
dev.analyses
bp
2016-08-09 20:18:41 +01:00
e5809d8115
Created source files for f0 and rms
bp
2016-08-09 19:56:21 +01:00
0ba0a1150d
Added critical missing files from previous commits.
dev.filesystem
bp
2016-08-09 10:22:14 +01:00
b0d5ff148b
Implemented basic data file handler logic for HDF5 files
bp
2016-08-08 16:50:14 +01:00
91602557ef
Working on DataHandler object implementation.
bp
2016-08-08 13:38:45 +01:00
f0ea8ddeb0
Begun filesystem handler implementation.
bp
2016-08-07 13:23:35 +01:00
f7d2bcaf82
Merge branch 'dev.general_modifications' into dev
dev
bp
2016-08-09 19:45:20 +01:00
a98a77546f
Updated CMakeLists and .gitignore
bp
2016-08-09 19:40:55 +01:00
8912e4cad6
Merge branch 'dev.git-overcommit' into dev
bp
2016-08-09 15:25:26 +01:00
e1dada8f10
Added overcommit and untracked file checker
bp
2016-08-09 15:23:45 +01:00
aa2c235e1e
Merge branch 'fixup-switch' into dev
bp
2016-08-09 10:56:40 +01:00
f4d151f1dd
Fixed missing break statements in AudioFile switch.
bp
2016-08-09 10:56:23 +01:00
2c5d541e3c
Merge branch 'dev.analyses' into dev
bp
2016-08-09 10:52:03 +01:00
ed3b3a20ac
Added critical missing files from previous commits.
bp
2016-08-09 10:25:53 +01:00
5fd9e91f70
Implemented initial analyses using a polymorphic base class
bp
2016-08-07 16:47:02 +01:00
c24e851e4e
Begun creating analysis factory object.
bp
2016-08-07 13:23:35 +01:00
3a951787af
Fixed analyse member function in AnalysedAudioFile.
bp
2016-08-07 10:07:45 +01:00
f8b5659d1a
Merge branch 'dev.hdf5' into dev
bp
2016-08-06 20:43:24 +01:00
a6a7242d22
Finished basic implementation of HDF5 in AnalysedAudioFile class.
bp
2016-08-06 18:47:27 +01:00
31ee30d9fd
Fixed logging in tests and stopped HDF5 from printing exceptions automatically.
bp
2016-08-06 11:59:40 +01:00
e054065a49
Replaced object based logger with a global macro based logger.
bp
2016-08-03 14:54:40 +01:00
54ffb86f53
Added HDF5 to cmakelist, begun implementing HDF5 reading in AudioDatabase
bp
2016-08-02 17:12:33 +01:00
0ea6a3d047
Merge branch 'dev.config' into dev
bp
2016-08-01 17:55:34 +01:00
abd7866ae8
Added ability to provide a custom configuration file to the program via a --config flag
bp
2016-08-01 16:52:47 +01:00
91005c27c0
Merge branch 'dev.config' into dev
bp
2016-08-01 15:07:49 +01:00
6b7363ac5e
Finished adding config.ini parsing to project
bp
2016-08-01 14:52:04 +01:00
eb4479bf9d
Logger is no longer passed to objects by pointer.
bp
2016-07-31 16:41:49 +01:00
a16a2e3a3e
Begun config parser
bp
2016-07-26 21:09:55 +01:00
51369b8cb3
Merge branch 'dev'
master
bp
2016-07-26 12:41:07 +01:00
bc64642d8c
Implemented database creation/loading logic.
bp
2016-07-19 15:13:37 +01:00
729df10465
Improved exception raised from invalid analysis strings.
bp
2016-07-19 13:48:24 +01:00
a6b6631289
Improved command line interface.
bp
2016-07-18 14:54:59 +01:00
1fd2a35c4b
Added logging to AudioDatabase. Also implemented analysis string checking.
bp
2016-07-11 22:07:49 +01:00
6cb48863cf
Begun creation of audio database class. Rethought AudioFile class design (removed mode switching approach)
bp
2016-07-11 20:59:54 +01:00
7f56ede916
Added check for libsndfile library to cmake
bp
2016-07-04 22:47:37 +01:00
0ce22ae527
Merge branch 'dev.test_suite' into dev
bp
2016-07-04 19:34:17 +01:00
d886cb8772
renamed test files/folder. Added basic tests file for creating initial tests
bp
2016-07-04 19:28:21 +01:00
9bf3013405
Merge branch 'dev.test_suite' into dev
bp
2016-07-04 18:33:55 +01:00
f76fbd50da
CMake is now working - Empty test suite is created and built alongside the main concatenator executable
bp
2016-07-04 18:26:57 +01:00
5aba10efb7
In the process of creating unit tests/cmake files.
bp
2016-07-04 16:45:04 +01:00
c419ef22d5
Merge branch 'dev'
bp
2016-07-04 13:49:45 +01:00
cabcad57b4
Finished creating simple console/file logger
bp
2016-07-02 17:27:15 +01:00
47b8a71d24
Removed unnesesary code relating to creating a log file
bp
2016-07-02 16:06:44 +01:00
2c4d8ef172
End of day commit
bp
2016-07-02 10:06:23 +01:00
d1d9c9d8f7
Implemented severity level display on log file output
bp
2016-07-01 18:37:55 +01:00
8f10655106
In the process of adding a log file options to the logger module - end of day commit
bp
2016-06-30 22:29:07 +01:00
81cb1a5f60
In the process of adding a log file options to the logger module
bp
2016-06-30 17:47:24 +01:00
2ba089aa74
Created basic logging module
bp
2016-06-30 15:53:24 +01:00
b0978f0ced
Added a readme and created cpp and h files to begin structuring the project.
bp
2016-06-29 21:37:06 +01:00
928fdfcae8
Added .clang file for proper clang checking. Renamed arguiment parser module.
bp
2016-06-29 20:20:02 +01:00
e86b603f9e
Initial commit. Created basic project structure, begun creating a cmake config and implemented the start of a command line argument parser
bp
2016-06-29 19:19:09 +01:00