Modified by:[EMAIL PROTECTED]
Reviewed by:
Date:12/15/2005
Project:audio
Synopsis: sample rate updating

Overview:
There are some sample rates that are not considered in the function
NumbertoFlag.
The missing samplerates were added.

Index: device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp
===================================================================
RCS file:
/cvsroot/audio/device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp,v
retrieving revision 1.13
diff -u -r1.13 audio_session-mmf.cpp
--- device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp  1 Dec 2005
20:01:14 -0000  1.13
+++ device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp  15 Dec 2005
15:39:46 -0000
@@ -182,6 +182,16 @@
         return  EMMFSampleRate44100Hz;
     case 48000:
         return  EMMFSampleRate48000Hz;
+       case 88200:
+               return EMMFSampleRate88200Hz;
+       case 96000:
+               return EMMFSampleRate96000Hz;
+       case 12000:
+               return EMMFSampleRate12000Hz;
+       case 24000:
+               return EMMFSampleRate24000Hz;
+       case 64000:
+               return EMMFSampleRate64000Hz;
     default:
         break;
     }


Files Modified:

[audio/device/platform/symbian/audiosvr/mmf/audio_session-mmf.cpp]

Image Size and Heap Use impact: None
Platforms and Profiles Affected: symbian-80-thumb,helix-client-s60-advanced
Distribution Libraries Affected: None
Distribution library impact and planned action: None
Platforms and Profiles Build Verified:
symbian-80-thumb,helix-client-s60-advanced
Platforms and Profiles Functionality verified:
symbian-80-thumb,helix-client-s60-advanced
Branch: helix_restricted


Copyright assignment:
I agree to assign to RealNetworks full copyright ownership of the code
represented by the attached patch. I warrant that I am legally entitled to
grant the copyright assignment and that my contribution does not violate any
law or breach any contract. I understand that RealNetworks may license this
code under RPSL, RCSL, and/or any other license at RealNetworks' sole
discretion.

Attachment: audio.patch
Description: Binary data

_______________________________________________
Audio-dev mailing list
[email protected]
http://lists.helixcommunity.org/mailman/listinfo/audio-dev
_______________________________________________
Audio-dev mailing list
[email protected]
http://lists.helixcommunity.org/mailman/listinfo/audio-dev
_______________________________________________
Audio-dev mailing list
[email protected]
http://lists.helixcommunity.org/mailman/listinfo/audio-dev

Reply via email to