/**
 * @file app_media.h
 * @brief Audio media data declarations for speaker playback example
 *
 * This header file contains external declarations for embedded audio media data
 * used in the speaker playback example. It provides access to pre-encoded audio
 * data stored as C arrays for demonstration purposes.
 *
 * @copyright Copyright (c) 2021-2025 Tuya Inc. All Rights Reserved.
 *
 */

#ifndef __APP_MEDIA_H__
#define __APP_MEDIA_H__

#include "tuya_cloud_types.h"

extern const char media_src_hello_tuya_16k[9009];

#endif // __APP_MEDIA_H__
