View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012601 | MMW 5 | General | public | 2015-02-19 09:08 | 2022-09-14 14:32 |
Reporter | jiri | Assigned To | |||
Priority | low | Severity | minor | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Target Version | 5.2 | ||||
Summary | 0012601: MAC Build updates | ||||
Description | 1. 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. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Updated MAC version to CEF39 |
|
Items 1, 2 fixed. 5 described in build/buildmac file. 3 & 4 left (app icon does not work well for some reason). |
|
Stability issues fixed. |
|
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 |
|
App and package icon fixed. |
|
Reduced priority for remaining features for OSX. |
|
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). |
|
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/ |
|
Basic AudioUnit DSP plugin is finished - visualization is working on OSX. |