paul-bokelman / atmosphere

Immersive audio book generation
1 stars 0 forks source link

task: populate sfx database #17

Closed paul-bokelman closed 1 week ago

paul-bokelman commented 1 week ago

Description

fill up the sfx database so gemini has more options to choose from

Parent: #8

paul-bokelman commented 1 week ago

Originally I was going to upload everything to google drive and map to their gids but I think the best course of action is actually to write a script that fills the db with mappings to local audio files. This not only makes retrieval faster but also makes seeding the database much more simple.

paul-bokelman commented 1 week ago

This change will require mappings to be refactored. This is okay because it already needs to be refactored, refer to #18 for more information.

paul-bokelman commented 1 week ago

Default seed should just pull a relations.json from the media folder and apply all the relations. Addition functionality should be added for quickly and properly tagging all entries. There should also be a command to initialize the local sound effects (pull from cloud and download to folder).