Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for unsupported audio messages #7491

Merged
merged 2 commits into from
Apr 12, 2023

Conversation

Velin92
Copy link
Member

@Velin92 Velin92 commented Apr 12, 2023

Essentially any audio message that was not a voice message or an mp4, could not be played in the timeline.
Now we can support multiple formats (the most common ones like .mp4, .aac, .mp3, .wav)

@Velin92 Velin92 requested review from a team and aringenbach and removed request for a team April 12, 2023 12:47
@Velin92 Velin92 linked an issue Apr 12, 2023 that may be closed by this pull request
@sonarcloud
Copy link

sonarcloud bot commented Apr 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Velin92 Velin92 linked an issue Apr 12, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Apr 12, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01 ⚠️

Comparison is base (dadeef7) 12.29% compared to head (ea245dc) 12.29%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7491      +/-   ##
===========================================
- Coverage    12.29%   12.29%   -0.01%     
===========================================
  Files         1645     1645              
  Lines       163155   163160       +5     
  Branches     66991    66992       +1     
===========================================
  Hits         20066    20066              
- Misses      142439   142444       +5     
  Partials       650      650              
Flag Coverage Δ
uitests 55.24% <ø> (ø)
unittests 6.19% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...eMessages/VoiceMessageAttachmentCacheManager.swift 0.00% <0.00%> (ø)
...oom/VoiceMessages/VoiceMessageAudioConverter.swift 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@aringenbach aringenbach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Velin92 Velin92 merged commit bef8af0 into develop Apr 12, 2023
@Velin92 Velin92 deleted the mauroromito/fix_for_unsupported_audio_messages branch April 12, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Audio Files Playback issue Media playback support
2 participants