-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
662 lines (631 loc) · 23.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>aoTuV</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="aoTuV - Ogg Vorbis Encoder">
<meta name="keywords" content="aoTuV,Ogg,Vorbis,Encoder,Sound,Audio,Software">
<link rel="stylesheet" href="default.css" type="text/css"></head>
<body alink="#ee0000" link="#0000ee" vlink="#551a8b">
<table style="background-color: rgb(67, 77, 122); text-align: left; margin-left: auto; margin-right: auto; height: 35%; width: 100%;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><br>
</td>
<td> </td>
<td><br>
</td>
<td><br>
</td>
</tr>
<tr>
<td> </td>
<td>
<h4 style="color: rgb(255, 255, 255);">Ogg
Vorbis Encoder</h4>
</td>
<td><br>
</td>
<td><br>
</td>
</tr>
<tr>
<td style="width: 1%;"><br>
</td>
<td>
<h1 style="color: rgb(255, 255, 255); font-weight: bold;"><big><big>aoTuV</big></big></h1>
</td>
<td style="text-align: center; vertical-align: middle; width: 25%;"><span style="color: rgb(255, 255, 255); font-weight: bold;"><small>Ogg
Vorbis<br>
Open, Free Audio <br>
<br>
<small>The
Ogg Vorbis format and reference source code was
made by people of Xiph.Org.</small></small> </span></td>
<td style="width: 1%;"><br>
</td>
</tr>
<tr>
<td><br>
</td>
<td>
<h5 style="color: rgb(255, 255, 255);">(based on
Xiph.Org's libVorbis)</h5>
</td>
<td><br>
</td>
<td><br>
</td>
</tr>
</tbody>
</table>
<br>
<br>
<br>
<div style="margin-left: 40px; margin-right: 40px;"><small style="font-weight: bold;"> "aoTuV"
is the encoder and/or encode library of <a href="http://www.vorbis.com/">Ogg Vorbis</a>.
Based on libvorbis of <a href="http://www.xiph.org/">Xiph.Org</a>,
this encoder was made, in order to improve the quality of coding. <br>
If you get interested, about change of actual tone quality,
to be
tried
in person will be good. <br>
<br>
Beta2 was adopted as a part of Vorbis 1.1 of Xiph.Org. </small><br>
<br>
<span style="font-weight: bold;"> "aoTuV" は </span><a style="font-weight: bold;" href="http://www.vorbis.com/">Ogg
Vorbis</a><span style="font-weight: bold;">
と互換性のあるエンコーダ及び、エンコードライブラリです。Ogg Vorbis
の開発元である</span><a style="font-weight: bold;" href="http://www.xiph.org/">Xiph.Org</a><span style="font-weight: bold;">
の "libvorbis"
をベースに、エンコードの質の改善に取り組みました。</span><br style="font-weight: bold;">
<span style="font-weight: bold;"> もし、興味を持たれたならば、どうぞお試しください。</span><br style="font-weight: bold;">
<br style="font-weight: bold;">
<span style="font-weight: bold;"> Beta2はXiph.OrgのVorbis
1.1の一部として採用されました。</span><br><br><br>
<!-- b6.03 (2020) -->
<hr style="width: 100%; height: 2px;">
<table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta6.03 (2020) (2021/3/20) </th>
</tr>
<tr>
<td> # The latest aoTuV beta6.03 was unified with
Xiph.Org's libvorbis1.3.7. The part related to sound quality is not
changed from previous version.</td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ libvorbis 1.3.7を統合しました。エンコード品質については前バージョンと同様です。<span style="font-weight: bold;"></span>
</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;"></span>Windows
reference binary<br><a href="binary/aoTuV_b6.03_2020.7z">
Download
Ogg Vorbis aoTuV beta6.03 (2020) Encoder</a><br><br>Source code is <a href="https://github.com/AO-Yumi/vorbis_aotuv">here</a>. (BSD-style license)<br>
<br><br>
<!-- b6.03 (2018) -->
<hr style="width: 100%; height: 2px;">
<table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta6.03 (2018) (2018/5/2) </th>
</tr>
<tr>
<td> # The latest aoTuV beta6.03 was unified with
Xiph.Org's libvorbis1.3.6. The part related to sound quality is not
changed from previous version.</td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ libvorbis 1.3.6を統合しました。エンコード品質については前バージョンと同様です。<span style="font-weight: bold;"></span>
</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;"></span>Windows
reference binary<br><a href="binary/aoTuV_b6.03_2018.7z">
Download
Ogg Vorbis aoTuV beta6.03 (2018) Encoder</a><span style="color: red;"> (2018/5/4 update)</span><br><br>Source code is <a href="https://github.com/AO-Yumi/vorbis_aotuv">here</a>. (BSD-style license)<br>
<br><br>
<!-- b6.03 (2015) -->
<hr style="width: 100%; height: 2px;">
<table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta6.03 (2015) (2015/8/10) </th>
</tr>
<tr>
<td> # The latest aoTuV beta6.03 was unified with
Xiph.Org's libvorbis1.3.5. The part related to sound quality is not
changed from previous version.</td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ libvorbis 1.3.5を統合しました。エンコード品質については前バージョンと同様です。<span style="font-weight: bold;"></span>
</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;"></span>Win32
reference binary<br><a href="binary/aoTuV_b6.03_2015.zip">
Download
Ogg Vorbis aoTuV beta6.03 (2015) Encoder</a><br>
libvorbis source code (BSD-style license)<br><a href="source_code/libvorbis-aotuv_b6.03_2015.tar.bz2">
Download Ogg Vorbis aoTuV beta6.03 (2015) Source code</a><br>
<br><br>
<!-- b6.03 (2014) -->
</a></small><hr style="width: 100%; height: 2px;">
<table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta6.03 (2014) (2014/5/11) </th>
</tr>
<tr>
<td> # The latest aoTuV beta6.03 was unified with
Xiph.Org's libvorbis1.3.4. The part related to sound quality is not
changed from previous version.</td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ libvorbis 1.3.4を統合しました。エンコード品質については前バージョンと同様です。<span style="font-weight: bold;"></span>
</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;"></span>Win32
reference binary<br></small><small><a href="binary/aoTuV_b6.03_2014.zip">
Download
Ogg Vorbis aoTuV beta6.03 (2014) Encoder</a><br>
libvorbis source code (BSD-style license)<br><a href="source_code/libvorbis-aotuv_b6.03_2014.tar.bz2">
Download Ogg Vorbis aoTuV beta6.03 (2014) Source code</a><br>
<br><br>
<!-- b6.03 -->
</small><hr style="width: 100%; height: 2px;">
<table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta6.03 [beta6.02
>> beta6.03] (2011/04/25) </th>
</tr>
<tr>
<td> # The problem that encoding of 5.1 channel source didn't work was revised.</td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ 5.1チャンネルソースのエンコードに失敗していたのを修正しました。<span style="font-weight: bold;"></span>
</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;"></span>Win32
reference binary<br><a href="binary/aoTuV_b6.03.zip">
Download
Ogg Vorbis aoTuV beta6.03 Encoder</a><br>
libvorbis source code (BSD-style license)<br><a href="source_code/libvorbis-aotuv_b6.03.tar.bz2">
Download
Ogg Vorbis aoTuV
beta6.03
Source
code</a><br>
<br><br>
<!-- b6.02 -->
</small><hr style="width: 100%; height: 2px;">
<table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2"><caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta6.02 [beta6.01
>> beta6.02] (2011/02/27) </th>
</tr>
<tr>
<td> # In the specific pattern (different from beta6.01), the bug that caused overflow was fixed.</td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ 特定のサンプルのエンコードにおいて、オーバーフローが生じていたバグを修正しました。(前バージョンとは異なります)<span style="font-weight: bold;"></span>
</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;"></span>Win32
reference binary<br>
<span style="text-decoration: line-through;">Download
Ogg Vorbis aoTuV beta6.02 Encoder</span></a><br>
libvorbis source code (BSD-style license)<br><span style="text-decoration: line-through;">
Download
Ogg Vorbis aoTuV
beta6.02
Source
code</span></a><br>
<br><br>
<!-- b6.01 -->
</small><hr style="width: 100%; height: 2px;"><table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta6.01 [beta6
>> beta6.01] (2011/02/23) </th>
</tr>
<tr>
<td> # In the specific pattern, the bug that caused overflow was fixed.</td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ 特定のサンプルのエンコードにおいて、オーバーフローが生じていたバグを修正しました。<span style="font-weight: bold;"></span>
</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;"></span>Win32
reference binary<br>
<span style="text-decoration: line-through;">Download
Ogg Vorbis aoTuV beta6.01 Encoder</span><br>
libvorbis source code (BSD-style license)<br><span style="text-decoration: line-through;">
Download
Ogg Vorbis aoTuV
beta6.01
Source
code</span><br>
<br><br>
<!-- b6 -->
</small><hr style="width: 100%; height: 2px;"><table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta6 [beta5.7
>> beta6] (2011/02/22) </th>
</tr>
<tr>
<td> # Libvorbis aoTuV was unified with Xiph.Org's libvorbis1.3.2.<br> # Pre(post)-echo of the specific pattern was improved.<br> # The bit allotment when sound of the different type coexisted was improved.<br>
# The calculation method of dynamic thresholds of the stereo mode was
changed. This is more effective than former method.<br>
# The part of the noise normalization processing was changed. As
for this change, more correct audio energy control and reduction of the
ringing are formed in the low bitrate.</td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ libvorbis1.3.2 を統合しました。その結果、libvorbis1.2.2 から 1.3.2 の間の変更が適用されます(一部を除く)。<br>・ 特定パターンのプリ(ポスト)エコーを改善しました。<br>・ 異なるタイプの音が混在するケースでのビット割り当てを改善しました。<br>・ ステレオモード切替のしきい値計算を変更しました。以前の手法よりも概ね良い結果が得られます。<br>・ Noise normalization 処理を見直しました。低いビットレートにおいて、より正確なエネルギーコントロールとリンギングの削減を実現します。<span style="font-weight: bold;"></span>
</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;"></span>Win32
reference binary<br>
<span style="text-decoration: line-through;">Download
Ogg Vorbis aoTuV beta6 Encoder</span><br>
libvorbis source code (BSD-style license)<br><span style="text-decoration: line-through;">
Download
Ogg Vorbis aoTuV
beta6
Source
cod</span><br>
<br><br>
<!-- b5.7 -->
</small><hr style="width: 100%; height: 2px;"><table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta5.7 [beta5.61
>> beta5.7] (2009/03/03) </th>
</tr>
<tr>
<td> # Improvement of the encoding speed of low bitrate mode. (Around 11% at the max)<br> # Fixed some bugs. </td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ 低いビットレートモードのエンコードスピードが、僅かに改善しました(最大11%)。<br>・ 特定のバグを修正しました。<span style="font-weight: bold;"></span>
</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;"></span>Win32
reference binary<br>
<a href="binary/aoTuV_b5.7.zip">Download
Ogg Vorbis aoTuV beta5.7 Encoder</a><br>
libvorbis source code (BSD-style license)<br><a href="source_code/libvorbis-aotuv_b5.7.tar.bz2">
Download
Ogg Vorbis aoTuV
beta5.7
Source
code</a><br>
<br><br>
<!-- b5.61 -->
</small><hr style="width: 100%; height: 2px;"><table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta5.61 [beta5.6
>> beta5.61] (2008/12/16) </th>
</tr>
<tr>
<td> # Fixed the error to occur by specific software.</td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ 特定のソフトウェアからの利用時にエラーが起きる問題を修正しました。<span style="font-weight: bold;"></span>
</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;"></span>Win32
reference binary<br>
<a href="binary/aoTuV_b5.61.zip">Download
Ogg Vorbis aoTuV beta5.61 Encoder</a><br>
libvorbis source code (BSD-style license)<br>
<a href="source_code/libvorbis-aotuv_b5.61.tar.bz2">Download
Ogg Vorbis aoTuV
beta5.61
Source
code</a><br>
<br><br>
<!-- b5.6 -->
</small><hr style="width: 100%; height: 2px;">
<table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta5.6 [beta5.5
>> beta5.6] (2008/12/10) </th>
</tr>
<tr>
<td> # <span style="font-weight: bold;">(Important!)</span>
The
security hole of old libvorbis origin was fixed like latest
libvorbis. The software using the decode function of the
former
library should be updated to the latest library. This problem
does not influence the encode function.<br>
# Reduced distortion by clipping at low sampling frequency
and/or low bitrate.<br>
# Fixed noise control part of impulse block added in the
beta5.5.<br>
# Tuning of each part was redone according to
above-mentioned changed part. </td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ <span style="font-weight: bold;">(重要!)</span> libvorbis
由来のセキュリティホールは最新のlibvorbisに準じて修正されました。以前のバージョンのライブラリをデコード処理に利用しているソフトウェア
は、最新のライブラリ (今回のバージョン、又は最新のXiph.Org libvorbis)
に更新されることを強く推奨します。なお、この問題はエンコード機能には影響しません。<br>
・ 低いサンプリング周波数、及び低いビットレートでの音割れ現象を軽減しました。<br>
・ 前バージョンで拡張した、Impulseブロックのノイズ制御の一部を修正しました。<br>
・ 上記の変更点や追加部分に合わせて、各部のチューニングを見直しました。<br>
</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;"></span>Win32
reference binary<br>
<a href="binary/aoTuV_b5.6.zip">Download
Ogg Vorbis aoTuV beta5.6 Encoder</a><br>
libvorbis source code (BSD-style license)<br>
<a href="source_code/libvorbis-aotuv_b5.6.tar.bz2">Download
Ogg Vorbis aoTuV
beta5.6
Source
code</a><br>
<br><br>
<!-- b5.5 -->
</small><hr style="width: 100%; height: 2px;">
<table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta5.5 [beta5
>> beta5.5] (2008/03/31) </th>
</tr>
<tr>
<td> # The noise control of the Impulse block was
expanded. This is effective with the outstanding sample of the
pre-echo. <br>
# The pre-echo reduction code came to work at a lower bit
rate. <br>
# Noise Normalization was reviewed. As a result, the bug is
revised. <br>
# The detailed tuning was done again. </td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ Impulseブロックのノイズ制御を拡張しました。これはプリエコーの目立つサンプルで効果があります。<br>
・ プリエコー削減コードをより低いビットレートに適用しました(q-1/-2)。<br>
・ Noise Normalizationのバグフィックスに合わせてコードを見直しました。<br>
・ 上記の変更点や追加部分に合わせて、各部のチューニングをやり直しました。</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;"></span>Win32
reference binary<br>
<a href="binary/aoTuV_b5.5.zip">Download
Ogg Vorbis aoTuV beta5.5 Encoder</a><br>
libvorbis source code (BSD-style license)<br>
<a href="source_code/libvorbis-aotuv_b5.5.tar.bz2">Download
Ogg Vorbis aoTuV
beta5.5
Source
code</a><br>
Xiph.Org libvorbis1.2.0 diff (patch)<br>
<a href="source_code/aotuvb5.5_patch-libvorbis1.2.0.tar.bz2">
Download
Ogg Vorbis aoTuV
beta5.5 patch</a><br>
<br><br>
<!-- b5 -->
</small><hr style="width: 100%; height: 2px;">
<table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Beta5 [beta4.51(Release1)
>> beta5] (2006/10/24) </th>
</tr>
<tr>
<td> # The action of noise normalization has been
improved. This has an effect in the sound roughness and
tremor
problem etc. in the low bitrate.<br>
# The threshold of a stereo mode change was calculated
dynamically. Some of problems which originate in channel
coupling
by this will improve. <br>
# Noise control of an impulse block was changed (quality 0-10
/ 32-48kHz). And pre-echo decreased slightly. <br>
# Tuning of each part was redone according
to above-mentioned changed part and additional part. </td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ Noise
Normalizationの挙動を改善しました。これは低いビットレートでの音荒れ、音揺れ問題などに効果があります。<br>
・ ステレオモード切替のしきい値を動的に計算するようにしました。これによりChannel
Couplingに起因する問題の幾つかは改善しました。<br>
・ Impulseブロックのノイズ制御を変更しました(quality0-10/32-48kHz)。そしてプリエコーが僅かに減りました。<br>
・ 上記の変更点や追加部分に合わせて、各部のチューニングをやり直しました。</td>
</tr>
</tbody>
</table>
<small><br>
<span style="font-style: italic;"></span><br>
<span style="font-style: italic;">2006/11/11
The mistake of "Win32 reference binary" was corrected. Please update. </span><br>
<br>
Win32 reference binary<br>
<a href="binary/aoTuV_b5.zip">Download
Ogg Vorbis aoTuV beta5 Encoder</a><br>
libvorbis source code (BSD-style license)<br>
<a href="source_code/libvorbis-aotuv_b5.tar.bz2">Download
Ogg Vorbis aoTuV
beta5
Source
code</a><br>
Xiph.Org libvorbis1.1.2 diff (patch)<br>
<a href="source_code/aotuvb5_patch-libvorbis1.1.2.tar.bz2">
Download
Ogg Vorbis aoTuV
beta5 patch</a><br>
<br><br>
<!-- r1 -->
</small><hr style="width: 100%; height: 2px;">
<table style="text-align: left; background-color: rgb(206, 228, 255); width: 95%; height: 10px;" border="0" cellpadding="2" cellspacing="2">
<caption><br></caption><tbody>
<tr>
<th style="background-color: rgb(184, 204, 228);">aoTuV
Release 1 (2006/08/23) </th>
</tr>
<tr>
<td> # This is the stable version. The contents
are almost the same as beta4.51. </td>
</tr>
<tr>
<td style="background-color: rgb(184, 204, 228);"><br>
</td>
</tr>
<tr>
<td>・ これは安定版としてリリースするものです。内容はbeta4.51とほぼ同じです。</td>
</tr>
</tbody>
</table>
<small><br>
<br>
libvorbis source code (BSD-style license)<br>
<a href="source_code/libvorbis-aotuv_r1.tar.bz2">Download
Ogg Vorbis aoTuV Release 1
Source
code</a><br>
Xiph.Org libvorbis1.1.2 diff (patch)<br>
<a href="source_code/aotuvr1_patch-libvorbis1.1.2.tar.bz2">Download
Ogg Vorbis aoTuV Release 1 patch</a><br>
<br><br>
</small><hr style="width: 100%; height: 2px;"><span style="font-weight: bold;"></span><small><br>
<small><br>
</small><a href="old_beta.html">過去のβバージョン<br>
<small>old beta version</small></a><br>
<br>
<span style="font-weight: bold;">
</span><a href="old_alpha.html">過去のαバージョン・ログ<br>
<small>old alpha version (log)</small></a><br><br><a href="test.html">テストバージョン<br>
<small>test version</small></a><br><br>
<span style="font-weight: bold;"><br></span></small><div style="text-align: right;"><small><a href="#"><span style="font-weight: bold;">[go to top]</span></a><br></small></div><span style="font-weight: bold;">
<small><br>
</small></span></div>
<table style="color: rgb(255, 255, 255); background-color: rgb(67, 77, 122); width: 95%; text-align: left; margin-left: auto; margin-right: auto;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr align="right">
<td>(c)2003-2021 蒼弓/AOYUMI</td>
</tr>
</tbody>
</table>
<span style="font-weight: bold;"></span><small><br>
</small></body></html>