Logo
Explore Help
Register Sign In
saulteafarmer/castopod
1
0
Fork 0
You've already forked castopod
mirror of https://code.castopod.org/adaures/castopod synced 2025-05-10 16:25:47 +00:00
Code Issues Packages Projects Releases Wiki Activity
castopod/app/Entities/Clip/Soundbite.php

17 lines
280 B
PHP
Raw Normal View History

feat(clips): setup clip entities and model + save video clip to have it generated in the background
2021-12-21 16:25:03 +00:00
<?php
declare(strict_types=1);
/**
docs(init): create documentation website using vitepress - rename podlibre to adaures - rename castopod-host to castopod - simplify README and redirect to docs site - move INSTALL and UPDATE docs - add new gitlabci pipeline to deploy docs - upgrade node to v16 in Dockerfile
2022-02-19 16:06:11 +00:00
* @copyright 2020 Ad Aures
feat(clips): setup clip entities and model + save video clip to have it generated in the background
2021-12-21 16:25:03 +00:00
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
namespace App\Entities\Clip;
class Soundbite extends BaseClip
{
protected string $type = 'audio';
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 146ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API