![]() | Logo by Marko (anonymous IP: 10.10.232.200,0) | |||||||||||
| ||||||||||||
Audio (351) Datatype (51) Demo (207) Development (628) Document (24) Driver (102) Emulation (155) Game (1050) Graphics (516) Library (123) Network (241) Office (69) Utility (960) Video (74) Total files: 4551 Full index file Recent index file
 Amigans.net  OpenAmiga  Aminet  UtilityBase  IntuitionBase  AmigaBounty
Support the site
|
[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] AudioPlayer.mcc is a MUI custom class that subclasses Area.mui. It loads a WAV or raw PCM file, draws a waveform with a spectrum and playhead, and plays the audio through AHI. The control bar has play/pause, stop, rewind and elapsed time. Click the waveform to seek. It was written for the Speech tab in AmigaGPT and is published so other MUI programs can embed the same player. Requirements: - MUI 3 or later - AHI for playback (https://aminet.net/package/driver/audio/ahiusr_4.18) - AmigaOS 3.1+ with a 68020 or higher, AmigaOS 4.1, or MorphOS Installation: - Extract AudioPlayer.lha - Run Install-MCC_AudioPlayer - The installer copies AudioPlayer.mcc to MUI:Libs/MUI on AmigaOS or SYS:Classes/MUI on MorphOS - Reboot or restart MUI applications that should pick up the class Developer: - include/mui/AudioPlayer_mcc.h is in the Developer drawer - Autodocs/MCC_AudioPlayer.doc is in Developer/Autodocs - Class name: AudioPlayer.mcc - Load a file with MUIA_AudioPlayer_FileName - Pump playback with MUIM_AudioPlayer_Service while your app is idle Source: https://github.com/sacredbanana/MCC_AudioPlayer | |||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright (c) 2004-2026 by Björn Hagström All Rights Reserved Amiga OS and its logos are registered trademarks of Hyperion Entertainment |