function generate_openai_audio_on_publish($post_id) { if (get_post_type($post_id) !== 'post') return; $post = get_post($post_id); $text = wp_strip_all_tags($post->post_content); $text = mb_substr($text, 0, 4000); // Limit text length $api_key = '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'; // Replace with your real key $voice = 'nova'; // voice option $response = wp_remote_post('https://api.openai.com/v1/audio/speech', [ 'headers' => [ 'Authorization' => 'Bearer ' . $api_key, 'Content-Type' => 'application/json' ], 'body' => json_encode([ 'model' => 'tts-1', 'voice' => $voice, 'input' => $text ]) ]); if (is_wp_error($response)) return; $body = wp_remote_retrieve_body($response); $data = json_decode($body, true); if (!$data || empty($data['audio_url'])) return; $audio_url = $data['audio_url']; // Download audio file from OpenAI $audio_response = wp_remote_get($audio_url); if (is_wp_error($audio_response)) return; $audio_content = wp_remote_retrieve_body($audio_response); if (!$audio_content) return; // Save the audio file to uploads folder $upload = wp_upload_bits("post-{$post_id}.mp3", null, $audio_content); if ($upload['error']) return; // Save URL in post meta for later retrieval update_post_meta($post_id, '_openai_audio_url', $upload['url']); } Davao Sur town benchmarks Davao Oriental’s community fish landing center - newslineph.press

Davao Sur town benchmarks Davao Oriental’s community fish landing center

0

Community Fish landing.-Photo : LGU Lupon

DAVAO CITY, Philippines — On September 6, 2024, the municipal government of Sta. Cruz, Davao del Sur, conducted a benchmarking activity at the Community Fish Landing Center (CFLC) in Lupon, Davao Oriental.

The visit was designed to explore the CFLC’s operations, best practices, and innovative approaches. The center has been recognized for its efficiency in fishery management and its positive impact on local economic development.

The Sta. Cruz delegation was warmly welcomed by Mr. Robert R. Simbahon, Head of the Municipal Economic Enterprise Department, along with his staff and representatives from the fishery sector.

Accompanied by members of their People’s Organization, the group aimed to observe the CFLC’s operation and management practices. Their goal was to learn how to effectively run their own fish landing center and ultimately benefit their local community.

The CFLC in Lupon has played a crucial role in the town’s economic growth by providing a well-organized facility for managing and distributing marine resources. Sta. Cruz hopes to adopt similar strategies to improve their local fishery practices and enhance the livelihoods of their fishermen.

About The Author

Leave a Reply

Your email address will not be published. Required fields are marked *

Copyright © All rights reserved. | CoverNews by AF themes.