export enum SoundScape{
Lagoon = 'lagoon',
Forest = 'forest',
Meadow = 'meadow',
Tropics = 'Tropics', // tropics not known by the backend, x represents tropics currently. it is a bug in the backend
}