Based on existing dirac implementation and observing stock sound effects app and daxservice. History - - Allow bass enhancer to use in speaker also - Remove deprecated PlainTooltipBox - Fix build with kotlinc 1.9.0 - Add launcher icon - Introduce graphical equalizer - Do not set volume leveler amount - Restore all settings upon bootup - Rewrite in Kotlin - Restore dolby profile on audio changes - Guard debug logging - Implement profile-specific Dolby settings - Remove play/pause hack while toggling Dolby - Set proper summary for dolby settings - Always refresh playback if status changed - Introduce Dolby Atmos Co-authored-by: Henrique Silva <jhenrique09.mcz@hotmail.com> Co-authored-by: Pranav Vashi <neobuddy89@gmail.com> Co-authored-by: Fabian Leutenegger <fabian.leutenegger@bluewin.ch> Co-authored-by: basamaryan <basam.aryan@gmail.com> Co-authored-by: Ghosuto <clash.raja10@gmail.com>
17 lines
621 B
Plaintext
17 lines
621 B
Plaintext
// Copyright (C) 2022 FlamingoOS Project
|
|
//
|
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
// you may not use this file except in compliance with the License.
|
|
// You may obtain a copy of the License at
|
|
//
|
|
// http://www.apache.org/licenses/LICENSE-2.0
|
|
//
|
|
// Unless required by applicable law or agreed to in writing, software
|
|
// distributed under the License is distributed on an "AS IS" BASIS,
|
|
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
soong_namespace {
|
|
}
|