| // Copyright 2020 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "chromeos/services/tts/constants.h" | |
| namespace chromeos { | |
| namespace tts { | |
| const char kLibchromettsPath[] = | |
| "/usr/share/chromeos-assets/speech_synthesis/patts/libchrometts.so"; | |
| const char kTempDataDirectory[] = "/tmp/tts"; | |
| } // namespace tts | |
| } // namespace chromeos |