PageRenderTime 899ms queryTime 44ms sortTime 179ms getByIdsTime 447ms findMatchingLines 17ms

71+ results for 'mp3 source:Github repo:tugazuz/tugazuz.github.com' (899 ms)

Not the results you expected?
ZipFile.cpp https://github.com/energy6/xbmc.git | C++ | 513 lines
                    
174      if (iFilePosition == m_iFilePos)
                    
175        return m_iFilePos; // mp3reader does this lots-of-times
                    
176      if (iFilePosition > mZipItem.usize || iFilePosition < 0)
                    
                
SKP_Silk_find_LTP_FIX.c https://github.com/rbochet/batphone.git | C | 234 lines
                    
106        temp32 = SKP_DIV32( SKP_LSHIFT( ( SKP_int32 )Wght_Q15[ k ], 16 ), denom32 );  /* Q( 15 + 16 + corr_rshifts[k] - extra_shifts ) */
                    
107        temp32 = SKP_RSHIFT( temp32, 31 + corr_rshifts[ k ] - extra_shifts - 26 );  /* Q26 */
                    
108        
                    
116        if( 26 - 18 + lshift < 31 ) {
                    
117            temp32 = SKP_min_32( temp32, SKP_LSHIFT( ( SKP_int32 )1, 26 - 18 + lshift ) );
                    
118        }
                    
190        /* w has at least 2 bits of headroom so no overflow should happen */
                    
191        temp32 = SKP_ADD32( temp32,                     SKP_RSHIFT( w[ k ], maxRshifts_wxtra - corr_rshifts[ k ] ) );                    /* Q( 18 - maxRshifts_wxtra ) */
                    
192        wd     = SKP_ADD32( wd, SKP_LSHIFT( SKP_SMULWW( SKP_RSHIFT( w[ k ], maxRshifts_wxtra - corr_rshifts[ k ] ), d_Q14[ k ] ), 2 ) ); /* Q( 18 - maxRshifts_wxtra ) */
                    
199        if( 2 - corr_rshifts[k] > 0 ) {
                    
200            temp32 = SKP_RSHIFT( w[ k ], 2 - corr_rshifts[ k ] );
                    
201        } else {
                    
215        }
                    
216        temp32 = SKP_DIV32( g_Q26, temp32 ); /* Q14->Q12 */
                    
217        for( i = 0; i < LTP_ORDER; i++ ) {
                    
                
AbstractLyrics3v2FieldBody.html https://github.com/dlbeswick/vanilla.git | HTML | 256 lines
                    
95<TD COLSPAN=2><FONT SIZE="+2">
                    
96Uses of <A HREF="../../../../../org/farng/mp3/lyrics3/AbstractLyrics3v2FieldBody.html" title="class in org.farng.mp3.lyrics3">AbstractLyrics3v2FieldBody</A> in <A HREF="../../../../../org/farng/mp3/lyrics3/package-summary.html">org.farng.mp3.lyrics3</A></FONT></TD>
                    
97</TR>
                    
103<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
                    
104<TD COLSPAN=2>Subclasses of <A HREF="../../../../../org/farng/mp3/lyrics3/AbstractLyrics3v2FieldBody.html" title="class in org.farng.mp3.lyrics3">AbstractLyrics3v2FieldBody</A> in <A HREF="../../../../../org/farng/mp3/lyrics3/package-summary.html">org.farng.mp3.lyrics3</A></FONT></TD>
                    
105</TR>
                    
183<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
                    
184<TD COLSPAN=2>Constructors in <A HREF="../../../../../org/farng/mp3/lyrics3/package-summary.html">org.farng.mp3.lyrics3</A> with parameters of type <A HREF="../../../../../org/farng/mp3/lyrics3/AbstractLyrics3v2FieldBody.html" title="class in org.farng.mp3.lyrics3">AbstractLyrics3v2FieldBody</A></FONT></TD>
                    
185</TR>
                    
186<TR BGCOLOR="white" CLASS="TableRowColor">
                    
187<TD><CODE><B><A HREF="../../../../../org/farng/mp3/lyrics3/Lyrics3v2Field.html#Lyrics3v2Field(org.farng.mp3.lyrics3.AbstractLyrics3v2FieldBody)">Lyrics3v2Field</A></B>(<A HREF="../../../../../org/farng/mp3/lyrics3/AbstractLyrics3v2FieldBody.html" title="class in org.farng.mp3.lyrics3">AbstractLyrics3v2FieldBody</A>&nbsp;body)</CODE>
                    
188
                    
192<TR BGCOLOR="white" CLASS="TableRowColor">
                    
193<TD><CODE><B><A HREF="../../../../../org/farng/mp3/lyrics3/AbstractLyrics3v2FieldBody.html#AbstractLyrics3v2FieldBody(org.farng.mp3.lyrics3.AbstractLyrics3v2FieldBody)">AbstractLyrics3v2FieldBody</A></B>(<A HREF="../../../../../org/farng/mp3/lyrics3/AbstractLyrics3v2FieldBody.html" title="class in org.farng.mp3.lyrics3">AbstractLyrics3v2FieldBody</A>&nbsp;copyObject)</CODE>
                    
194
                    
                
pvmp3_imdct_synth.cpp https://github.com/Andproject/platform_external_opencore.git | C++ | 368 lines
                    
21   PacketVideo Corp.
                    
22   MP3 Decoder Library
                    
23
                    
23
                    
24   Filename: pvmp3_imdct_synth.cpp
                    
25
                    
89
                    
90#include "pvmp3_imdct_synth.h"
                    
91#include "pv_mp3dec_fxd_op.h"
                    
91#include "pv_mp3dec_fxd_op.h"
                    
92#include "pvmp3_dec_defs.h"
                    
93#include "pvmp3_mdct_18.h"
                    
93#include "pvmp3_mdct_18.h"
                    
94#include "pvmp3_mdct_6.h"
                    
95#include "mp3_mem_funcs.h"
                    
                
install.php https://github.com/gburca/Grammafone.git | PHP | 393 lines
                    
145			if(mp3act_connect()){
                    
146				$query = "SELECT user_id FROM mp3act_users";
                    
147				$result = @mysql_query($query);
                    
148				if(@mysql_num_rows($result) > 0){
                    
149					echo "<strong class='error'>It appears that you have already installed mp3act on this computer.</strong><br/><br/>";
                    
150					echo "<a href=\"http://$GLOBALS[http_server]$GLOBALS[uri_path]/\">Login to your mp3act server</a><br/>";
                    
249
                    
250$querys['stats'] = "CREATE TABLE mp3act_stats (
                    
251  num_artists smallint(5) unsigned NOT NULL default '0',
                    
353    	<strong>Amazon API Key</strong><br/>(needed for downloading Album Art) <a href='http://www.amazon.com/webservices/' target='_new'>Obtain Key</a><br/><input type='text' size='30' name='amazonid' /><br/><br/>
                    
354    	 <strong>Path to MP3 Player</strong><br/>(ex. /usr/bin/mpg123)<br/><input type='text' size='30' name='mp3bin'  /><br/><br/>
                    
355    	 <strong>Path to Lame Encoder</strong><br/>(ex. /usr/bin/lame)<br/><input type='text' size='30' name='lamebin'  /><br/><br/>
                    
365			mp3act_connect();
                    
366			$query = "UPDATE mp3act_settings SET invite_mode=$_POST[invite],sample_mode=$_POST[sample_mode],downloads=$_POST[downloads],amazonid=\"$_POST[amazonid]\",upload_path=\"$_POST[upload_path]\",mp3bin=\"$_POST[mp3bin]\",lamebin=\"$_POST[lamebin]\",phpbin=\"$_POST[phpbin]\" WHERE id=1";
                    
367			mysql_query($query);
                    
                
Makefile https://github.com/tsangpozheng/iFrameExtractor.git | Makefile | 276 lines
                    
111OBJS-$(CONFIG_MP2_MUXER)                 += mp3.o id3v1.o
                    
112OBJS-$(CONFIG_MP3_DEMUXER)               += mp3.o id3v1.o id3v2.o
                    
113OBJS-$(CONFIG_MP3_MUXER)                 += mp3.o id3v1.o id3v2.o
                    
                
fckconfig.js https://github.com/tekimaki/fckeditor.git | JavaScript | 325 lines
                    
300FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension ;
                    
301FCKConfig.LinkUploadAllowedExtensions	= ".(7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip)$" ;			// empty for all
                    
302FCKConfig.LinkUploadDeniedExtensions	= "" ;	// empty for no one
                    
                
rtpenc.c https://github.com/shaobin0604/rockplayer_ffmpeg_git_20100418.git | C | 458 lines
                    
43    case CODEC_ID_MP2:
                    
44    case CODEC_ID_MP3:
                    
45    case CODEC_ID_PCM_ALAW:
                    
122    case CODEC_ID_MP2:
                    
123    case CODEC_ID_MP3:
                    
124        s->buf_ptr = s->buf + 4;
                    
398    case CODEC_ID_MP2:
                    
399    case CODEC_ID_MP3:
                    
400        rtp_send_mpegaudio(s1, pkt->data, size);
                    
                
MP3LoaderVars.as https://github.com/slip/CourseBuilder.git | ActionScript | 209 lines
                    
12 * 
                    
13 * There are 2 primary benefits of using a MP3LoaderVars instance to define your MP3Loader variables:
                    
14 *  <ol>
                    
24 * <b>Without MP3LoaderVars:</b><br /><code>
                    
25 * new MP3Loader("audio.mp3", {name:"audio", estimatedBytes:11500, autoPlay:false, onComplete:completeHandler, onProgress:progressHandler})</code><br /><br />
                    
26 * 
                    
27 * <b>With MP3LoaderVars</b><br /><code>
                    
28 * new MP3Loader("audio.mp3", new MP3LoaderVars().name("audio").estimatedBytes(11500).autoPlay(false).onComplete(completeHandler).onProgress(progressHandler))</code><br /><br />
                    
29 * 
                    
33 * 		 In fact, if you want maximum backwards compatibility, you can tack ".vars" onto the end of your chain like this:<br /><code>
                    
34 * 		 new MP3Loader("audio.mp3", new MP3LoaderVars().name("mp3").estimatedBytes(11500).autoPlay(false).vars);</code></li>
                    
35 *	<li> Using MP3LoaderVars is completely optional. If you prefer the shorter synatax with the generic Object, feel
                    
108		/** A handler function for <code>LoaderEvent.COMPLETE</code> events which are dispatched when the loader has finished loading successfully. Make sure your onComplete function accepts a single parameter of type <code>LoaderEvent</code> (<code>com.greensock.events.LoaderEvent</code>). **/
                    
109		public function onComplete(value:Function):MP3LoaderVars {
                    
110			return _set("onComplete", value);
                    
                
resample.c git://github.com/lince/libffmpeg-c.git | C | 427 lines
                    
284    short *bufout[MAX_CHANNELS];
                    
285    short *buftmp2[MAX_CHANNELS], *buftmp3[MAX_CHANNELS];
                    
286    short *output_bak = NULL;
                    
350    if (s->input_channels == 2 && s->output_channels == 1) {
                    
351        buftmp3[0] = output;
                    
352        stereo_to_mono(buftmp2[0], input, nb_samples);
                    
353    } else if (s->output_channels >= 2 && s->input_channels == 1) {
                    
354        buftmp3[0] = bufout[0];
                    
355        memcpy(buftmp2[0], input, nb_samples * sizeof(short));
                    
356    } else if (s->input_channels == 6 && s->output_channels ==2) {
                    
357        buftmp3[0] = bufout[0];
                    
358        buftmp3[1] = bufout[1];
                    
387    } else if (s->output_channels == 6 && s->input_channels == 2) {
                    
388        ac3_5p1_mux(output, buftmp3[0], buftmp3[1], nb_samples1);
                    
389    } else if ((s->output_channels == s->input_channels && s->input_channels >= 2) ||
                    
                
myKshowMetadataCreator.class.php https://github.com/richhl/kalturaCE.git | PHP | 437 lines
                    
23	private static $SWF_EXT = array ( "swf" );
                    
24	private static $AUDIO_EXT = array ( "mp3" );
                    
25	private static $RTMP_PREFIX = array ( "rtmp" , "rtmpt" );
                    
                
playlist.h https://github.com/jdgordon/rockbox.git | C Header | 183 lines
                    
119{
                    
120    char filename[MAX_PATH]; /* path name of mp3 file               */
                    
121    int  attr;               /* playlist attributes for track       */
                    
138int playlist_get_resume_info(int *resume_index);
                    
139int playlist_update_resume_info(const struct mp3entry* id3);
                    
140int playlist_get_display_index(void);
                    
                
starting-terminal.php https://github.com/AJenbo/ubuntudanmark.dk.git | PHP | 152 lines
                    
43    <script async="true" type="text/javascript">
                    
44	var analyticsFileTypes = ['mp3','pdf','ogg'];
                    
45	var analyticsEventTracking = 'enabled';
                    
                
Makefile https://github.com/ericvh/linux.git | Makefile | 218 lines
                    
64obj-$(CONFIG_NPCM7XX_WATCHDOG) += npcm_wdt.o
                    
65obj-$(CONFIG_STMP3XXX_RTC_WATCHDOG) += stmp3xxx_rtc_wdt.o
                    
66obj-$(CONFIG_NUC900_WATCHDOG) += nuc900_wdt.o
                    
                
mpc.c https://github.com/claymodel/rockbox.git | C | 220 lines
                    
37
                    
38static int set_replaygain_sv7(struct mp3entry* id3, 
                    
39                              bool album, 
                    
54
                    
55static int set_replaygain_sv8(struct mp3entry* id3, 
                    
56                              bool album, 
                    
94
                    
95bool get_musepack_metadata(int fd, struct mp3entry *id3)
                    
96{
                    
                
media_cases.py git://github.com/chromium/chromium.git | Python | 390 lines
                    
21    'pcm',
                    
22    'mp3',
                    
23    'aac',
                    
260
                    
261      # Audio only test cases. MP3 and OGG are important to test since they are
                    
262      # unstructured containers and thus are prone to efficiency regressions.
                    
267      _BeginningToEndPlayPage(
                    
268          url=_URL_BASE + 'video.html?src=tulip2.mp3&type=audio',
                    
269          page_set=page_set,
                    
269          page_set=page_set,
                    
270          tags=['mp3', 'audio_only']),
                    
271      _BeginningToEndPlayPage(
                    
296
                    
297      # Seek tests in MP3 and OGG are important since they don't have seek
                    
298      # indices and thus show off efficiency regressions easily.
                    
                
AOP.php https://github.com/JeCat/framework.git | PHP | 299 lines
                    
20//  不很相关:
                    
21//    [MP3]			http://www.google.com/search?q=jellicle+songs+for+jellicle+cats+Andrew+Lloyd+Webber
                    
22//    [VCD/DVD]		http://www.google.com/search?q=CAT+Andrew+Lloyd+Webber+video
                    
                
Request.pm git://github.com/boumenot/p5-Net-Amazon.git | Perl | 428 lines
                    
40    Manufacturer => 'ItemSearch',
                    
41    MP3Downloads => 'ItemSearch',
                    
42    MusicLabel   => 'ItemSearch',
                    
                
emc1403.c https://github.com/zossso/cm-kernel.git | C | 344 lines
                    
186
                    
187static SENSOR_DEVICE_ATTR(temp3_min, S_IRUGO | S_IWUSR,
                    
188	show_temp, store_temp, 0x16);
                    
188	show_temp, store_temp, 0x16);
                    
189static SENSOR_DEVICE_ATTR(temp3_max, S_IRUGO | S_IWUSR,
                    
190	show_temp, store_temp, 0x15);
                    
190	show_temp, store_temp, 0x15);
                    
191static SENSOR_DEVICE_ATTR(temp3_crit, S_IRUGO | S_IWUSR,
                    
192	show_temp, store_temp, 0x1A);
                    
192	show_temp, store_temp, 0x1A);
                    
193static SENSOR_DEVICE_ATTR(temp3_input, S_IRUGO, show_temp, NULL, 0x23);
                    
194static SENSOR_DEVICE_ATTR_2(temp3_min_alarm, S_IRUGO,
                    
195	show_bit, NULL, 0x36, 0x04);
                    
196static SENSOR_DEVICE_ATTR_2(temp3_max_alarm, S_IRUGO,
                    
197	show_bit, NULL, 0x35, 0x04);
                    
                
hipe_arm_ra_postconditions.erl https://github.com/dustin/otp.git | Erlang | 278 lines
                    
140  {FixDstLo,NewDstLo,DidSpill1} = fix_dst(DstLo, TempMap, Strategy),	% temp1
                    
141  {FixDstHi,NewDstHi,DidSpill2} = fix_dst2(DstHi, TempMap, Strategy),	% temp3
                    
142  {FixSrc1,NewSrc1,DidSpill3} = fix_src2(Src1, TempMap, Strategy),	% temp2
                    
142  {FixSrc1,NewSrc1,DidSpill3} = fix_src2(Src1, TempMap, Strategy),	% temp2
                    
143  {FixSrc2,NewSrc2,DidSpill4} = fix_src1(Src2, TempMap, Strategy),	% temp1; temp3 would be OK
                    
144  NewI = I#smull{dstlo=NewDstLo,dsthi=NewDstHi,src1=NewSrc1,src2=NewSrc2},
                    
227fix_src3(Src, TempMap, Strategy) ->
                    
228  fix_src(Src, TempMap, temp3(Strategy)).
                    
229
                    
230temp3('new') -> [];
                    
231temp3('fixed') -> hipe_arm_registers:temp3().
                    
232
                    
247fix_dst2(Dst, TempMap, Strategy) -> % only used for smull's DstHi
                    
248  fix_dst_common(Dst, TempMap, temp3(Strategy)).
                    
249
                    
                
GSLibraryLoader.java https://github.com/samn/spectral-workbench.git | Java | 263 lines
                    
61      { "libmms-0", new String[] {}, false },
                    
62      { "libmp3lame-0", new String[] {}, false },
                    
63      { "libmpeg2-0", new String[] {}, false },
                    
                
media.php https://github.com/t73biz/BaseApp.git | PHP | 256 lines
                    
65		'aiff' => 'audio/x-aiff', 'au' => 'audio/basic', 'kar' => 'audio/midi', 'mid' => 'audio/midi',
                    
66		'midi' => 'audio/midi', 'mp2' => 'audio/mpeg', 'mp3' => 'audio/mpeg', 'mpga' => 'audio/mpeg',
                    
67		'ra' => 'audio/x-realaudio', 'ram' => 'audio/x-pn-realaudio', 'rm' => 'audio/x-pn-realaudio',
                    
                
libnut.c https://github.com/AnthonyNystrom/MobiVU.git | C | 359 lines
                    
41    { CODEC_ID_MPEG4,  MKTAG('m', 'p', '4', 'v') },
                    
42    { CODEC_ID_MP3,    MKTAG('m', 'p', '3', ' ') },
                    
43    { CODEC_ID_VORBIS, MKTAG('v', 'r', 'b', 's') },
                    
                
alpha_processing_mips_dsp_r2.c https://github.com/chromium/chromium.git | C | 228 lines
                    
43        : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
                    
44          [temp3]"=&r"(temp3), [palpha]"+r"(palpha), [pdst]"+r"(pdst),
                    
45          [alpha_mask]"+r"(alpha_mask)
                    
108          "mul          %[temp2],   %[temp2],      %[temp0]          \n\t"
                    
109          "mul          %[temp3],   %[temp3],      %[temp0]          \n\t"
                    
110          "precrq.ph.w  %[temp1],   %[temp2],      %[temp1]          \n\t"
                    
112          "addu         %[temp1],   %[temp1],      %[c_8000080]      \n\t"
                    
113          "precrq.ph.w  %[temp3],   %[argb],       %[temp3]          \n\t"
                    
114          "precrq.qb.ph %[temp1],   %[temp3],      %[temp1]          \n\t"
                    
115          : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
                    
116            [temp3]"=&r"(temp3), [alpha]"=&r"(alpha)
                    
117          : [inverse]"r"(inverse), [c_00ffffff]"r"(c_00ffffff),
                    
162    : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2),
                    
163      [temp3]"=&r"(temp3), [offset]"=&r"(offset), [out]"+&r"(out)
                    
164    : [a]"r"(a), [r]"r"(r), [g]"r"(g), [b]"r"(b), [step]"r"(step),
                    
                
lift_w_bitshift.c https://github.com/tdfischer/fourier.git | C | 407 lines
                    
92    pair2[size], R[size], xtemp[size], Rold[size], temp2[size], Sold[size],
                    
93    temp3[size], temp4[size];
                    
94    double x[size], x1[size], c, s, r, s1, r1, p1a[size], p2a[size], p[size],
                    
217                    for ( i = 0, h4; h4 < L; h4++, i++ ) {
                    
218                        temp3[i] = temp2[h4]; //8-1a5
                    
219                    }
                    
220
                    
221                    lift90sr ( temp3, Sold, Rold, i + 1 );
                    
222                    for ( i = 0, h5 = L >> 1; h5 < L; i++, h5++ ) {
                    
261                for ( i = 0, h4; h4 < L; h4++, i++ ) {
                    
262                    temp3[i] = temp2[h4];     //8-1a5
                    
263                }
                    
264
                    
265                sumdiff2 ( temp3,0,i );
                    
266                for ( i = 0, h5 = L >> 1; h5 < L; i++, h5++ ) {
                    
                
c74302b.ada https://github.com/GNA-SERVICES-INC/MoNGate.git | Ada | 308 lines
                    
173               COMP2 : INTEGER;
                    
174               COMP3 : BOOLEAN;
                    
175          END RECORD;
                    
179               COMP2 : INTEGER := 20;
                    
180               COMP3 : BOOLEAN := FALSE;
                    
181          END RECORD;
                    
                
archive-utils.rb https://github.com/sonota/zip-player.git | Ruby | 525 lines
                    
259    return Anbt::Flac::metadata(local_path)
                    
260  when ".mp3", ".MP3"
                    
261    frame = get_id3_frame(local_path, :TIT2 )
                    
368      ext = File.extname(entry)
                    
369      next unless /^\.(ogg|oga|flac|mp3)$/ =~ ext
                    
370
                    
510
                    
511 #  tag = read_metadata("Yoma_Aoki__02 - girl age ガールエージ.mp3",
                    
512#                       "test/sample/Yoma_Aoki__02 - girl age ガールエージ.mp3")
                    
                
pvmp3_mpeg2_get_scale_data.cpp https://github.com/Andproject/platform_external_opencore.git | C++ | 239 lines
                    
21   PacketVideo Corp.
                    
22   MP3 Decoder Library
                    
23
                    
23
                    
24   Filename: pvmp3_mpeg2_get_scale_data.cpp
                    
25
                    
29Input
                    
30    mp3SideInfo     *si,                    side information
                    
31    int32           gr,                     granule
                    
32    int32           ch,                     channel
                    
33    mp3Header       *info,                  mp3 header information
                    
34    uint32          *scalefac_buffer,
                    
118
                    
119void pvmp3_mpeg2_get_scale_data(mp3SideInfo *si,
                    
120                                int32        gr,
                    
                
fckconfig.js https://github.com/oozcitak/eve-corp-portal.git | JavaScript | 322 lines
                    
302FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension ;

                    
303FCKConfig.LinkUploadAllowedExtensions	= ".(7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip)$" ;			// empty for all

                    
304FCKConfig.LinkUploadDeniedExtensions	= "" ;	// empty for no one

                    
                
makeZoo3.pl https://github.com/rpique/UCSC-Browser-code-add-ons.git | Perl | 324 lines
                    
24    "Gallus_gallus" => "zooChicken3",
                    
25    "Pan_troglodytes" => "zooChimp3",
                    
26    "Bos_taurus" => "zooCow3",
                    
                
filetypes.py https://github.com/karatatar/mediacore.git | Python | 391 lines
                    
44    'flac': 'audio/flac',
                    
45    'mp3':  'audio/mpeg',
                    
46    'mp4':  '%s/mp4',
                    
70    'audio/mp4': 'mp4',
                    
71    'audio/mpeg': 'mp3',
                    
72    'audio/ogg': 'ogg',
                    
90guess_media_type_map = {
                    
91    'mp3':  AUDIO,
                    
92    'm4a':  AUDIO,
                    
135# The list of file extensions that flash should recognize and be able to play.
                    
136flash_supported_containers = ['mp3', 'mp4', 'm4v', 'm4a', 'flv', 'flac']
                    
137flash_supported_browsers = ['firefox', 'opera', 'chrome', 'safari', 'unknown']
                    
165        (3.0, 'm4a', []),
                    
166        (3.0, 'mp3', []),
                    
167    ],
                    
                
module.audio-video.nsv.php https://github.com/robertleeplummerjr/bluebox.git | PHP | 224 lines
                    
113
                    
114			case 'MP3 ':
                    
115			case 'NONE':
                    
                
Makefile https://github.com/apeliom/tikitv.git | Makefile | 201 lines
                    
85OBJS-$(CONFIG_MP2_MUXER)                 += mp3.o
                    
86OBJS-$(CONFIG_MP3_DEMUXER)               += mp3.o
                    
87OBJS-$(CONFIG_MP3_MUXER)                 += mp3.o
                    
                
MP3StreamState.cpp https://github.com/jimjh/liveMedia-for-Android.git | C++ | 458 lines
                    
30
                    
31MP3StreamState::MP3StreamState(UsageEnvironment& env)
                    
32  : fEnv(env), fFid(NULL), fPresentationTimeScale(1) {
                    
34
                    
35MP3StreamState::~MP3StreamState() {
                    
36  // Close our open file or socket:
                    
46
                    
47void MP3StreamState::assignStream(FILE* fid, unsigned fileSize) {
                    
48  fFid = fid;
                    
109
                    
110void MP3StreamState::seekWithinFile(unsigned seekByteNumber) {
                    
111  if (fFidIsReallyASocket) return; // it's not seekable
                    
141				  unsigned& resultDurationInMicroseconds) {
                    
142  /* We assume that "mp3FindNextHeader()" has already been called */
                    
143
                    
                
pv_omxcore.h https://github.com/CyanogenMod/android_external_opencore.git | C Header | 335 lines
                    
70#define DYNAMIC_LOAD_OMX_AMR_COMPONENT 0
                    
71#define DYNAMIC_LOAD_OMX_MP3_COMPONENT 0
                    
72#define DYNAMIC_LOAD_OMX_WMA_COMPONENT 0
                    
89#define DYNAMIC_LOAD_OMX_AMR_COMPONENT 0
                    
90#define DYNAMIC_LOAD_OMX_MP3_COMPONENT 0
                    
91#define DYNAMIC_LOAD_OMX_WMA_COMPONENT 0
                    
168#define PV_OMX_AMRDEC_UUID OsclUuid(0x1d4769f0,0xca0c,0x11dc,0x95,0xff,0x08,0x00,0x20,0x0c,0x9a,0x6f)
                    
169#define PV_OMX_MP3DEC_UUID OsclUuid(0x1d4769f0,0xca0c,0x11dc,0x95,0xff,0x08,0x00,0x20,0x0c,0x9a,0x70)
                    
170#define PV_OMX_WMADEC_UUID OsclUuid(0x1d4769f0,0xca0c,0x11dc,0x95,0xff,0x08,0x00,0x20,0x0c,0x9a,0x71)
                    
276        // they need to be registered
                    
277        // For each OMX Component type (e.g. Mp3, AVC, AAC) there is one entry in this table that contains info
                    
278        // such as component type, factory, destructor functions, library name for dynamic loading etc.
                    
                
sholes-vendor-blobs.mk git://github.com/peteralfonso/platform_vendor_motorola.git | Makefile | 105 lines
                    
51    vendor/motorola/sholes/proprietary/libOMX.TI.AMR.encode.so:/system/lib/libOMX.TI.AMR.encode.so \
                    
52    vendor/motorola/sholes/proprietary/libOMX.TI.MP3.decode.so:/system/lib/libOMX.TI.MP3.decode.so \
                    
53    vendor/motorola/sholes/proprietary/libOMX.TI.WBAMR.decode.so:/system/lib/libOMX.TI.WBAMR.decode.so \
                    
88    vendor/motorola/sholes/proprietary/m4venc_sn.dll64P:/system/lib/dsp/m4venc_sn.dll64P \
                    
89    vendor/motorola/sholes/proprietary/mp3dec_sn.dll64P:/system/lib/dsp/mp3dec_sn.dll64P \
                    
90    vendor/motorola/sholes/proprietary/mp4vdec_sn.dll64P:/system/lib/dsp/mp4vdec_sn.dll64P \
                    
                
Makefile https://github.com/wanwanym/DirectEncode.git | Makefile | 358 lines
                    
130WITH_FRONTEND = lame.exe
                    
131WITH_MP3RTP = 
                    
132WITH_MP3X = 
                    
                
settings.py https://github.com/Ryochan7/YouTubed-2x.git | Python | 386 lines
                    
90            config.set ("settings", "format", "mpeg4")
                    
91        elif self.format == VideoItem.MP3_FILE:
                    
92            config.set ("settings", "format", "mp3")
                    
209                self._format = VideoItem.MP4_AVI_FILE
                    
210            elif value == "mp3":
                    
211                self._format = VideoItem.MP3_FILE
                    
                
sst-mfld-platform-compress.c https://github.com/mturquette/linux.git | C | 268 lines
                    
123	switch (params->codec.id) {
                    
124	case SND_AUDIOCODEC_MP3: {
                    
125		str_params.codec = SST_CODEC_TYPE_MP3;
                    
125		str_params.codec = SST_CODEC_TYPE_MP3;
                    
126		str_params.sparams.uc.mp3_params.num_chan = params->codec.ch_in;
                    
127		str_params.sparams.uc.mp3_params.pcm_wd_sz = 16;
                    
                
Main.java git://github.com/PixelsCommander/FlashJS.git | Java | 261 lines
                    
34		soundExtensions = new ArrayList<String>();
                    
35		soundExtensions.add("mp3");
                    
36		soundExtensions.add("ogg");
                    
102		String extension = getExtension(file);
                    
103		if (extension != "mp3"){
                    
104			copyFileToMP3(file);
                    
111	static void copyFileToMP3(File source) throws IllegalArgumentException, InputFormatException, EncoderException{
                    
112		File target = new File(getDirByExtension("mp3"), changeExtension(getRelativePath(source), ".mp3"));
                    
113		if (target.exists()) return;
                    
115		AudioAttributes audio = new AudioAttributes();
                    
116		audio.setCodec("libmp3lame");
                    
117		audio.setBitRate(new Integer(64000));
                    
121		EncodingAttributes attrs = new EncodingAttributes();
                    
122		attrs.setFormat("mp3");
                    
123		attrs.setAudioAttributes(audio);
                    
                
dce3_1_afmt.c https://github.com/kvaneesh/linux.git | C | 232 lines
                    
74		{ AZ_F0_CODEC_PIN0_CONTROL_AUDIO_DESCRIPTOR2, HDMI_AUDIO_CODING_TYPE_MPEG1 },
                    
75		{ AZ_F0_CODEC_PIN0_CONTROL_AUDIO_DESCRIPTOR3, HDMI_AUDIO_CODING_TYPE_MP3 },
                    
76		{ AZ_F0_CODEC_PIN0_CONTROL_AUDIO_DESCRIPTOR4, HDMI_AUDIO_CODING_TYPE_MPEG2 },
                    
                
Makefile.new.in https://github.com/leag/swftools.git | Autoconf | 129 lines
                    
29
                    
30base_objects=lib/q.$(O) lib/utf8.$(O) lib/png.$(O) lib/jpeg.$(O) lib/wav.$(O) lib/mp3.$(O) lib/os.$(O) lib/bitio.$(O) lib/log.$(O) lib/mem.$(O) 
                    
31gfx_objects=lib/gfxtools.$(O) lib/gfxfont.$(O) lib/gfxpoly.$(O) lib/devices/dummy.$(O) lib/devices/file.$(O) lib/devices/render.$(O) lib/devices/text.$(O) lib/devices/record.$(O) lib/devices/ops.$(O) lib/devices/polyops.$(O) lib/devices/bbox.$(O) lib/devices/rescale.$(O) #@DEVICE_OPENGL@
                    
                
declare.js https://github.com/Deaygo/Diomedes-playbook.git | JavaScript | 408 lines
                    
41		function subclass(t){
                    
42			dojo.declare("tests._base.declare.tmp3", null, {
                    
43				foo: "thonk"
                    
44			});
                    
45			dojo.declare("tests._base.declare.tmp4", tests._base.declare.tmp3);
                    
46			var tmp = new tests._base.declare.tmp4();
                    
                
twomobfn.c https://github.com/cogenda/ngspice-gss.git | C | 412 lines
                    
27  double eL, eN, eD, e0, mun;
                    
28  double temp1, temp2, temp3, temp4, temp5;
                    
29  double temp6, temp7, temp8, temp9;
                    
107	temp2 = muSR * temp1;
                    
108	temp3 = eL * temp1;
                    
109	temp4 = eL * temp2;
                    
116	dMuHCDEl = - muSR * temp7 * temp2;
                    
117	d2MuHCDMuSR2 = temp8 * temp3;
                    
118	d2MuHCDElDMuSR = temp8 * temp2;
                    
123	temp2 = muSR * eL * temp1;	/* Vdrift / Vsat */
                    
124	temp3 = 1.0 / info->vWarm[ELEC];
                    
125	temp4 = muSR * eL * temp3;	/* Vdrift / Vwarm */
                    
130	temp7 *= temp6;
                    
131	temp8 = (2.0 - temp5)*temp5*temp3 + 2.0*temp2*temp1;
                    
132	dMuHCDEl = - 0.5*muSR*temp7*temp8 * muSR;
                    
                
package-use.html https://github.com/dlbeswick/vanilla.git | HTML | 217 lines
                    
85<TR BGCOLOR="white" CLASS="TableRowColor">
                    
86<TD><A HREF="#org.farng.mp3"><B>org.farng.mp3</B></A></TD>
                    
87<TD>Start with AbstractMP3Tag or MP3File&nbsp;</TD>
                    
99<TD COLSPAN=2><FONT SIZE="+2">
                    
100Classes in <A HREF="../../../../org/farng/mp3/filename/package-summary.html">org.farng.mp3.filename</A> used by <A HREF="../../../../org/farng/mp3/package-summary.html">org.farng.mp3</A></FONT></TD>
                    
101</TR>
                    
114<TD COLSPAN=2><FONT SIZE="+2">
                    
115Classes in <A HREF="../../../../org/farng/mp3/filename/package-summary.html">org.farng.mp3.filename</A> used by <A HREF="../../../../org/farng/mp3/filename/package-summary.html">org.farng.mp3.filename</A></FONT></TD>
                    
116</TR>
                    
129<TR BGCOLOR="white" CLASS="TableRowColor">
                    
130<TD><B><A HREF="../../../../org/farng/mp3/filename/class-use/FilenameEndWordDelimiter.html#org.farng.mp3.filename"><B>FilenameEndWordDelimiter</B></A></B>
                    
131
                    
153<TR BGCOLOR="white" CLASS="TableRowColor">
                    
154<TD><B><A HREF="../../../../org/farng/mp3/filename/class-use/FilenameToken.html#org.farng.mp3.filename"><B>FilenameToken</B></A></B>
                    
155
                    
                
CONTRIBUTING.md https://github.com/phw/picard.git | Markdown | 123 lines
                    
98- [JAudiotagger](http://www.jthink.net/jaudiotagger/tagmapping.html)
                    
99- [MP3Tag](https://help.mp3tag.de/main_tags.html)
                    
100- [Kid3](https://kid3.sourceforge.io/kid3_en.html#frame-list)
                    
                
mcfuart.h https://github.com/kipill-nn/Kernel-for-Mega.git | C Header | 216 lines
                    
34#elif defined(CONFIG_M5249) || defined(CONFIG_M5307) || defined(CONFIG_M5407)
                    
35#if defined(CONFIG_NETtel) || defined(CONFIG_SECUREEDGEMP3)
                    
36#define MCFUART_BASE1		0x200           /* Base address of UART1 */
                    
                
Makefile.in https://github.com/tagtool/tagtool.git | Autoconf | 336 lines
                    
61EGREP = @EGREP@
                    
62ENABLE_MP3_FALSE = @ENABLE_MP3_FALSE@
                    
63ENABLE_MP3_TRUE = @ENABLE_MP3_TRUE@
                    
                
sreal.c https://github.com/gatoatigrado/gccxmlclone.git | C | 544 lines
                    
453    {
                    
454      unsigned HOST_WIDE_INT tmp1, tmp2, tmp3;
                    
455      if (sreal_compare (a, b) < 0)
                    
466      tmp2 = a->sig_lo * b->sig_hi;
                    
467      tmp3 = a->sig_hi * b->sig_lo + (tmp1 >> SREAL_PART_BITS);
                    
468
                    
469      r->sig_hi = a->sig_hi * b->sig_hi;
                    
470      r->sig_hi += (tmp2 >> SREAL_PART_BITS) + (tmp3 >> SREAL_PART_BITS);
                    
471      tmp2 &= ((uhwi) 1 << SREAL_PART_BITS) - 1;
                    
471      tmp2 &= ((uhwi) 1 << SREAL_PART_BITS) - 1;
                    
472      tmp3 &= ((uhwi) 1 << SREAL_PART_BITS) - 1;
                    
473      tmp1 = tmp2 + tmp3;
                    
                
phy-mmp3-usb.c https://github.com/penberg/linux.git | C | 291 lines
                    
141{
                    
142	struct mmp3_usb_phy *mmp3_usb_phy = phy_get_drvdata(phy);
                    
143	void __iomem *base = mmp3_usb_phy->base;
                    
196{
                    
197	struct mmp3_usb_phy *mmp3_usb_phy = phy_get_drvdata(phy);
                    
198	void __iomem *base = mmp3_usb_phy->base;
                    
249	struct resource *resource;
                    
250	struct mmp3_usb_phy *mmp3_usb_phy;
                    
251	struct phy_provider *provider;
                    
252
                    
253	mmp3_usb_phy = devm_kzalloc(dev, sizeof(*mmp3_usb_phy), GFP_KERNEL);
                    
254	if (!mmp3_usb_phy)
                    
263
                    
264	mmp3_usb_phy->phy = devm_phy_create(dev, NULL, &mmp3_usb_phy_ops);
                    
265	if (IS_ERR(mmp3_usb_phy->phy)) {
                    
                
Customer.java https://github.com/liucong/cxf.git | Java | 333 lines
                    
268                                @MatrixParam("p2") String mp2,
                    
269                                @MatrixParam("p3") String mp3,
                    
270                                @MatrixParam("p4") String mp4,
                    
                
iphone_sound.c https://github.com/nickfloyd/DoomClassic.git | C | 291 lines
                    
123	// the AmbientSound catagory, otherwise we will leave it at the default.
                    
124	// If we always set it to AmbientSound, then the mp3 background music
                    
125	// playback goes to software on 3.0 for a huge slowdown.
                    
                
amd_sfh_hid_desc.c https://github.com/andikleen/linux-misc.git | C | 224 lines
                    
42	case mag_idx: /* Magnetometer */
                    
43		memset(rep_desc, 0, sizeof(comp3_report_descriptor));
                    
44		memcpy(rep_desc, comp3_report_descriptor,
                    
44		memcpy(rep_desc, comp3_report_descriptor,
                    
45		       sizeof(comp3_report_descriptor));
                    
46		break;
                    
83		case descr_size:
                    
84			return sizeof(comp3_report_descriptor);
                    
85		case input_size:
                    
                
mime.rb https://github.com/johnl/deb-ruby-rack.git | Ruby | 213 lines
                    
122      ".mov"     => "video/quicktime",
                    
123      ".mp3"     => "audio/mpeg",
                    
124      ".mp4"     => "video/mp4",
                    
                
MediaProxy.class.php https://github.com/esion/streeme.git | PHP | 349 lines
                    
78    $this->types = array(
                    
79                      'mp3'    => 'audio/mpeg',
                    
80                      'ogg'    => 'audio/ogg',
                    
176        && $this->is_icy_response
                    
177        && $this->target_format == 'mp3'
                    
178      )
                    
270    {
                    
271      case 'mp3':
                    
272        $args .= sprintf( '-ab %dk ', intval( $this->argbitrate ) ); //bitrate
                    
272        $args .= sprintf( '-ab %dk ', intval( $this->argbitrate ) ); //bitrate
                    
273        $args .= sprintf( '-acodec %s ', 'libmp3lame' ); //codec
                    
274        $args .= sprintf( '-f %s ', 'mp3' ); //container
                    
299      {
                    
300        case 'mp3':
                    
301          $this->output_mp3();
                    
                
demuxer_stream_data_provider_unittest.cc https://github.com/chromium/chromium.git | C++ | 209 lines
                    
29  DemuxerStreamDataProviderTest()
                    
30      : first_config_(media::AudioCodec::kMP3,
                    
31                      media::SampleFormat::kSampleFormatS16,
                    
                
mimes.php git://github.com/daylightstudio/FUEL-CMS.git | PHP | 184 lines
                    
64	'mp2'	=>	'audio/mpeg',
                    
65	'mp3'	=>	array('audio/mpeg', 'audio/mpg', 'audio/mpeg3', 'audio/mp3'),
                    
66	'aif'	=>	array('audio/x-aiff', 'audio/aiff'),
                    
                
avia_gt_pcm.c https://github.com/nx111/OpenPLi.cn.git | C | 693 lines
                    
73 *   Revision 1.4  2002/04/05 23:15:13  Jolt
                    
74 *   Improved buffer management - MP3 is rocking solid now
                    
75 *
                    
76 *   Revision 1.3  2002/04/02 18:14:10  Jolt
                    
77 *   Further features/bugfixes. MP3 works very well now 8-)
                    
78 *
                    
                
gost_sign.cpp https://github.com/pmfsampaio/NETMF-LPC.git | C++ | 321 lines
                    
140	BIGNUM *u=NULL,*v=NULL,*z1=NULL,*z2=NULL;
                    
141	BIGNUM *tmp2=NULL,*tmp3=NULL;
                    
142	int ok;
                    
159	tmp2=BN_CTX_get(ctx);
                    
160	tmp3=BN_CTX_get(ctx);
                    
161	u = BN_CTX_get(ctx);
                    
175	BN_mod_exp(tmp2,dsa->pub_key,z2,dsa->p,ctx);
                    
176	BN_mod_mul(tmp3,tmp,tmp2,dsa->p,ctx);
                    
177	BN_mod(u,tmp3,dsa->q,ctx);
                    
                
jfdctfst.c https://github.com/pmfsampaio/NETMF-LPC.git | C | 224 lines
                    
115{
                    
116  DCTELEM tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7;
                    
117  DCTELEM tmp10, tmp11, tmp12, tmp13;
                    
132    tmp5 = (DCTELEM)(dataptr[2] - dataptr[5]);
                    
133    tmp3 = (DCTELEM)(dataptr[3] + dataptr[4]);
                    
134    tmp4 = (DCTELEM)(dataptr[3] - dataptr[4]);
                    
137    
                    
138    tmp10 = (DCTELEM)(tmp0 + tmp3);	/* phase 2 */
                    
139    tmp13 = (DCTELEM)(tmp0 - tmp3);
                    
182    tmp5 = (DCTELEM)(dataptr[DCTSIZE*2] - dataptr[DCTSIZE*5]);
                    
183    tmp3 = (DCTELEM)(dataptr[DCTSIZE*3] + dataptr[DCTSIZE*4]);
                    
184    tmp4 = (DCTELEM)(dataptr[DCTSIZE*3] - dataptr[DCTSIZE*4]);
                    
187    
                    
188    tmp10 = (DCTELEM)(tmp0 + tmp3);	/* phase 2 */
                    
189    tmp13 = (DCTELEM)(tmp0 - tmp3);
                    
                
PhysicsDebugger.java https://github.com/ModularRoboticsLab/ussr.git | Java | 349 lines
                    
125        for ( JointAxis axis : joint.getAxes() ) {
                    
126            Vector3f direction = tmp3;
                    
127            axis.getDirection( direction );
                    
209    private static final Vector3f tmp2 = new Vector3f();
                    
210    private static final Vector3f tmp3 = new Vector3f();
                    
211    private static final Vector3f tmp4 = new Vector3f();
                    
318            Vector3f dir1 = tmp2.set( direction ).cross( ARROWHEAD_AXIS ).normalizeLocal().multLocal( size );
                    
319            Vector3f dir2 = tmp3.set( direction ).cross( dir1 ).normalizeLocal().multLocal( size );
                    
320            direction.multLocal( 0.2f );
                    
                
io.php https://github.com/GCheung55/mootools-website.git | PHP | 139 lines
                    
68            'GLUQuadric', 'GLUSphere', 'GLUT', 'Host', 'Image', 'Importer', 'LinkList', 'List',
                    
69            'Lobby', 'Locals', 'MD5', 'MP3Decoder', 'MP3Encoder', 'Map', 'Message', 'Movie',
                    
70            'NULL', 'Nil', 'Nop', 'Notifiction', 'Number', 'Object', 'OpenGL', 'Point', 'Protos',
                    
                
CustomPropertyAccess.java https://github.com/CodingFabian/hibernate-core.git | Java | 135 lines
                    
45    private long timestamp2;
                    
46    private long timestamp3;
                    
47
                    
77
                    
78        timestamp3 = System.currentTimeMillis();
                    
79    }
                    
88        assert getAuditReader().getRevisionNumberForDate(new Date(timestamp2)).intValue() == 1;
                    
89        assert getAuditReader().getRevisionNumberForDate(new Date(timestamp3)).intValue() == 2;
                    
90    }
                    
105
                    
106        assert vr.getRevisionDate(vr.getRevisionNumberForDate(new Date(timestamp3))).getTime() <= timestamp3;
                    
107    }
                    
118        assert rev2Timestamp > timestamp2;
                    
119        assert rev2Timestamp <= timestamp3;
                    
120    }
                    
                
ObjectStringNullTerminated.html https://github.com/dlbeswick/vanilla.git | HTML | 170 lines
                    
35  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
                    
36  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../org/farng/mp3/object/ObjectStringNullTerminated.html" title="class in org.farng.mp3.object"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
                    
37  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
                    
82<TD COLSPAN=2><FONT SIZE="+2">
                    
83Packages that use <A HREF="../../../../../org/farng/mp3/object/ObjectStringNullTerminated.html" title="class in org.farng.mp3.object">ObjectStringNullTerminated</A></FONT></TD>
                    
84</TR>
                    
95<TD COLSPAN=2><FONT SIZE="+2">
                    
96Uses of <A HREF="../../../../../org/farng/mp3/object/ObjectStringNullTerminated.html" title="class in org.farng.mp3.object">ObjectStringNullTerminated</A> in <A HREF="../../../../../org/farng/mp3/object/package-summary.html">org.farng.mp3.object</A></FONT></TD>
                    
97</TR>
                    
103<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
                    
104<TD COLSPAN=2>Constructors in <A HREF="../../../../../org/farng/mp3/object/package-summary.html">org.farng.mp3.object</A> with parameters of type <A HREF="../../../../../org/farng/mp3/object/ObjectStringNullTerminated.html" title="class in org.farng.mp3.object">ObjectStringNullTerminated</A></FONT></TD>
                    
105</TR>
                    
106<TR BGCOLOR="white" CLASS="TableRowColor">
                    
107<TD><CODE><B><A HREF="../../../../../org/farng/mp3/object/ObjectStringNullTerminated.html#ObjectStringNullTerminated(org.farng.mp3.object.ObjectStringNullTerminated)">ObjectStringNullTerminated</A></B>(<A HREF="../../../../../org/farng/mp3/object/ObjectStringNullTerminated.html" title="class in org.farng.mp3.object">ObjectStringNullTerminated</A>&nbsp;object)</CODE>
                    
108
                    
                
package-tree.html https://github.com/dlbeswick/vanilla.git | HTML | 156 lines
                    
87<LI TYPE="circle">class java.lang.Object<UL>
                    
88<LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/AbstractFilenameComposite.html" title="class in org.farng.mp3.filename"><B>AbstractFilenameComposite</B></A><UL>
                    
89<LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/FilenameDelimiter.html" title="class in org.farng.mp3.filename"><B>FilenameDelimiter</B></A><UL>
                    
89<LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/FilenameDelimiter.html" title="class in org.farng.mp3.filename"><B>FilenameDelimiter</B></A><UL>
                    
90<LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/FilenameEndWordDelimiter.html" title="class in org.farng.mp3.filename"><B>FilenameEndWordDelimiter</B></A><LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/FilenameParenthesis.html" title="class in org.farng.mp3.filename"><B>FilenameParenthesis</B></A><LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/FilenameStartWordDelimiter.html" title="class in org.farng.mp3.filename"><B>FilenameStartWordDelimiter</B></A></UL>
                    
91<LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/FilenameToken.html" title="class in org.farng.mp3.filename"><B>FilenameToken</B></A></UL>
                    
92<LI TYPE="circle">class org.farng.mp3.<A HREF="../../../../org/farng/mp3/AbstractMP3FileItem.html" title="class in org.farng.mp3"><B>AbstractMP3FileItem</B></A><UL>
                    
93<LI TYPE="circle">class org.farng.mp3.<A HREF="../../../../org/farng/mp3/AbstractMP3Tag.html" title="class in org.farng.mp3"><B>AbstractMP3Tag</B></A><UL>
                    
94<LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/FilenameTag.html" title="class in org.farng.mp3.filename"><B>FilenameTag</B></A></UL>
                    
95</UL>
                    
96<LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/FilenameDelimiterIterator.html" title="class in org.farng.mp3.filename"><B>FilenameDelimiterIterator</B></A> (implements java.util.Iterator)
                    
97<LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/FilenameParenthesisIterator.html" title="class in org.farng.mp3.filename"><B>FilenameParenthesisIterator</B></A> (implements java.util.Iterator)
                    
97<LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/FilenameParenthesisIterator.html" title="class in org.farng.mp3.filename"><B>FilenameParenthesisIterator</B></A> (implements java.util.Iterator)
                    
98<LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/FilenameTagBuilder.html" title="class in org.farng.mp3.filename"><B>FilenameTagBuilder</B></A><LI TYPE="circle">class org.farng.mp3.filename.<A HREF="../../../../org/farng/mp3/filename/FilenameTokenIterator.html" title="class in org.farng.mp3.filename"><B>FilenameTokenIterator</B></A> (implements java.util.Iterator)
                    
99</UL>
                    
                
_question_with_answer.erb https://github.com/lifang/gankao.git | Ruby HTML | 147 lines
                    
10          <div class="question_text_div">
                    
11            <% if title =~ /<mp3>/  %>
                    
12              <%= truncate_u(title.split("<mp3>")[0].to_s.html_safe.gsub(/<[^{><}]*>/, ""), 180, "......").to_s.html_safe %>
                    
17        <%  else
                    
18          if title =~ /<mp3>/ %>
                    
19            <div class="question_text_div" style="word-wrap:break-word; word-break:break-all;">
                    
19            <div class="question_text_div" style="word-wrap:break-word; word-break:break-all;">
                    
20              <%= title.split("<mp3>")[0].to_s.html_safe %>
                    
21            </div>
                    
21            </div>
                    
22            <div id="mp3_<%= question_with_answer[0].attributes["id"] %>">
                    
23              <input type="hidden" id="mp3_value_<%= question_with_answer[0].attributes["id"] %>"
                    
23              <input type="hidden" id="mp3_value_<%= question_with_answer[0].attributes["id"] %>"
                    
24                     value="<%= Constant::BACK_SERVER_PATH %><%= title.split("<mp3>")[1] %>" />
                    
25            </div>
                    
                
create_line_file_docs.py git://github.com/apache/lucene-solr.git | Python | 247 lines
                    
108  else:
                    
109    tmp_dir_path = '/tmp/tmp31ekzg75'
                    
110  print('Using tmp dir "%s"...' % tmp_dir_path)
                    
                
config.php https://github.com/gabrielsrolim/clinica_veterinaria.git | PHP | 151 lines
                    
122
                    
123$Config['AllowedExtensions']['File']	= array('7z', 'aiff', 'asf', 'avi', 'bmp', 'csv', 'doc', 'fla', 'flv', 'gif', 'gz', 'gzip', 'jpeg', 'jpg', 'mid', 'mov', 'mp3', 'mp4', 'mpc', 'mpeg', 'mpg', 'ods', 'odt', 'pdf', 'png', 'ppt', 'pxd', 'qt', 'ram', 'rar', 'rm', 'rmi', 'rmvb', 'rtf', 'sdc', 'sitd', 'swf', 'sxc', 'sxw', 'tar', 'tgz', 'tif', 'tiff', 'txt', 'vsd', 'wav', 'wma', 'wmv', 'xls', 'xml', 'zip') ;
                    
124$Config['DeniedExtensions']['File']		= array() ;
                    
143
                    
144$Config['AllowedExtensions']['Media']	= array('aiff', 'asf', 'avi', 'bmp', 'fla', 'flv', 'gif', 'jpeg', 'jpg', 'mid', 'mov', 'mp3', 'mp4', 'mpc', 'mpeg', 'mpg', 'png', 'qt', 'ram', 'rm', 'rmi', 'rmvb', 'swf', 'tif', 'tiff', 'wav', 'wma', 'wmv') ;
                    
145$Config['DeniedExtensions']['Media']	= array() ;
                    
                
fa_libav.c https://github.com/bielorkut/showtime.git | C | 237 lines
                    
122  { "video/avi", "avi" },
                    
123  { "audio/x-mpeg", "mp3" },
                    
124};
                    
                
structaudiere_1_1FileFormatDesc.html https://github.com/Bananattack/audiere.git | HTML | 104 lines
                    
63<p>
                    
64Short description of format, such as "MP3 Files" or "Mod Files". 
                    
65<p>
                    
                
MpegAudioFileFormat.java https://github.com/simensan/playn.git | Java | 106 lines
                    
3 *
                    
4 * JavaZOOM : mp3spi@javazoom.net
                    
5 * 			  http://www.javazoom.net
                    
48	/**
                    
49	 * MP3 audio file format parameters.
                    
50	 * Some parameters might be unavailable. So availability test is required before reading any parameter.
                    
61	 * </ul>
                    
62	 * <br>MP3 parameters.
                    
63	 * <ul>
                    
63	 * <ul>
                    
64	 * <li><b>mp3.version.mpeg</b> [String], mpeg version : 1,2 or 2.5
                    
65	 * <li><b>mp3.version.layer</b> [String], layer version 1, 2 or 3
                    
65	 * <li><b>mp3.version.layer</b> [String], layer version 1, 2 or 3
                    
66	 * <li><b>mp3.version.encoding</b> [String], mpeg encoding : MPEG1, MPEG2-LSF, MPEG2.5-LSF
                    
67	 * <li><b>mp3.channels</b> [Integer], number of channels 1 : mono, 2 : stereo.
                    
                
 

Source

Language