mirror of
				https://github.com/ctruLua/ctruLua.git
				synced 2025-10-28 16:59:30 +00:00 
			
		
		
		
	 e39fcc6c7b
			
		
	
	
		e39fcc6c7b
		
	
	
	
	
		
			
			Tremor is extremly similar to libogg but only uses integers (and doesn't provide an encoder). The playing problem with libvorbis was probably a float-precision related issue. No need for make build-all.
		
			
				
	
	
		
			75 lines
		
	
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			75 lines
		
	
	
	
		
			2.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
| 
 | |
| <head>
 | |
| <title>Tremor API Reference</title>
 | |
| <link rel=stylesheet href="style.css" type="text/css">
 | |
| </head>
 | |
| 
 | |
| <body bgcolor=white text=black link="#5555ff" alink="#5555ff" vlink="#5555ff">
 | |
| <table border=0 width=100%>
 | |
| <tr>
 | |
| <td><p class=tiny>Tremor documentation</p></td>
 | |
| <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
 | |
| </tr>
 | |
| </table>
 | |
| 
 | |
| <h1>Tremor API Reference</h1>
 | |
| 
 | |
| <p>
 | |
| <b>Data Structures</b><br>
 | |
| <a href="OggVorbis_File.html">OggVorbis_File</a><br>
 | |
| <a href="vorbis_comment.html">vorbis_comment</a><br>
 | |
| <a href="vorbis_info.html">vorbis_info</a><br>
 | |
| <a href="ov_callbacks.html">ov_callbacks</a><br>
 | |
| <br>
 | |
| <b>Setup/Teardown</b><br>
 | |
| <a href="ov_open.html">ov_open()</a><br>
 | |
| <a href="ov_open_callbacks.html">ov_open_callbacks()</a><br>
 | |
| <a href="ov_clear.html">ov_clear()</a><br>
 | |
| <a href="ov_test.html">ov_test()</a><br>
 | |
| <a href="ov_test_callbacks.html">ov_test_callbacks()</a><br>
 | |
| <a href="ov_test_open.html">ov_test_open()</a><br>
 | |
| <br>
 | |
| <b>Decoding</b><br>
 | |
| <a href="ov_read.html">ov_read()</a><br>
 | |
| <br>
 | |
| <b>Seeking</b><br>
 | |
| <a href="ov_raw_seek.html">ov_raw_seek()</a><br>
 | |
| <a href="ov_pcm_seek.html">ov_pcm_seek()</a><br>
 | |
| <a href="ov_time_seek.html">ov_time_seek()</a><br>
 | |
| <a href="ov_pcm_seek_page.html">ov_pcm_seek_page()</a><br>
 | |
| <a href="ov_time_seek_page.html">ov_time_seek_page()</a><br>
 | |
| <br>
 | |
| <b>File Information</b><br>
 | |
| <a href="ov_bitrate.html">ov_bitrate()</a><br>
 | |
| <a href="ov_bitrate_instant.html">ov_bitrate_instant()</a><br>
 | |
| <a href="ov_streams.html">ov_streams()</a><br>
 | |
| <a href="ov_seekable.html">ov_seekable()</a><br>
 | |
| <a href="ov_serialnumber.html">ov_serialnumber()</a><br>
 | |
| <a href="ov_raw_total.html">ov_raw_total()</a><br>
 | |
| <a href="ov_pcm_total.html">ov_pcm_total()</a><br>
 | |
| <a href="ov_time_total.html">ov_time_total()</a><br>
 | |
| <a href="ov_raw_tell.html">ov_raw_tell()</a><br>
 | |
| <a href="ov_pcm_tell.html">ov_pcm_tell()</a><br>
 | |
| <a href="ov_time_tell.html">ov_time_tell()</a><br>
 | |
| <a href="ov_info.html">ov_info()</a><br>
 | |
| <a href="ov_comment.html">ov_comment()</a><br>
 | |
| <br>
 | |
| <b><a href="return.html">Return Codes</a></b><br>
 | |
| 
 | |
| 
 | |
| <br><br>
 | |
| <hr noshade>
 | |
| <table border=0 width=100%>
 | |
| <tr valign=top>
 | |
| <td><p class=tiny>copyright © 2002 Xiph.org</p></td>
 | |
| <td align=right><p class=tiny><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></p></td>
 | |
| </tr><tr>
 | |
| <td><p class=tiny>Tremor documentation</p></td>
 | |
| <td align=right><p class=tiny>Tremor version 1.0 - 20020403</p></td>
 | |
| </tr>
 | |
| </table>
 | |
| 
 | |
| </body>
 | |
| 
 | |
| </html>
 |