forked from rc/aircox
Work on utility test class + use them as poc in test_sound_monitor
This commit is contained in:
8
aircox/controllers/README.md
Normal file
8
aircox/controllers/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
# aircox.controllers
|
||||
This module provides the following controllers classes:
|
||||
- `log_archiver.LogArchive`: dumps and load gzip archives from Log models.
|
||||
- `sound_file.SoundFile`: handle synchronisation between filesystem and database for a sound file.
|
||||
- `sound_monitor.SoundMonitor`: monitor filesystem for changes on audio files and synchronise database.
|
||||
- `sound_stats.SoundStats` (+ `SoxStats`): get audio statistics of an audio file using Sox.
|
||||
- `diffuions.Diffusions`: generate, update and clean diffusions.
|
||||
- `playlist_import.PlaylistImport`: import playlists from CSV.
|
Reference in New Issue
Block a user