mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-24 00:19:34 +02:00
feat: added audio speed change tool with adjustable speed and output format options
This commit is contained in:
8
src/pages/tools/audio/change-speed/service.ts
Normal file
8
src/pages/tools/audio/change-speed/service.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { InitialValuesType } from './types';
|
||||
|
||||
export function main(
|
||||
input: File | null,
|
||||
options: InitialValuesType
|
||||
): File | null {
|
||||
return input;
|
||||
}
|
Reference in New Issue
Block a user