View Issue Details

IDProjectCategoryView StatusLast Update
0012601MMW 5Generalpublic2022-09-14 14:32
Reporterjiri Assigned To 
PrioritylowSeverityminorReproducibilityN/A
Status assignedResolutionopen 
Target Version5.2 
Summary0012601: MAC Build updates
Description1. At least basic playback (audio).
2. Embedded windows (for web and video). (lower priority)
3. Stability fixes.
4. App icon.
5. App bundle to be distributed.
TagsNo tags attached.
Fixed in build

Activities

petr

2015-04-27 15:41

developer   ~0042476

Updated MAC version to CEF39

petr

2015-04-30 08:16

developer   ~0042488

Items 1, 2 fixed. 5 described in build/buildmac file. 3 & 4 left (app icon does not work well for some reason).

petr

2015-05-05 07:06

developer   ~0042499

Stability issues fixed.

petr

2015-05-06 09:45

developer   ~0042502

Last edited: 2015-06-13 21:03

Features which will currently not work on OSX:
- visualization (for now we're not able to capture raw data)
- hotkeys (keyboard hook is required)
- some actions on Sleep feature (log off, turn off computer) - resolved
- equalizer (same as for visualization)
- convert (plugins need to be updated for OSX)
- analyze/leveling (gain need to be updated for OSX) - partially resolved
- file monitor (run-time folder monitoring not supported)
- main system menu support (currently disabled, but we probably should enable it) - partially resolved
- more formats support (e.g. FLAC) - most of the plugins converted

petr

2015-05-06 11:54

developer   ~0042503

App and package icon fixed.

petr

2015-05-06 11:55

developer   ~0042504

Reduced priority for remaining features for OSX.

petr

2015-06-15 11:38

developer   ~0042622

Last edited: 2015-06-15 11:40

re. sleep dialog - supported are all modes except hibernation which is not known in OSX
re. format plugins - these plugins are converted: APE, AVI, FLV, MP4, MPC, MPG, WAVE, WMV
re. menu - OSX menu is implemented, but menu item status update need to be resolved (icon, checked state etc.)
re. visualization - this is a bit problematic, because AVAudioPlayer supports only simple VU meter (simple value and peak per channel).

jiri

2015-06-15 12:42

administrator   ~0042625

per IM discussion:
re. visualization, leveling & DSP - Audio Units seem to be for this particular purpose.
re. Audio decoding (and Encoding) - Audio Codes should be there for this purpose - https://developer.apple.com/library/mac/documentation/MusicAudio/Reference/AudioCodecServicesRef/

petr

2015-07-26 08:52

developer   ~0042759

Basic AudioUnit DSP plugin is finished - visualization is working on OSX.