diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b36a8a --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +pom.xml +pom.xml.asc +*.jar +*.class +*.log +*.stl +[0-9a-f]*-init.clj +/bin/ +/lib/ +/classes/ +/target/ +/checkouts/ +/.clj-kondo/ +.eastwood +.lein-deps-sum +.lein-repl-history +.lein-plugins/ +.lein-failures +.nrepl-port +.cpcache/ +.calva/ +.idea/ +*~ + + +.calva/output-window/output.calva-repl + +.lsp/sqlite.db + +libbulletjme.so + +liblwjgl64.so + +libopenal64.so + +.settings/ +.classpath +.project + +.calva/ +.lsp/ + + +*.so + +docs/cloverage/codecov.json + +docs/cloverage/coverage.xml + +src/cc/journeyman/the_great_game/cloverage.clj diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..d2336ec --- /dev/null +++ b/.hgignore @@ -0,0 +1,14 @@ +syntax: glob +target/** +classes/** +checkouts/** +profiles.clj +pom.xml +pom.xml.asc +*.jar +*.class +/.lein-* +/.nrepl-port +/.prepl-port +.gitignore +.git/** diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1e49df4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# Change Log +All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..2315126 --- /dev/null +++ b/LICENSE @@ -0,0 +1,280 @@ +Eclipse Public License - v 2.0 + + THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE + PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION + OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. + +1. DEFINITIONS + +"Contribution" means: + + a) in the case of the initial Contributor, the initial content + Distributed under this Agreement, and + + b) in the case of each subsequent Contributor: + i) changes to the Program, and + ii) additions to the Program; + where such changes and/or additions to the Program originate from + and are Distributed by that particular Contributor. A Contribution + "originates" from a Contributor if it was added to the Program by + such Contributor itself or anyone acting on such Contributor's behalf. + Contributions do not include changes or additions to the Program that + are not Modified Works. + +"Contributor" means any person or entity that Distributes the Program. + +"Licensed Patents" mean patent claims licensable by a Contributor which +are necessarily infringed by the use or sale of its Contribution alone +or when combined with the Program. + +"Program" means the Contributions Distributed in accordance with this +Agreement. + +"Recipient" means anyone who receives the Program under this Agreement +or any Secondary License (as applicable), including Contributors. + +"Derivative Works" shall mean any work, whether in Source Code or other +form, that is based on (or derived from) the Program and for which the +editorial revisions, annotations, elaborations, or other modifications +represent, as a whole, an original work of authorship. + +"Modified Works" shall mean any work in Source Code or other form that +results from an addition to, deletion from, or modification of the +contents of the Program, including, for purposes of clarity any new file +in Source Code form that contains any contents of the Program. Modified +Works shall not include works that contain only declarations, +interfaces, types, classes, structures, or files of the Program solely +in each case in order to link to, bind by name, or subclass the Program +or Modified Works thereof. + +"Distribute" means the acts of a) distributing or b) making available +in any manner that enables the transfer of a copy. + +"Source Code" means the form of a Program preferred for making +modifications, including but not limited to software source code, +documentation source, and configuration files. + +"Secondary License" means either the GNU General Public License, +Version 2.0, or any later versions of that license, including any +exceptions or additional permissions as identified by the initial +Contributor. + +2. GRANT OF RIGHTS + + a) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free copyright + license to reproduce, prepare Derivative Works of, publicly display, + publicly perform, Distribute and sublicense the Contribution of such + Contributor, if any, and such Derivative Works. + + b) Subject to the terms of this Agreement, each Contributor hereby + grants Recipient a non-exclusive, worldwide, royalty-free patent + license under Licensed Patents to make, use, sell, offer to sell, + import and otherwise transfer the Contribution of such Contributor, + if any, in Source Code or other form. This patent license shall + apply to the combination of the Contribution and the Program if, at + the time the Contribution is added by the Contributor, such addition + of the Contribution causes such combination to be covered by the + Licensed Patents. The patent license shall not apply to any other + combinations which include the Contribution. No hardware per se is + licensed hereunder. + + c) Recipient understands that although each Contributor grants the + licenses to its Contributions set forth herein, no assurances are + provided by any Contributor that the Program does not infringe the + patent or other intellectual property rights of any other entity. + Each Contributor disclaims any liability to Recipient for claims + brought by any other entity based on infringement of intellectual + property rights or otherwise. As a condition to exercising the + rights and licenses granted hereunder, each Recipient hereby + assumes sole responsibility to secure any other intellectual + property rights needed, if any. For example, if a third party + patent license is required to allow Recipient to Distribute the + Program, it is Recipient's responsibility to acquire that license + before distributing the Program. + + d) Each Contributor represents that to its knowledge it has + sufficient copyright rights in its Contribution, if any, to grant + the copyright license set forth in this Agreement. + + e) Notwithstanding the terms of any Secondary License, no + Contributor makes additional grants to any Recipient (other than + those set forth in this Agreement) as a result of such Recipient's + receipt of the Program under the terms of a Secondary License + (if permitted under the terms of Section 3). + +3. REQUIREMENTS + +3.1 If a Contributor Distributes the Program in any form, then: + + a) the Program must also be made available as Source Code, in + accordance with section 3.2, and the Contributor must accompany + the Program with a statement that the Source Code for the Program + is available under this Agreement, and informs Recipients how to + obtain it in a reasonable manner on or through a medium customarily + used for software exchange; and + + b) the Contributor may Distribute the Program under a license + different than this Agreement, provided that such license: + i) effectively disclaims on behalf of all other Contributors all + warranties and conditions, express and implied, including + warranties or conditions of title and non-infringement, and + implied warranties or conditions of merchantability and fitness + for a particular purpose; + + ii) effectively excludes on behalf of all other Contributors all + liability for damages, including direct, indirect, special, + incidental and consequential damages, such as lost profits; + + iii) does not attempt to limit or alter the recipients' rights + in the Source Code under section 3.2; and + + iv) requires any subsequent distribution of the Program by any + party to be under a license that satisfies the requirements + of this section 3. + +3.2 When the Program is Distributed as Source Code: + + a) it must be made available under this Agreement, or if the + Program (i) is combined with other material in a separate file or + files made available under a Secondary License, and (ii) the initial + Contributor attached to the Source Code the notice described in + Exhibit A of this Agreement, then the Program may be made available + under the terms of such Secondary Licenses, and + + b) a copy of this Agreement must be included with each copy of + the Program. + +3.3 Contributors may not remove or alter any copyright, patent, +trademark, attribution notices, disclaimers of warranty, or limitations +of liability ("notices") contained within the Program from any copy of +the Program which they Distribute, provided that Contributors may add +their own appropriate notices. + +4. COMMERCIAL DISTRIBUTION + +Commercial distributors of software may accept certain responsibilities +with respect to end users, business partners and the like. While this +license is intended to facilitate the commercial use of the Program, +the Contributor who includes the Program in a commercial product +offering should do so in a manner which does not create potential +liability for other Contributors. Therefore, if a Contributor includes +the Program in a commercial product offering, such Contributor +("Commercial Contributor") hereby agrees to defend and indemnify every +other Contributor ("Indemnified Contributor") against any losses, +damages and costs (collectively "Losses") arising from claims, lawsuits +and other legal actions brought by a third party against the Indemnified +Contributor to the extent caused by the acts or omissions of such +Commercial Contributor in connection with its distribution of the Program +in a commercial product offering. The obligations in this section do not +apply to any claims or Losses relating to any actual or alleged +intellectual property infringement. In order to qualify, an Indemnified +Contributor must: a) promptly notify the Commercial Contributor in +writing of such claim, and b) allow the Commercial Contributor to control, +and cooperate with the Commercial Contributor in, the defense and any +related settlement negotiations. The Indemnified Contributor may +participate in any such claim at its own expense. + +For example, a Contributor might include the Program in a commercial +product offering, Product X. That Contributor is then a Commercial +Contributor. If that Commercial Contributor then makes performance +claims, or offers warranties related to Product X, those performance +claims and warranties are such Commercial Contributor's responsibility +alone. Under this section, the Commercial Contributor would have to +defend claims against the other Contributors related to those performance +claims and warranties, and if a court requires any other Contributor to +pay any damages as a result, the Commercial Contributor must pay +those damages. + +5. NO WARRANTY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT +PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS" +BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR +IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF +TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR +PURPOSE. Each Recipient is solely responsible for determining the +appropriateness of using and distributing the Program and assumes all +risks associated with its exercise of rights under this Agreement, +including but not limited to the risks and costs of program errors, +compliance with applicable laws, damage to or loss of data, programs +or equipment, and unavailability or interruption of operations. + +6. DISCLAIMER OF LIABILITY + +EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT +PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS +SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST +PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE +EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + +7. GENERAL + +If any provision of this Agreement is invalid or unenforceable under +applicable law, it shall not affect the validity or enforceability of +the remainder of the terms of this Agreement, and without further +action by the parties hereto, such provision shall be reformed to the +minimum extent necessary to make such provision valid and enforceable. + +If Recipient institutes patent litigation against any entity +(including a cross-claim or counterclaim in a lawsuit) alleging that the +Program itself (excluding combinations of the Program with other software +or hardware) infringes such Recipient's patent(s), then such Recipient's +rights granted under Section 2(b) shall terminate as of the date such +litigation is filed. + +All Recipient's rights under this Agreement shall terminate if it +fails to comply with any of the material terms or conditions of this +Agreement and does not cure such failure in a reasonable period of +time after becoming aware of such noncompliance. If all Recipient's +rights under this Agreement terminate, Recipient agrees to cease use +and distribution of the Program as soon as reasonably practicable. +However, Recipient's obligations under this Agreement and any licenses +granted by Recipient relating to the Program shall continue and survive. + +Everyone is permitted to copy and distribute copies of this Agreement, +but in order to avoid inconsistency the Agreement is copyrighted and +may only be modified in the following manner. The Agreement Steward +reserves the right to publish new versions (including revisions) of +this Agreement from time to time. No one other than the Agreement +Steward has the right to modify this Agreement. The Eclipse Foundation +is the initial Agreement Steward. The Eclipse Foundation may assign the +responsibility to serve as the Agreement Steward to a suitable separate +entity. Each new version of the Agreement will be given a distinguishing +version number. The Program (including Contributions) may always be +Distributed subject to the version of the Agreement under which it was +received. In addition, after a new version of the Agreement is published, +Contributor may elect to Distribute the Program (including its +Contributions) under the new version. + +Except as expressly stated in Sections 2(a) and 2(b) above, Recipient +receives no rights or licenses to the intellectual property of any +Contributor under this Agreement, whether expressly, by implication, +estoppel or otherwise. All rights in the Program not expressly granted +under this Agreement are reserved. Nothing in this Agreement is intended +to be enforceable by any entity that is not a Contributor or Recipient. +No third-party beneficiary rights are created under this Agreement. + +Exhibit A - Form of Secondary Licenses Notice + +"This Source Code may also be made available under the following +Secondary Licenses when the conditions for such availability set forth +in the Eclipse Public License, v. 2.0 are satisfied: GNU General Public +License as published by the Free Software Foundation, either version 2 +of the License, or (at your option) any later version, with the GNU +Classpath Exception which is available at +https://www.gnu.org/software/classpath/license.html." + + Simply including a copy of this Agreement, including this Exhibit A + is not sufficient to license the Source Code under Secondary Licenses. + + If it is not possible or desirable to put the notice in a particular + file, then You may include the notice in a location (such as a LICENSE + file in a relevant directory) where a recipient would be likely to + look for such a notice. + + You may add additional accurate notices of copyright ownership. diff --git a/doc/intro.md b/doc/intro.md new file mode 100644 index 0000000..de61fcf --- /dev/null +++ b/doc/intro.md @@ -0,0 +1,3 @@ +# Introduction to sikhi + +TODO: write [great documentation](http://jacobian.org/writing/what-to-write/) diff --git a/resources/public/audio/01B.mp3 b/resources/public/audio/01B.mp3 new file mode 100644 index 0000000..f67c638 Binary files /dev/null and b/resources/public/audio/01B.mp3 differ diff --git a/resources/public/audio/01C.mp3 b/resources/public/audio/01C.mp3 new file mode 100644 index 0000000..9de36bd Binary files /dev/null and b/resources/public/audio/01C.mp3 differ diff --git a/resources/public/audio/01D.mp3 b/resources/public/audio/01D.mp3 new file mode 100644 index 0000000..c3af6ff Binary files /dev/null and b/resources/public/audio/01D.mp3 differ diff --git a/resources/public/audio/01E.mp3 b/resources/public/audio/01E.mp3 new file mode 100644 index 0000000..e563704 Binary files /dev/null and b/resources/public/audio/01E.mp3 differ diff --git a/resources/public/audio/01F.mp3 b/resources/public/audio/01F.mp3 new file mode 100644 index 0000000..f40a522 Binary files /dev/null and b/resources/public/audio/01F.mp3 differ diff --git a/resources/public/audio/01G.mp3 b/resources/public/audio/01G.mp3 new file mode 100644 index 0000000..4721379 Binary files /dev/null and b/resources/public/audio/01G.mp3 differ diff --git a/resources/public/audio/01H.mp3 b/resources/public/audio/01H.mp3 new file mode 100644 index 0000000..ca61735 Binary files /dev/null and b/resources/public/audio/01H.mp3 differ diff --git a/resources/public/audio/01I.mp3 b/resources/public/audio/01I.mp3 new file mode 100644 index 0000000..7f67107 Binary files /dev/null and b/resources/public/audio/01I.mp3 differ diff --git a/resources/public/audio/01J.mp3 b/resources/public/audio/01J.mp3 new file mode 100644 index 0000000..fbcdee9 Binary files /dev/null and b/resources/public/audio/01J.mp3 differ diff --git a/resources/public/audio/01K.mp3 b/resources/public/audio/01K.mp3 new file mode 100644 index 0000000..f1a9702 Binary files /dev/null and b/resources/public/audio/01K.mp3 differ diff --git a/resources/public/audio/01L.mp3 b/resources/public/audio/01L.mp3 new file mode 100644 index 0000000..9b9d710 Binary files /dev/null and b/resources/public/audio/01L.mp3 differ diff --git a/resources/public/audio/01M.mp3 b/resources/public/audio/01M.mp3 new file mode 100644 index 0000000..528c004 Binary files /dev/null and b/resources/public/audio/01M.mp3 differ diff --git a/resources/public/audio/01b.mp3 b/resources/public/audio/01b.mp3 new file mode 100644 index 0000000..eaa6abe Binary files /dev/null and b/resources/public/audio/01b.mp3 differ diff --git a/resources/public/audio/01c.mp3 b/resources/public/audio/01c.mp3 new file mode 100644 index 0000000..fef9218 Binary files /dev/null and b/resources/public/audio/01c.mp3 differ diff --git a/resources/public/audio/01d.mp3 b/resources/public/audio/01d.mp3 new file mode 100644 index 0000000..fbbc3bd Binary files /dev/null and b/resources/public/audio/01d.mp3 differ diff --git a/resources/public/audio/01e.mp3 b/resources/public/audio/01e.mp3 new file mode 100644 index 0000000..a22ba75 Binary files /dev/null and b/resources/public/audio/01e.mp3 differ diff --git a/resources/public/audio/01f.mp3 b/resources/public/audio/01f.mp3 new file mode 100644 index 0000000..8b05f6a Binary files /dev/null and b/resources/public/audio/01f.mp3 differ diff --git a/resources/public/audio/01g.mp3 b/resources/public/audio/01g.mp3 new file mode 100644 index 0000000..b2ef29b Binary files /dev/null and b/resources/public/audio/01g.mp3 differ diff --git a/resources/public/audio/01h.mp3 b/resources/public/audio/01h.mp3 new file mode 100644 index 0000000..a477db7 Binary files /dev/null and b/resources/public/audio/01h.mp3 differ diff --git a/resources/public/audio/01i.mp3 b/resources/public/audio/01i.mp3 new file mode 100644 index 0000000..9ff52b5 Binary files /dev/null and b/resources/public/audio/01i.mp3 differ diff --git a/resources/public/audio/01j.mp3 b/resources/public/audio/01j.mp3 new file mode 100644 index 0000000..fbc34f3 Binary files /dev/null and b/resources/public/audio/01j.mp3 differ diff --git a/resources/public/audio/01k.mp3 b/resources/public/audio/01k.mp3 new file mode 100644 index 0000000..53f484a Binary files /dev/null and b/resources/public/audio/01k.mp3 differ diff --git a/resources/public/audio/01l.mp3 b/resources/public/audio/01l.mp3 new file mode 100644 index 0000000..5aae709 Binary files /dev/null and b/resources/public/audio/01l.mp3 differ diff --git a/resources/public/audio/01m.mp3 b/resources/public/audio/01m.mp3 new file mode 100644 index 0000000..6481493 Binary files /dev/null and b/resources/public/audio/01m.mp3 differ diff --git a/resources/public/audio/02B.mp3 b/resources/public/audio/02B.mp3 new file mode 100644 index 0000000..cbc91ef Binary files /dev/null and b/resources/public/audio/02B.mp3 differ diff --git a/resources/public/audio/02C.mp3 b/resources/public/audio/02C.mp3 new file mode 100644 index 0000000..d6480fe Binary files /dev/null and b/resources/public/audio/02C.mp3 differ diff --git a/resources/public/audio/02D.mp3 b/resources/public/audio/02D.mp3 new file mode 100644 index 0000000..24decd2 Binary files /dev/null and b/resources/public/audio/02D.mp3 differ diff --git a/resources/public/audio/02E.mp3 b/resources/public/audio/02E.mp3 new file mode 100644 index 0000000..4662e92 Binary files /dev/null and b/resources/public/audio/02E.mp3 differ diff --git a/resources/public/audio/02F.mp3 b/resources/public/audio/02F.mp3 new file mode 100644 index 0000000..0b73458 Binary files /dev/null and b/resources/public/audio/02F.mp3 differ diff --git a/resources/public/audio/02G.mp3 b/resources/public/audio/02G.mp3 new file mode 100644 index 0000000..7e4cc94 Binary files /dev/null and b/resources/public/audio/02G.mp3 differ diff --git a/resources/public/audio/02H.mp3 b/resources/public/audio/02H.mp3 new file mode 100644 index 0000000..9073c25 Binary files /dev/null and b/resources/public/audio/02H.mp3 differ diff --git a/resources/public/audio/02I.mp3 b/resources/public/audio/02I.mp3 new file mode 100644 index 0000000..5880ff2 Binary files /dev/null and b/resources/public/audio/02I.mp3 differ diff --git a/resources/public/audio/02J.mp3 b/resources/public/audio/02J.mp3 new file mode 100644 index 0000000..d6c0983 Binary files /dev/null and b/resources/public/audio/02J.mp3 differ diff --git a/resources/public/audio/02K.mp3 b/resources/public/audio/02K.mp3 new file mode 100644 index 0000000..7e5359c Binary files /dev/null and b/resources/public/audio/02K.mp3 differ diff --git a/resources/public/audio/02L.mp3 b/resources/public/audio/02L.mp3 new file mode 100644 index 0000000..d104473 Binary files /dev/null and b/resources/public/audio/02L.mp3 differ diff --git a/resources/public/audio/02M.mp3 b/resources/public/audio/02M.mp3 new file mode 100644 index 0000000..602967a Binary files /dev/null and b/resources/public/audio/02M.mp3 differ diff --git a/resources/public/audio/02b.mp3 b/resources/public/audio/02b.mp3 new file mode 100644 index 0000000..84c9b16 Binary files /dev/null and b/resources/public/audio/02b.mp3 differ diff --git a/resources/public/audio/02c.mp3 b/resources/public/audio/02c.mp3 new file mode 100644 index 0000000..b4f70bf Binary files /dev/null and b/resources/public/audio/02c.mp3 differ diff --git a/resources/public/audio/02d.mp3 b/resources/public/audio/02d.mp3 new file mode 100644 index 0000000..3ebb246 Binary files /dev/null and b/resources/public/audio/02d.mp3 differ diff --git a/resources/public/audio/02e.mp3 b/resources/public/audio/02e.mp3 new file mode 100644 index 0000000..e43a45c Binary files /dev/null and b/resources/public/audio/02e.mp3 differ diff --git a/resources/public/audio/02f.mp3 b/resources/public/audio/02f.mp3 new file mode 100644 index 0000000..e8e8957 Binary files /dev/null and b/resources/public/audio/02f.mp3 differ diff --git a/resources/public/audio/02g.mp3 b/resources/public/audio/02g.mp3 new file mode 100644 index 0000000..354f19c Binary files /dev/null and b/resources/public/audio/02g.mp3 differ diff --git a/resources/public/audio/02h.mp3 b/resources/public/audio/02h.mp3 new file mode 100644 index 0000000..14a7e01 Binary files /dev/null and b/resources/public/audio/02h.mp3 differ diff --git a/resources/public/audio/02i.mp3 b/resources/public/audio/02i.mp3 new file mode 100644 index 0000000..a7a4c83 Binary files /dev/null and b/resources/public/audio/02i.mp3 differ diff --git a/resources/public/audio/02j.mp3 b/resources/public/audio/02j.mp3 new file mode 100644 index 0000000..98bb4a6 Binary files /dev/null and b/resources/public/audio/02j.mp3 differ diff --git a/resources/public/audio/02k.mp3 b/resources/public/audio/02k.mp3 new file mode 100644 index 0000000..5d1320b Binary files /dev/null and b/resources/public/audio/02k.mp3 differ diff --git a/resources/public/audio/02l.mp3 b/resources/public/audio/02l.mp3 new file mode 100644 index 0000000..a05e46b Binary files /dev/null and b/resources/public/audio/02l.mp3 differ diff --git a/resources/public/audio/02m.mp3 b/resources/public/audio/02m.mp3 new file mode 100644 index 0000000..a31ca6c Binary files /dev/null and b/resources/public/audio/02m.mp3 differ diff --git a/resources/public/audio/03B.mp3 b/resources/public/audio/03B.mp3 new file mode 100644 index 0000000..5157b7b Binary files /dev/null and b/resources/public/audio/03B.mp3 differ diff --git a/resources/public/audio/03C.mp3 b/resources/public/audio/03C.mp3 new file mode 100644 index 0000000..8bb2e77 Binary files /dev/null and b/resources/public/audio/03C.mp3 differ diff --git a/resources/public/audio/03D.mp3 b/resources/public/audio/03D.mp3 new file mode 100644 index 0000000..46e417b Binary files /dev/null and b/resources/public/audio/03D.mp3 differ diff --git a/resources/public/audio/03E.mp3 b/resources/public/audio/03E.mp3 new file mode 100644 index 0000000..94a4e9e Binary files /dev/null and b/resources/public/audio/03E.mp3 differ diff --git a/resources/public/audio/03F.mp3 b/resources/public/audio/03F.mp3 new file mode 100644 index 0000000..e408989 Binary files /dev/null and b/resources/public/audio/03F.mp3 differ diff --git a/resources/public/audio/03G.mp3 b/resources/public/audio/03G.mp3 new file mode 100644 index 0000000..c471bf0 Binary files /dev/null and b/resources/public/audio/03G.mp3 differ diff --git a/resources/public/audio/03H.mp3 b/resources/public/audio/03H.mp3 new file mode 100644 index 0000000..ff23c81 Binary files /dev/null and b/resources/public/audio/03H.mp3 differ diff --git a/resources/public/audio/03I.mp3 b/resources/public/audio/03I.mp3 new file mode 100644 index 0000000..fe3c9e8 Binary files /dev/null and b/resources/public/audio/03I.mp3 differ diff --git a/resources/public/audio/03J.mp3 b/resources/public/audio/03J.mp3 new file mode 100644 index 0000000..1dc75e2 Binary files /dev/null and b/resources/public/audio/03J.mp3 differ diff --git a/resources/public/audio/03K.mp3 b/resources/public/audio/03K.mp3 new file mode 100644 index 0000000..5e1fa49 Binary files /dev/null and b/resources/public/audio/03K.mp3 differ diff --git a/resources/public/audio/03L.mp3 b/resources/public/audio/03L.mp3 new file mode 100644 index 0000000..e650103 Binary files /dev/null and b/resources/public/audio/03L.mp3 differ diff --git a/resources/public/audio/03M.mp3 b/resources/public/audio/03M.mp3 new file mode 100644 index 0000000..6b6d55f Binary files /dev/null and b/resources/public/audio/03M.mp3 differ diff --git a/resources/public/audio/03b.mp3 b/resources/public/audio/03b.mp3 new file mode 100644 index 0000000..4245db0 Binary files /dev/null and b/resources/public/audio/03b.mp3 differ diff --git a/resources/public/audio/03c.mp3 b/resources/public/audio/03c.mp3 new file mode 100644 index 0000000..d5aeee0 Binary files /dev/null and b/resources/public/audio/03c.mp3 differ diff --git a/resources/public/audio/03d.mp3 b/resources/public/audio/03d.mp3 new file mode 100644 index 0000000..15a4f44 Binary files /dev/null and b/resources/public/audio/03d.mp3 differ diff --git a/resources/public/audio/03e.mp3 b/resources/public/audio/03e.mp3 new file mode 100644 index 0000000..54ff747 Binary files /dev/null and b/resources/public/audio/03e.mp3 differ diff --git a/resources/public/audio/03f.mp3 b/resources/public/audio/03f.mp3 new file mode 100644 index 0000000..7d6e34c Binary files /dev/null and b/resources/public/audio/03f.mp3 differ diff --git a/resources/public/audio/03g.mp3 b/resources/public/audio/03g.mp3 new file mode 100644 index 0000000..0fb569f Binary files /dev/null and b/resources/public/audio/03g.mp3 differ diff --git a/resources/public/audio/03h.mp3 b/resources/public/audio/03h.mp3 new file mode 100644 index 0000000..0949d4d Binary files /dev/null and b/resources/public/audio/03h.mp3 differ diff --git a/resources/public/audio/03i.mp3 b/resources/public/audio/03i.mp3 new file mode 100644 index 0000000..e2aa899 Binary files /dev/null and b/resources/public/audio/03i.mp3 differ diff --git a/resources/public/audio/03j.mp3 b/resources/public/audio/03j.mp3 new file mode 100644 index 0000000..fc26c13 Binary files /dev/null and b/resources/public/audio/03j.mp3 differ diff --git a/resources/public/audio/03k.mp3 b/resources/public/audio/03k.mp3 new file mode 100644 index 0000000..67fd7a7 Binary files /dev/null and b/resources/public/audio/03k.mp3 differ diff --git a/resources/public/audio/03l.mp3 b/resources/public/audio/03l.mp3 new file mode 100644 index 0000000..e65cbf6 Binary files /dev/null and b/resources/public/audio/03l.mp3 differ diff --git a/resources/public/audio/03m.mp3 b/resources/public/audio/03m.mp3 new file mode 100644 index 0000000..c6eaf77 Binary files /dev/null and b/resources/public/audio/03m.mp3 differ diff --git a/resources/public/audio/04B.mp3 b/resources/public/audio/04B.mp3 new file mode 100644 index 0000000..08b72c9 Binary files /dev/null and b/resources/public/audio/04B.mp3 differ diff --git a/resources/public/audio/04C.mp3 b/resources/public/audio/04C.mp3 new file mode 100644 index 0000000..cdf063b Binary files /dev/null and b/resources/public/audio/04C.mp3 differ diff --git a/resources/public/audio/04D.mp3 b/resources/public/audio/04D.mp3 new file mode 100644 index 0000000..ce3fd03 Binary files /dev/null and b/resources/public/audio/04D.mp3 differ diff --git a/resources/public/audio/04E.mp3 b/resources/public/audio/04E.mp3 new file mode 100644 index 0000000..ff25f34 Binary files /dev/null and b/resources/public/audio/04E.mp3 differ diff --git a/resources/public/audio/04F.mp3 b/resources/public/audio/04F.mp3 new file mode 100644 index 0000000..64a5ad1 Binary files /dev/null and b/resources/public/audio/04F.mp3 differ diff --git a/resources/public/audio/04G.mp3 b/resources/public/audio/04G.mp3 new file mode 100644 index 0000000..8883244 Binary files /dev/null and b/resources/public/audio/04G.mp3 differ diff --git a/resources/public/audio/04H.mp3 b/resources/public/audio/04H.mp3 new file mode 100644 index 0000000..81bce4f Binary files /dev/null and b/resources/public/audio/04H.mp3 differ diff --git a/resources/public/audio/04I.mp3 b/resources/public/audio/04I.mp3 new file mode 100644 index 0000000..3eee7fb Binary files /dev/null and b/resources/public/audio/04I.mp3 differ diff --git a/resources/public/audio/04J.mp3 b/resources/public/audio/04J.mp3 new file mode 100644 index 0000000..d02c381 Binary files /dev/null and b/resources/public/audio/04J.mp3 differ diff --git a/resources/public/audio/04K.mp3 b/resources/public/audio/04K.mp3 new file mode 100644 index 0000000..c181b73 Binary files /dev/null and b/resources/public/audio/04K.mp3 differ diff --git a/resources/public/audio/04L.mp3 b/resources/public/audio/04L.mp3 new file mode 100644 index 0000000..603d45f Binary files /dev/null and b/resources/public/audio/04L.mp3 differ diff --git a/resources/public/audio/04M.mp3 b/resources/public/audio/04M.mp3 new file mode 100644 index 0000000..93d544e Binary files /dev/null and b/resources/public/audio/04M.mp3 differ diff --git a/resources/public/audio/04b.mp3 b/resources/public/audio/04b.mp3 new file mode 100644 index 0000000..9e00459 Binary files /dev/null and b/resources/public/audio/04b.mp3 differ diff --git a/resources/public/audio/04c.mp3 b/resources/public/audio/04c.mp3 new file mode 100644 index 0000000..a6cad52 Binary files /dev/null and b/resources/public/audio/04c.mp3 differ diff --git a/resources/public/audio/04d.mp3 b/resources/public/audio/04d.mp3 new file mode 100644 index 0000000..4c986ec Binary files /dev/null and b/resources/public/audio/04d.mp3 differ diff --git a/resources/public/audio/04e.mp3 b/resources/public/audio/04e.mp3 new file mode 100644 index 0000000..4c57231 Binary files /dev/null and b/resources/public/audio/04e.mp3 differ diff --git a/resources/public/audio/04f.mp3 b/resources/public/audio/04f.mp3 new file mode 100644 index 0000000..ce4438a Binary files /dev/null and b/resources/public/audio/04f.mp3 differ diff --git a/resources/public/audio/04g.mp3 b/resources/public/audio/04g.mp3 new file mode 100644 index 0000000..a26e029 Binary files /dev/null and b/resources/public/audio/04g.mp3 differ diff --git a/resources/public/audio/04h.mp3 b/resources/public/audio/04h.mp3 new file mode 100644 index 0000000..9f29d19 Binary files /dev/null and b/resources/public/audio/04h.mp3 differ diff --git a/resources/public/audio/04i.mp3 b/resources/public/audio/04i.mp3 new file mode 100644 index 0000000..0c705c0 Binary files /dev/null and b/resources/public/audio/04i.mp3 differ diff --git a/resources/public/audio/04j.mp3 b/resources/public/audio/04j.mp3 new file mode 100644 index 0000000..31fc6a6 Binary files /dev/null and b/resources/public/audio/04j.mp3 differ diff --git a/resources/public/audio/04k.mp3 b/resources/public/audio/04k.mp3 new file mode 100644 index 0000000..4ec76dd Binary files /dev/null and b/resources/public/audio/04k.mp3 differ diff --git a/resources/public/audio/04l.mp3 b/resources/public/audio/04l.mp3 new file mode 100644 index 0000000..a0fd5b3 Binary files /dev/null and b/resources/public/audio/04l.mp3 differ diff --git a/resources/public/audio/04m.mp3 b/resources/public/audio/04m.mp3 new file mode 100644 index 0000000..9538682 Binary files /dev/null and b/resources/public/audio/04m.mp3 differ diff --git a/resources/public/audio/05B.mp3 b/resources/public/audio/05B.mp3 new file mode 100644 index 0000000..343ca35 Binary files /dev/null and b/resources/public/audio/05B.mp3 differ diff --git a/resources/public/audio/05C.mp3 b/resources/public/audio/05C.mp3 new file mode 100644 index 0000000..11e2e43 Binary files /dev/null and b/resources/public/audio/05C.mp3 differ diff --git a/resources/public/audio/05D.mp3 b/resources/public/audio/05D.mp3 new file mode 100644 index 0000000..2cb1e04 Binary files /dev/null and b/resources/public/audio/05D.mp3 differ diff --git a/resources/public/audio/05E.mp3 b/resources/public/audio/05E.mp3 new file mode 100644 index 0000000..f7ce257 Binary files /dev/null and b/resources/public/audio/05E.mp3 differ diff --git a/resources/public/audio/05F.mp3 b/resources/public/audio/05F.mp3 new file mode 100644 index 0000000..1dd2bce Binary files /dev/null and b/resources/public/audio/05F.mp3 differ diff --git a/resources/public/audio/05G.mp3 b/resources/public/audio/05G.mp3 new file mode 100644 index 0000000..5d5abf2 Binary files /dev/null and b/resources/public/audio/05G.mp3 differ diff --git a/resources/public/audio/05H.mp3 b/resources/public/audio/05H.mp3 new file mode 100644 index 0000000..5edfbeb Binary files /dev/null and b/resources/public/audio/05H.mp3 differ diff --git a/resources/public/audio/05I.mp3 b/resources/public/audio/05I.mp3 new file mode 100644 index 0000000..e962b36 Binary files /dev/null and b/resources/public/audio/05I.mp3 differ diff --git a/resources/public/audio/05J.mp3 b/resources/public/audio/05J.mp3 new file mode 100644 index 0000000..397e85b Binary files /dev/null and b/resources/public/audio/05J.mp3 differ diff --git a/resources/public/audio/05K.mp3 b/resources/public/audio/05K.mp3 new file mode 100644 index 0000000..ea70acc Binary files /dev/null and b/resources/public/audio/05K.mp3 differ diff --git a/resources/public/audio/05L.mp3 b/resources/public/audio/05L.mp3 new file mode 100644 index 0000000..3728037 Binary files /dev/null and b/resources/public/audio/05L.mp3 differ diff --git a/resources/public/audio/05M.mp3 b/resources/public/audio/05M.mp3 new file mode 100644 index 0000000..1b84e88 Binary files /dev/null and b/resources/public/audio/05M.mp3 differ diff --git a/resources/public/audio/05b.mp3 b/resources/public/audio/05b.mp3 new file mode 100644 index 0000000..a6950d6 Binary files /dev/null and b/resources/public/audio/05b.mp3 differ diff --git a/resources/public/audio/05c.mp3 b/resources/public/audio/05c.mp3 new file mode 100644 index 0000000..781f067 Binary files /dev/null and b/resources/public/audio/05c.mp3 differ diff --git a/resources/public/audio/05d.mp3 b/resources/public/audio/05d.mp3 new file mode 100644 index 0000000..6c4874d Binary files /dev/null and b/resources/public/audio/05d.mp3 differ diff --git a/resources/public/audio/05e.mp3 b/resources/public/audio/05e.mp3 new file mode 100644 index 0000000..4458eea Binary files /dev/null and b/resources/public/audio/05e.mp3 differ diff --git a/resources/public/audio/05f.mp3 b/resources/public/audio/05f.mp3 new file mode 100644 index 0000000..4eb99c7 Binary files /dev/null and b/resources/public/audio/05f.mp3 differ diff --git a/resources/public/audio/05g.mp3 b/resources/public/audio/05g.mp3 new file mode 100644 index 0000000..2dbc1bb Binary files /dev/null and b/resources/public/audio/05g.mp3 differ diff --git a/resources/public/audio/05h.mp3 b/resources/public/audio/05h.mp3 new file mode 100644 index 0000000..636daae Binary files /dev/null and b/resources/public/audio/05h.mp3 differ diff --git a/resources/public/audio/05i.mp3 b/resources/public/audio/05i.mp3 new file mode 100644 index 0000000..010c6c4 Binary files /dev/null and b/resources/public/audio/05i.mp3 differ diff --git a/resources/public/audio/05j.mp3 b/resources/public/audio/05j.mp3 new file mode 100644 index 0000000..2810cfc Binary files /dev/null and b/resources/public/audio/05j.mp3 differ diff --git a/resources/public/audio/05k.mp3 b/resources/public/audio/05k.mp3 new file mode 100644 index 0000000..ed557a2 Binary files /dev/null and b/resources/public/audio/05k.mp3 differ diff --git a/resources/public/audio/05l.mp3 b/resources/public/audio/05l.mp3 new file mode 100644 index 0000000..cf99ba8 Binary files /dev/null and b/resources/public/audio/05l.mp3 differ diff --git a/resources/public/audio/05m.mp3 b/resources/public/audio/05m.mp3 new file mode 100644 index 0000000..9dfff8a Binary files /dev/null and b/resources/public/audio/05m.mp3 differ diff --git a/resources/public/audio/06B.mp3 b/resources/public/audio/06B.mp3 new file mode 100644 index 0000000..523d260 Binary files /dev/null and b/resources/public/audio/06B.mp3 differ diff --git a/resources/public/audio/06C.mp3 b/resources/public/audio/06C.mp3 new file mode 100644 index 0000000..4cad282 Binary files /dev/null and b/resources/public/audio/06C.mp3 differ diff --git a/resources/public/audio/06D.mp3 b/resources/public/audio/06D.mp3 new file mode 100644 index 0000000..6766c3d Binary files /dev/null and b/resources/public/audio/06D.mp3 differ diff --git a/resources/public/audio/06E.mp3 b/resources/public/audio/06E.mp3 new file mode 100644 index 0000000..ac0203b Binary files /dev/null and b/resources/public/audio/06E.mp3 differ diff --git a/resources/public/audio/06F.mp3 b/resources/public/audio/06F.mp3 new file mode 100644 index 0000000..0a77c28 Binary files /dev/null and b/resources/public/audio/06F.mp3 differ diff --git a/resources/public/audio/06G.mp3 b/resources/public/audio/06G.mp3 new file mode 100644 index 0000000..049f1bc Binary files /dev/null and b/resources/public/audio/06G.mp3 differ diff --git a/resources/public/audio/06H.mp3 b/resources/public/audio/06H.mp3 new file mode 100644 index 0000000..7bf831c Binary files /dev/null and b/resources/public/audio/06H.mp3 differ diff --git a/resources/public/audio/06I.mp3 b/resources/public/audio/06I.mp3 new file mode 100644 index 0000000..141c958 Binary files /dev/null and b/resources/public/audio/06I.mp3 differ diff --git a/resources/public/audio/06J.mp3 b/resources/public/audio/06J.mp3 new file mode 100644 index 0000000..2dfbaf6 Binary files /dev/null and b/resources/public/audio/06J.mp3 differ diff --git a/resources/public/audio/06K.mp3 b/resources/public/audio/06K.mp3 new file mode 100644 index 0000000..e91833c Binary files /dev/null and b/resources/public/audio/06K.mp3 differ diff --git a/resources/public/audio/06L.mp3 b/resources/public/audio/06L.mp3 new file mode 100644 index 0000000..7bdcd95 Binary files /dev/null and b/resources/public/audio/06L.mp3 differ diff --git a/resources/public/audio/06M.mp3 b/resources/public/audio/06M.mp3 new file mode 100644 index 0000000..95475ec Binary files /dev/null and b/resources/public/audio/06M.mp3 differ diff --git a/resources/public/audio/06b.mp3 b/resources/public/audio/06b.mp3 new file mode 100644 index 0000000..58b98ec Binary files /dev/null and b/resources/public/audio/06b.mp3 differ diff --git a/resources/public/audio/06c.mp3 b/resources/public/audio/06c.mp3 new file mode 100644 index 0000000..87800cf Binary files /dev/null and b/resources/public/audio/06c.mp3 differ diff --git a/resources/public/audio/06d.mp3 b/resources/public/audio/06d.mp3 new file mode 100644 index 0000000..7686236 Binary files /dev/null and b/resources/public/audio/06d.mp3 differ diff --git a/resources/public/audio/06e.mp3 b/resources/public/audio/06e.mp3 new file mode 100644 index 0000000..71c4b8c Binary files /dev/null and b/resources/public/audio/06e.mp3 differ diff --git a/resources/public/audio/06f.mp3 b/resources/public/audio/06f.mp3 new file mode 100644 index 0000000..57a6945 Binary files /dev/null and b/resources/public/audio/06f.mp3 differ diff --git a/resources/public/audio/06g.mp3 b/resources/public/audio/06g.mp3 new file mode 100644 index 0000000..ee3e046 Binary files /dev/null and b/resources/public/audio/06g.mp3 differ diff --git a/resources/public/audio/06h.mp3 b/resources/public/audio/06h.mp3 new file mode 100644 index 0000000..91389dc Binary files /dev/null and b/resources/public/audio/06h.mp3 differ diff --git a/resources/public/audio/06i.mp3 b/resources/public/audio/06i.mp3 new file mode 100644 index 0000000..4d40a96 Binary files /dev/null and b/resources/public/audio/06i.mp3 differ diff --git a/resources/public/audio/06j.mp3 b/resources/public/audio/06j.mp3 new file mode 100644 index 0000000..206df04 Binary files /dev/null and b/resources/public/audio/06j.mp3 differ diff --git a/resources/public/audio/06k.mp3 b/resources/public/audio/06k.mp3 new file mode 100644 index 0000000..dde698b Binary files /dev/null and b/resources/public/audio/06k.mp3 differ diff --git a/resources/public/audio/06l.mp3 b/resources/public/audio/06l.mp3 new file mode 100644 index 0000000..d99d243 Binary files /dev/null and b/resources/public/audio/06l.mp3 differ diff --git a/resources/public/audio/06m.mp3 b/resources/public/audio/06m.mp3 new file mode 100644 index 0000000..e96a588 Binary files /dev/null and b/resources/public/audio/06m.mp3 differ diff --git a/resources/public/audio/07B.mp3 b/resources/public/audio/07B.mp3 new file mode 100644 index 0000000..3a0d99e Binary files /dev/null and b/resources/public/audio/07B.mp3 differ diff --git a/resources/public/audio/07C.mp3 b/resources/public/audio/07C.mp3 new file mode 100644 index 0000000..fa0535d Binary files /dev/null and b/resources/public/audio/07C.mp3 differ diff --git a/resources/public/audio/07D.mp3 b/resources/public/audio/07D.mp3 new file mode 100644 index 0000000..5f5bc0f Binary files /dev/null and b/resources/public/audio/07D.mp3 differ diff --git a/resources/public/audio/07E.mp3 b/resources/public/audio/07E.mp3 new file mode 100644 index 0000000..4fc2d3e Binary files /dev/null and b/resources/public/audio/07E.mp3 differ diff --git a/resources/public/audio/07F.mp3 b/resources/public/audio/07F.mp3 new file mode 100644 index 0000000..a7b1e2f Binary files /dev/null and b/resources/public/audio/07F.mp3 differ diff --git a/resources/public/audio/07G.mp3 b/resources/public/audio/07G.mp3 new file mode 100644 index 0000000..85fcecb Binary files /dev/null and b/resources/public/audio/07G.mp3 differ diff --git a/resources/public/audio/07H.mp3 b/resources/public/audio/07H.mp3 new file mode 100644 index 0000000..8c7097b Binary files /dev/null and b/resources/public/audio/07H.mp3 differ diff --git a/resources/public/audio/07I.mp3 b/resources/public/audio/07I.mp3 new file mode 100644 index 0000000..fa26777 Binary files /dev/null and b/resources/public/audio/07I.mp3 differ diff --git a/resources/public/audio/07J.mp3 b/resources/public/audio/07J.mp3 new file mode 100644 index 0000000..c22ba2a Binary files /dev/null and b/resources/public/audio/07J.mp3 differ diff --git a/resources/public/audio/07K.mp3 b/resources/public/audio/07K.mp3 new file mode 100644 index 0000000..7a8f18e Binary files /dev/null and b/resources/public/audio/07K.mp3 differ diff --git a/resources/public/audio/07L.mp3 b/resources/public/audio/07L.mp3 new file mode 100644 index 0000000..cd80daa Binary files /dev/null and b/resources/public/audio/07L.mp3 differ diff --git a/resources/public/audio/07M.mp3 b/resources/public/audio/07M.mp3 new file mode 100644 index 0000000..ba864a1 Binary files /dev/null and b/resources/public/audio/07M.mp3 differ diff --git a/resources/public/audio/07b.mp3 b/resources/public/audio/07b.mp3 new file mode 100644 index 0000000..e93cbe8 Binary files /dev/null and b/resources/public/audio/07b.mp3 differ diff --git a/resources/public/audio/07c.mp3 b/resources/public/audio/07c.mp3 new file mode 100644 index 0000000..5bd7884 Binary files /dev/null and b/resources/public/audio/07c.mp3 differ diff --git a/resources/public/audio/07d.mp3 b/resources/public/audio/07d.mp3 new file mode 100644 index 0000000..f8b3756 Binary files /dev/null and b/resources/public/audio/07d.mp3 differ diff --git a/resources/public/audio/07e.mp3 b/resources/public/audio/07e.mp3 new file mode 100644 index 0000000..d3cf956 Binary files /dev/null and b/resources/public/audio/07e.mp3 differ diff --git a/resources/public/audio/07f.mp3 b/resources/public/audio/07f.mp3 new file mode 100644 index 0000000..1c7342c Binary files /dev/null and b/resources/public/audio/07f.mp3 differ diff --git a/resources/public/audio/07g.mp3 b/resources/public/audio/07g.mp3 new file mode 100644 index 0000000..1cdd050 Binary files /dev/null and b/resources/public/audio/07g.mp3 differ diff --git a/resources/public/audio/07h.mp3 b/resources/public/audio/07h.mp3 new file mode 100644 index 0000000..6810275 Binary files /dev/null and b/resources/public/audio/07h.mp3 differ diff --git a/resources/public/audio/07i.mp3 b/resources/public/audio/07i.mp3 new file mode 100644 index 0000000..6905b3c Binary files /dev/null and b/resources/public/audio/07i.mp3 differ diff --git a/resources/public/audio/07j.mp3 b/resources/public/audio/07j.mp3 new file mode 100644 index 0000000..d314626 Binary files /dev/null and b/resources/public/audio/07j.mp3 differ diff --git a/resources/public/audio/07k.mp3 b/resources/public/audio/07k.mp3 new file mode 100644 index 0000000..8b798cf Binary files /dev/null and b/resources/public/audio/07k.mp3 differ diff --git a/resources/public/audio/07l.mp3 b/resources/public/audio/07l.mp3 new file mode 100644 index 0000000..80b9567 Binary files /dev/null and b/resources/public/audio/07l.mp3 differ diff --git a/resources/public/audio/07m.mp3 b/resources/public/audio/07m.mp3 new file mode 100644 index 0000000..2c3c2e9 Binary files /dev/null and b/resources/public/audio/07m.mp3 differ diff --git a/resources/public/audio/08B.mp3 b/resources/public/audio/08B.mp3 new file mode 100644 index 0000000..83bd217 Binary files /dev/null and b/resources/public/audio/08B.mp3 differ diff --git a/resources/public/audio/08C.mp3 b/resources/public/audio/08C.mp3 new file mode 100644 index 0000000..38f2968 Binary files /dev/null and b/resources/public/audio/08C.mp3 differ diff --git a/resources/public/audio/08D.mp3 b/resources/public/audio/08D.mp3 new file mode 100644 index 0000000..93b0c20 Binary files /dev/null and b/resources/public/audio/08D.mp3 differ diff --git a/resources/public/audio/08E.mp3 b/resources/public/audio/08E.mp3 new file mode 100644 index 0000000..3ec4153 Binary files /dev/null and b/resources/public/audio/08E.mp3 differ diff --git a/resources/public/audio/08F.mp3 b/resources/public/audio/08F.mp3 new file mode 100644 index 0000000..3a1d29e Binary files /dev/null and b/resources/public/audio/08F.mp3 differ diff --git a/resources/public/audio/08G.mp3 b/resources/public/audio/08G.mp3 new file mode 100644 index 0000000..a7d0917 Binary files /dev/null and b/resources/public/audio/08G.mp3 differ diff --git a/resources/public/audio/08H.mp3 b/resources/public/audio/08H.mp3 new file mode 100644 index 0000000..4ec2e97 Binary files /dev/null and b/resources/public/audio/08H.mp3 differ diff --git a/resources/public/audio/08I.mp3 b/resources/public/audio/08I.mp3 new file mode 100644 index 0000000..2f6f9b8 Binary files /dev/null and b/resources/public/audio/08I.mp3 differ diff --git a/resources/public/audio/08J.mp3 b/resources/public/audio/08J.mp3 new file mode 100644 index 0000000..5997785 Binary files /dev/null and b/resources/public/audio/08J.mp3 differ diff --git a/resources/public/audio/08K.mp3 b/resources/public/audio/08K.mp3 new file mode 100644 index 0000000..ae03aff Binary files /dev/null and b/resources/public/audio/08K.mp3 differ diff --git a/resources/public/audio/08L.mp3 b/resources/public/audio/08L.mp3 new file mode 100644 index 0000000..aaba032 Binary files /dev/null and b/resources/public/audio/08L.mp3 differ diff --git a/resources/public/audio/08M.mp3 b/resources/public/audio/08M.mp3 new file mode 100644 index 0000000..dbb5378 Binary files /dev/null and b/resources/public/audio/08M.mp3 differ diff --git a/resources/public/audio/08b.mp3 b/resources/public/audio/08b.mp3 new file mode 100644 index 0000000..305d63b Binary files /dev/null and b/resources/public/audio/08b.mp3 differ diff --git a/resources/public/audio/08c.mp3 b/resources/public/audio/08c.mp3 new file mode 100644 index 0000000..f10140a Binary files /dev/null and b/resources/public/audio/08c.mp3 differ diff --git a/resources/public/audio/08d.mp3 b/resources/public/audio/08d.mp3 new file mode 100644 index 0000000..b072590 Binary files /dev/null and b/resources/public/audio/08d.mp3 differ diff --git a/resources/public/audio/08e.mp3 b/resources/public/audio/08e.mp3 new file mode 100644 index 0000000..9c2152e Binary files /dev/null and b/resources/public/audio/08e.mp3 differ diff --git a/resources/public/audio/08f.mp3 b/resources/public/audio/08f.mp3 new file mode 100644 index 0000000..07b40b5 Binary files /dev/null and b/resources/public/audio/08f.mp3 differ diff --git a/resources/public/audio/08g.mp3 b/resources/public/audio/08g.mp3 new file mode 100644 index 0000000..eaa2f46 Binary files /dev/null and b/resources/public/audio/08g.mp3 differ diff --git a/resources/public/audio/08h.mp3 b/resources/public/audio/08h.mp3 new file mode 100644 index 0000000..835f03d Binary files /dev/null and b/resources/public/audio/08h.mp3 differ diff --git a/resources/public/audio/08i.mp3 b/resources/public/audio/08i.mp3 new file mode 100644 index 0000000..fe55fca Binary files /dev/null and b/resources/public/audio/08i.mp3 differ diff --git a/resources/public/audio/08j.mp3 b/resources/public/audio/08j.mp3 new file mode 100644 index 0000000..85fe10e Binary files /dev/null and b/resources/public/audio/08j.mp3 differ diff --git a/resources/public/audio/08k.mp3 b/resources/public/audio/08k.mp3 new file mode 100644 index 0000000..9054a5a Binary files /dev/null and b/resources/public/audio/08k.mp3 differ diff --git a/resources/public/audio/08l.mp3 b/resources/public/audio/08l.mp3 new file mode 100644 index 0000000..4c5ff1e Binary files /dev/null and b/resources/public/audio/08l.mp3 differ diff --git a/resources/public/audio/08m.mp3 b/resources/public/audio/08m.mp3 new file mode 100644 index 0000000..f0b91a9 Binary files /dev/null and b/resources/public/audio/08m.mp3 differ diff --git a/resources/public/audio/09B.mp3 b/resources/public/audio/09B.mp3 new file mode 100644 index 0000000..745588e Binary files /dev/null and b/resources/public/audio/09B.mp3 differ diff --git a/resources/public/audio/09C.mp3 b/resources/public/audio/09C.mp3 new file mode 100644 index 0000000..e866682 Binary files /dev/null and b/resources/public/audio/09C.mp3 differ diff --git a/resources/public/audio/09D.mp3 b/resources/public/audio/09D.mp3 new file mode 100644 index 0000000..2fe4803 Binary files /dev/null and b/resources/public/audio/09D.mp3 differ diff --git a/resources/public/audio/09E.mp3 b/resources/public/audio/09E.mp3 new file mode 100644 index 0000000..985b4ae Binary files /dev/null and b/resources/public/audio/09E.mp3 differ diff --git a/resources/public/audio/09F.mp3 b/resources/public/audio/09F.mp3 new file mode 100644 index 0000000..12f630b Binary files /dev/null and b/resources/public/audio/09F.mp3 differ diff --git a/resources/public/audio/09G.mp3 b/resources/public/audio/09G.mp3 new file mode 100644 index 0000000..5d3f852 Binary files /dev/null and b/resources/public/audio/09G.mp3 differ diff --git a/resources/public/audio/09H.mp3 b/resources/public/audio/09H.mp3 new file mode 100644 index 0000000..c9a687e Binary files /dev/null and b/resources/public/audio/09H.mp3 differ diff --git a/resources/public/audio/09I.mp3 b/resources/public/audio/09I.mp3 new file mode 100644 index 0000000..ff3d320 Binary files /dev/null and b/resources/public/audio/09I.mp3 differ diff --git a/resources/public/audio/09J.mp3 b/resources/public/audio/09J.mp3 new file mode 100644 index 0000000..20e63a5 Binary files /dev/null and b/resources/public/audio/09J.mp3 differ diff --git a/resources/public/audio/09K.mp3 b/resources/public/audio/09K.mp3 new file mode 100644 index 0000000..4378913 Binary files /dev/null and b/resources/public/audio/09K.mp3 differ diff --git a/resources/public/audio/09L.mp3 b/resources/public/audio/09L.mp3 new file mode 100644 index 0000000..856a0f7 Binary files /dev/null and b/resources/public/audio/09L.mp3 differ diff --git a/resources/public/audio/09M.mp3 b/resources/public/audio/09M.mp3 new file mode 100644 index 0000000..847bde5 Binary files /dev/null and b/resources/public/audio/09M.mp3 differ diff --git a/resources/public/audio/09b.mp3 b/resources/public/audio/09b.mp3 new file mode 100644 index 0000000..6ecc193 Binary files /dev/null and b/resources/public/audio/09b.mp3 differ diff --git a/resources/public/audio/09c.mp3 b/resources/public/audio/09c.mp3 new file mode 100644 index 0000000..ae5c7e7 Binary files /dev/null and b/resources/public/audio/09c.mp3 differ diff --git a/resources/public/audio/09d.mp3 b/resources/public/audio/09d.mp3 new file mode 100644 index 0000000..cf2b6e1 Binary files /dev/null and b/resources/public/audio/09d.mp3 differ diff --git a/resources/public/audio/09e.mp3 b/resources/public/audio/09e.mp3 new file mode 100644 index 0000000..e954e8f Binary files /dev/null and b/resources/public/audio/09e.mp3 differ diff --git a/resources/public/audio/09f.mp3 b/resources/public/audio/09f.mp3 new file mode 100644 index 0000000..75db1d1 Binary files /dev/null and b/resources/public/audio/09f.mp3 differ diff --git a/resources/public/audio/09g.mp3 b/resources/public/audio/09g.mp3 new file mode 100644 index 0000000..2952ffc Binary files /dev/null and b/resources/public/audio/09g.mp3 differ diff --git a/resources/public/audio/09h.mp3 b/resources/public/audio/09h.mp3 new file mode 100644 index 0000000..883c68a Binary files /dev/null and b/resources/public/audio/09h.mp3 differ diff --git a/resources/public/audio/09i.mp3 b/resources/public/audio/09i.mp3 new file mode 100644 index 0000000..c351d79 Binary files /dev/null and b/resources/public/audio/09i.mp3 differ diff --git a/resources/public/audio/09j.mp3 b/resources/public/audio/09j.mp3 new file mode 100644 index 0000000..57bb581 Binary files /dev/null and b/resources/public/audio/09j.mp3 differ diff --git a/resources/public/audio/09k.mp3 b/resources/public/audio/09k.mp3 new file mode 100644 index 0000000..8d61e42 Binary files /dev/null and b/resources/public/audio/09k.mp3 differ diff --git a/resources/public/audio/09l.mp3 b/resources/public/audio/09l.mp3 new file mode 100644 index 0000000..452ada5 Binary files /dev/null and b/resources/public/audio/09l.mp3 differ diff --git a/resources/public/audio/09m.mp3 b/resources/public/audio/09m.mp3 new file mode 100644 index 0000000..2320823 Binary files /dev/null and b/resources/public/audio/09m.mp3 differ diff --git a/resources/public/audio/10B.mp3 b/resources/public/audio/10B.mp3 new file mode 100644 index 0000000..f2f9ca5 Binary files /dev/null and b/resources/public/audio/10B.mp3 differ diff --git a/resources/public/audio/10C.mp3 b/resources/public/audio/10C.mp3 new file mode 100644 index 0000000..ef6af84 Binary files /dev/null and b/resources/public/audio/10C.mp3 differ diff --git a/resources/public/audio/10D.mp3 b/resources/public/audio/10D.mp3 new file mode 100644 index 0000000..0cb3beb Binary files /dev/null and b/resources/public/audio/10D.mp3 differ diff --git a/resources/public/audio/10E.mp3 b/resources/public/audio/10E.mp3 new file mode 100644 index 0000000..741a276 Binary files /dev/null and b/resources/public/audio/10E.mp3 differ diff --git a/resources/public/audio/10F.mp3 b/resources/public/audio/10F.mp3 new file mode 100644 index 0000000..899876b Binary files /dev/null and b/resources/public/audio/10F.mp3 differ diff --git a/resources/public/audio/10G.mp3 b/resources/public/audio/10G.mp3 new file mode 100644 index 0000000..2758efd Binary files /dev/null and b/resources/public/audio/10G.mp3 differ diff --git a/resources/public/audio/10H.mp3 b/resources/public/audio/10H.mp3 new file mode 100644 index 0000000..8da324c Binary files /dev/null and b/resources/public/audio/10H.mp3 differ diff --git a/resources/public/audio/10I.mp3 b/resources/public/audio/10I.mp3 new file mode 100644 index 0000000..c009b58 Binary files /dev/null and b/resources/public/audio/10I.mp3 differ diff --git a/resources/public/audio/10J.mp3 b/resources/public/audio/10J.mp3 new file mode 100644 index 0000000..689e226 Binary files /dev/null and b/resources/public/audio/10J.mp3 differ diff --git a/resources/public/audio/10K.mp3 b/resources/public/audio/10K.mp3 new file mode 100644 index 0000000..3c7e57a Binary files /dev/null and b/resources/public/audio/10K.mp3 differ diff --git a/resources/public/audio/10L.mp3 b/resources/public/audio/10L.mp3 new file mode 100644 index 0000000..5a82325 Binary files /dev/null and b/resources/public/audio/10L.mp3 differ diff --git a/resources/public/audio/10M.mp3 b/resources/public/audio/10M.mp3 new file mode 100644 index 0000000..9bbfe2b Binary files /dev/null and b/resources/public/audio/10M.mp3 differ diff --git a/resources/public/audio/10b.mp3 b/resources/public/audio/10b.mp3 new file mode 100644 index 0000000..120e5a3 Binary files /dev/null and b/resources/public/audio/10b.mp3 differ diff --git a/resources/public/audio/10c.mp3 b/resources/public/audio/10c.mp3 new file mode 100644 index 0000000..578a48f Binary files /dev/null and b/resources/public/audio/10c.mp3 differ diff --git a/resources/public/audio/10d.mp3 b/resources/public/audio/10d.mp3 new file mode 100644 index 0000000..b6c174e Binary files /dev/null and b/resources/public/audio/10d.mp3 differ diff --git a/resources/public/audio/10e.mp3 b/resources/public/audio/10e.mp3 new file mode 100644 index 0000000..f444872 Binary files /dev/null and b/resources/public/audio/10e.mp3 differ diff --git a/resources/public/audio/10f.mp3 b/resources/public/audio/10f.mp3 new file mode 100644 index 0000000..fe9f5e0 Binary files /dev/null and b/resources/public/audio/10f.mp3 differ diff --git a/resources/public/audio/10g.mp3 b/resources/public/audio/10g.mp3 new file mode 100644 index 0000000..fb575c2 Binary files /dev/null and b/resources/public/audio/10g.mp3 differ diff --git a/resources/public/audio/10h.mp3 b/resources/public/audio/10h.mp3 new file mode 100644 index 0000000..4008979 Binary files /dev/null and b/resources/public/audio/10h.mp3 differ diff --git a/resources/public/audio/10i.mp3 b/resources/public/audio/10i.mp3 new file mode 100644 index 0000000..237479f Binary files /dev/null and b/resources/public/audio/10i.mp3 differ diff --git a/resources/public/audio/10j.mp3 b/resources/public/audio/10j.mp3 new file mode 100644 index 0000000..0b70cc3 Binary files /dev/null and b/resources/public/audio/10j.mp3 differ diff --git a/resources/public/audio/10k.mp3 b/resources/public/audio/10k.mp3 new file mode 100644 index 0000000..5bc1699 Binary files /dev/null and b/resources/public/audio/10k.mp3 differ diff --git a/resources/public/audio/10l.mp3 b/resources/public/audio/10l.mp3 new file mode 100644 index 0000000..98dae87 Binary files /dev/null and b/resources/public/audio/10l.mp3 differ diff --git a/resources/public/audio/10m.mp3 b/resources/public/audio/10m.mp3 new file mode 100644 index 0000000..3836730 Binary files /dev/null and b/resources/public/audio/10m.mp3 differ diff --git a/resources/public/audio/11B.mp3 b/resources/public/audio/11B.mp3 new file mode 100644 index 0000000..24b9453 Binary files /dev/null and b/resources/public/audio/11B.mp3 differ diff --git a/resources/public/audio/11C.mp3 b/resources/public/audio/11C.mp3 new file mode 100644 index 0000000..5030d8a Binary files /dev/null and b/resources/public/audio/11C.mp3 differ diff --git a/resources/public/audio/11D.mp3 b/resources/public/audio/11D.mp3 new file mode 100644 index 0000000..b72643f Binary files /dev/null and b/resources/public/audio/11D.mp3 differ diff --git a/resources/public/audio/11E.mp3 b/resources/public/audio/11E.mp3 new file mode 100644 index 0000000..55b6402 Binary files /dev/null and b/resources/public/audio/11E.mp3 differ diff --git a/resources/public/audio/11F.mp3 b/resources/public/audio/11F.mp3 new file mode 100644 index 0000000..cf995c4 Binary files /dev/null and b/resources/public/audio/11F.mp3 differ diff --git a/resources/public/audio/11G.mp3 b/resources/public/audio/11G.mp3 new file mode 100644 index 0000000..d2dc99b Binary files /dev/null and b/resources/public/audio/11G.mp3 differ diff --git a/resources/public/audio/11H.mp3 b/resources/public/audio/11H.mp3 new file mode 100644 index 0000000..82773ec Binary files /dev/null and b/resources/public/audio/11H.mp3 differ diff --git a/resources/public/audio/11I.mp3 b/resources/public/audio/11I.mp3 new file mode 100644 index 0000000..5a14f56 Binary files /dev/null and b/resources/public/audio/11I.mp3 differ diff --git a/resources/public/audio/11J.mp3 b/resources/public/audio/11J.mp3 new file mode 100644 index 0000000..5084945 Binary files /dev/null and b/resources/public/audio/11J.mp3 differ diff --git a/resources/public/audio/11K.mp3 b/resources/public/audio/11K.mp3 new file mode 100644 index 0000000..f981af2 Binary files /dev/null and b/resources/public/audio/11K.mp3 differ diff --git a/resources/public/audio/11L.mp3 b/resources/public/audio/11L.mp3 new file mode 100644 index 0000000..2ce4a66 Binary files /dev/null and b/resources/public/audio/11L.mp3 differ diff --git a/resources/public/audio/11M.mp3 b/resources/public/audio/11M.mp3 new file mode 100644 index 0000000..70a8ef2 Binary files /dev/null and b/resources/public/audio/11M.mp3 differ diff --git a/resources/public/audio/11b.mp3 b/resources/public/audio/11b.mp3 new file mode 100644 index 0000000..69d4abf Binary files /dev/null and b/resources/public/audio/11b.mp3 differ diff --git a/resources/public/audio/11c.mp3 b/resources/public/audio/11c.mp3 new file mode 100644 index 0000000..8e5e713 Binary files /dev/null and b/resources/public/audio/11c.mp3 differ diff --git a/resources/public/audio/11d.mp3 b/resources/public/audio/11d.mp3 new file mode 100644 index 0000000..946c069 Binary files /dev/null and b/resources/public/audio/11d.mp3 differ diff --git a/resources/public/audio/11e.mp3 b/resources/public/audio/11e.mp3 new file mode 100644 index 0000000..1a6cdf8 Binary files /dev/null and b/resources/public/audio/11e.mp3 differ diff --git a/resources/public/audio/11f.mp3 b/resources/public/audio/11f.mp3 new file mode 100644 index 0000000..1a36eb9 Binary files /dev/null and b/resources/public/audio/11f.mp3 differ diff --git a/resources/public/audio/11g.mp3 b/resources/public/audio/11g.mp3 new file mode 100644 index 0000000..f9e3cb1 Binary files /dev/null and b/resources/public/audio/11g.mp3 differ diff --git a/resources/public/audio/11h.mp3 b/resources/public/audio/11h.mp3 new file mode 100644 index 0000000..330bff9 Binary files /dev/null and b/resources/public/audio/11h.mp3 differ diff --git a/resources/public/audio/11i.mp3 b/resources/public/audio/11i.mp3 new file mode 100644 index 0000000..89b2eb0 Binary files /dev/null and b/resources/public/audio/11i.mp3 differ diff --git a/resources/public/audio/11j.mp3 b/resources/public/audio/11j.mp3 new file mode 100644 index 0000000..bb89dbe Binary files /dev/null and b/resources/public/audio/11j.mp3 differ diff --git a/resources/public/audio/11k.mp3 b/resources/public/audio/11k.mp3 new file mode 100644 index 0000000..865419c Binary files /dev/null and b/resources/public/audio/11k.mp3 differ diff --git a/resources/public/audio/11l.mp3 b/resources/public/audio/11l.mp3 new file mode 100644 index 0000000..bded21d Binary files /dev/null and b/resources/public/audio/11l.mp3 differ diff --git a/resources/public/audio/11m.mp3 b/resources/public/audio/11m.mp3 new file mode 100644 index 0000000..50d93a6 Binary files /dev/null and b/resources/public/audio/11m.mp3 differ diff --git a/resources/public/audio/12B.mp3 b/resources/public/audio/12B.mp3 new file mode 100644 index 0000000..bacae6c Binary files /dev/null and b/resources/public/audio/12B.mp3 differ diff --git a/resources/public/audio/12C.mp3 b/resources/public/audio/12C.mp3 new file mode 100644 index 0000000..9cc6571 Binary files /dev/null and b/resources/public/audio/12C.mp3 differ diff --git a/resources/public/audio/12D.mp3 b/resources/public/audio/12D.mp3 new file mode 100644 index 0000000..d8cf4e2 Binary files /dev/null and b/resources/public/audio/12D.mp3 differ diff --git a/resources/public/audio/12E.mp3 b/resources/public/audio/12E.mp3 new file mode 100644 index 0000000..703f117 Binary files /dev/null and b/resources/public/audio/12E.mp3 differ diff --git a/resources/public/audio/12F.mp3 b/resources/public/audio/12F.mp3 new file mode 100644 index 0000000..7bbe1c1 Binary files /dev/null and b/resources/public/audio/12F.mp3 differ diff --git a/resources/public/audio/12G.mp3 b/resources/public/audio/12G.mp3 new file mode 100644 index 0000000..43db5be Binary files /dev/null and b/resources/public/audio/12G.mp3 differ diff --git a/resources/public/audio/12H.mp3 b/resources/public/audio/12H.mp3 new file mode 100644 index 0000000..d22325b Binary files /dev/null and b/resources/public/audio/12H.mp3 differ diff --git a/resources/public/audio/12I.mp3 b/resources/public/audio/12I.mp3 new file mode 100644 index 0000000..412089e Binary files /dev/null and b/resources/public/audio/12I.mp3 differ diff --git a/resources/public/audio/12J.mp3 b/resources/public/audio/12J.mp3 new file mode 100644 index 0000000..de6e2fe Binary files /dev/null and b/resources/public/audio/12J.mp3 differ diff --git a/resources/public/audio/12K.mp3 b/resources/public/audio/12K.mp3 new file mode 100644 index 0000000..b51c68e Binary files /dev/null and b/resources/public/audio/12K.mp3 differ diff --git a/resources/public/audio/12L.mp3 b/resources/public/audio/12L.mp3 new file mode 100644 index 0000000..a0b27f6 Binary files /dev/null and b/resources/public/audio/12L.mp3 differ diff --git a/resources/public/audio/12M.mp3 b/resources/public/audio/12M.mp3 new file mode 100644 index 0000000..7f23e81 Binary files /dev/null and b/resources/public/audio/12M.mp3 differ diff --git a/resources/public/audio/12b.mp3 b/resources/public/audio/12b.mp3 new file mode 100644 index 0000000..e2ba713 Binary files /dev/null and b/resources/public/audio/12b.mp3 differ diff --git a/resources/public/audio/12c.mp3 b/resources/public/audio/12c.mp3 new file mode 100644 index 0000000..f6a754f Binary files /dev/null and b/resources/public/audio/12c.mp3 differ diff --git a/resources/public/audio/12d.mp3 b/resources/public/audio/12d.mp3 new file mode 100644 index 0000000..b5e862c Binary files /dev/null and b/resources/public/audio/12d.mp3 differ diff --git a/resources/public/audio/12e.mp3 b/resources/public/audio/12e.mp3 new file mode 100644 index 0000000..27d4ff9 Binary files /dev/null and b/resources/public/audio/12e.mp3 differ diff --git a/resources/public/audio/12f.mp3 b/resources/public/audio/12f.mp3 new file mode 100644 index 0000000..94e6e99 Binary files /dev/null and b/resources/public/audio/12f.mp3 differ diff --git a/resources/public/audio/12g.mp3 b/resources/public/audio/12g.mp3 new file mode 100644 index 0000000..3e1af7d Binary files /dev/null and b/resources/public/audio/12g.mp3 differ diff --git a/resources/public/audio/12h.mp3 b/resources/public/audio/12h.mp3 new file mode 100644 index 0000000..30f985f Binary files /dev/null and b/resources/public/audio/12h.mp3 differ diff --git a/resources/public/audio/12i.mp3 b/resources/public/audio/12i.mp3 new file mode 100644 index 0000000..105c1e2 Binary files /dev/null and b/resources/public/audio/12i.mp3 differ diff --git a/resources/public/audio/12j.mp3 b/resources/public/audio/12j.mp3 new file mode 100644 index 0000000..6479cdc Binary files /dev/null and b/resources/public/audio/12j.mp3 differ diff --git a/resources/public/audio/12k.mp3 b/resources/public/audio/12k.mp3 new file mode 100644 index 0000000..a40ead6 Binary files /dev/null and b/resources/public/audio/12k.mp3 differ diff --git a/resources/public/audio/12l.mp3 b/resources/public/audio/12l.mp3 new file mode 100644 index 0000000..8485f1d Binary files /dev/null and b/resources/public/audio/12l.mp3 differ diff --git a/resources/public/audio/12m.mp3 b/resources/public/audio/12m.mp3 new file mode 100644 index 0000000..9b56a4b Binary files /dev/null and b/resources/public/audio/12m.mp3 differ diff --git a/resources/public/audio/13B.mp3 b/resources/public/audio/13B.mp3 new file mode 100644 index 0000000..f294134 Binary files /dev/null and b/resources/public/audio/13B.mp3 differ diff --git a/resources/public/audio/13C.mp3 b/resources/public/audio/13C.mp3 new file mode 100644 index 0000000..7f5dab7 Binary files /dev/null and b/resources/public/audio/13C.mp3 differ diff --git a/resources/public/audio/13D.mp3 b/resources/public/audio/13D.mp3 new file mode 100644 index 0000000..7fdf657 Binary files /dev/null and b/resources/public/audio/13D.mp3 differ diff --git a/resources/public/audio/13E.mp3 b/resources/public/audio/13E.mp3 new file mode 100644 index 0000000..6213d26 Binary files /dev/null and b/resources/public/audio/13E.mp3 differ diff --git a/resources/public/audio/13F.mp3 b/resources/public/audio/13F.mp3 new file mode 100644 index 0000000..8ceef2c Binary files /dev/null and b/resources/public/audio/13F.mp3 differ diff --git a/resources/public/audio/13G.mp3 b/resources/public/audio/13G.mp3 new file mode 100644 index 0000000..d53bbf9 Binary files /dev/null and b/resources/public/audio/13G.mp3 differ diff --git a/resources/public/audio/13H.mp3 b/resources/public/audio/13H.mp3 new file mode 100644 index 0000000..f6c7976 Binary files /dev/null and b/resources/public/audio/13H.mp3 differ diff --git a/resources/public/audio/13I.mp3 b/resources/public/audio/13I.mp3 new file mode 100644 index 0000000..8cd10aa Binary files /dev/null and b/resources/public/audio/13I.mp3 differ diff --git a/resources/public/audio/13J.mp3 b/resources/public/audio/13J.mp3 new file mode 100644 index 0000000..980da83 Binary files /dev/null and b/resources/public/audio/13J.mp3 differ diff --git a/resources/public/audio/13K.mp3 b/resources/public/audio/13K.mp3 new file mode 100644 index 0000000..7932ff7 Binary files /dev/null and b/resources/public/audio/13K.mp3 differ diff --git a/resources/public/audio/13L.mp3 b/resources/public/audio/13L.mp3 new file mode 100644 index 0000000..e87da80 Binary files /dev/null and b/resources/public/audio/13L.mp3 differ diff --git a/resources/public/audio/13M.mp3 b/resources/public/audio/13M.mp3 new file mode 100644 index 0000000..da919c9 Binary files /dev/null and b/resources/public/audio/13M.mp3 differ diff --git a/resources/public/audio/13b.mp3 b/resources/public/audio/13b.mp3 new file mode 100644 index 0000000..92de49f Binary files /dev/null and b/resources/public/audio/13b.mp3 differ diff --git a/resources/public/audio/13c.mp3 b/resources/public/audio/13c.mp3 new file mode 100644 index 0000000..2ca664c Binary files /dev/null and b/resources/public/audio/13c.mp3 differ diff --git a/resources/public/audio/13d.mp3 b/resources/public/audio/13d.mp3 new file mode 100644 index 0000000..7365cc5 Binary files /dev/null and b/resources/public/audio/13d.mp3 differ diff --git a/resources/public/audio/13e.mp3 b/resources/public/audio/13e.mp3 new file mode 100644 index 0000000..211ad93 Binary files /dev/null and b/resources/public/audio/13e.mp3 differ diff --git a/resources/public/audio/13f.mp3 b/resources/public/audio/13f.mp3 new file mode 100644 index 0000000..6c46449 Binary files /dev/null and b/resources/public/audio/13f.mp3 differ diff --git a/resources/public/audio/13g.mp3 b/resources/public/audio/13g.mp3 new file mode 100644 index 0000000..62bdccb Binary files /dev/null and b/resources/public/audio/13g.mp3 differ diff --git a/resources/public/audio/13h.mp3 b/resources/public/audio/13h.mp3 new file mode 100644 index 0000000..25b0f0d Binary files /dev/null and b/resources/public/audio/13h.mp3 differ diff --git a/resources/public/audio/13i.mp3 b/resources/public/audio/13i.mp3 new file mode 100644 index 0000000..c13a10e Binary files /dev/null and b/resources/public/audio/13i.mp3 differ diff --git a/resources/public/audio/13j.mp3 b/resources/public/audio/13j.mp3 new file mode 100644 index 0000000..74f38be Binary files /dev/null and b/resources/public/audio/13j.mp3 differ diff --git a/resources/public/audio/13k.mp3 b/resources/public/audio/13k.mp3 new file mode 100644 index 0000000..7ae4c7f Binary files /dev/null and b/resources/public/audio/13k.mp3 differ diff --git a/resources/public/audio/13l.mp3 b/resources/public/audio/13l.mp3 new file mode 100644 index 0000000..525ebb0 Binary files /dev/null and b/resources/public/audio/13l.mp3 differ diff --git a/resources/public/audio/13m.mp3 b/resources/public/audio/13m.mp3 new file mode 100644 index 0000000..495ab63 Binary files /dev/null and b/resources/public/audio/13m.mp3 differ diff --git a/resources/public/audio/14B.mp3 b/resources/public/audio/14B.mp3 new file mode 100644 index 0000000..ff1169a Binary files /dev/null and b/resources/public/audio/14B.mp3 differ diff --git a/resources/public/audio/14C.mp3 b/resources/public/audio/14C.mp3 new file mode 100644 index 0000000..d834153 Binary files /dev/null and b/resources/public/audio/14C.mp3 differ diff --git a/resources/public/audio/14D.mp3 b/resources/public/audio/14D.mp3 new file mode 100644 index 0000000..ad7f9f3 Binary files /dev/null and b/resources/public/audio/14D.mp3 differ diff --git a/resources/public/audio/14E.mp3 b/resources/public/audio/14E.mp3 new file mode 100644 index 0000000..bedbcce Binary files /dev/null and b/resources/public/audio/14E.mp3 differ diff --git a/resources/public/audio/14F.mp3 b/resources/public/audio/14F.mp3 new file mode 100644 index 0000000..77abe46 Binary files /dev/null and b/resources/public/audio/14F.mp3 differ diff --git a/resources/public/audio/14G.mp3 b/resources/public/audio/14G.mp3 new file mode 100644 index 0000000..dde26f8 Binary files /dev/null and b/resources/public/audio/14G.mp3 differ diff --git a/resources/public/audio/14H.mp3 b/resources/public/audio/14H.mp3 new file mode 100644 index 0000000..031fc06 Binary files /dev/null and b/resources/public/audio/14H.mp3 differ diff --git a/resources/public/audio/14I.mp3 b/resources/public/audio/14I.mp3 new file mode 100644 index 0000000..7370639 Binary files /dev/null and b/resources/public/audio/14I.mp3 differ diff --git a/resources/public/audio/14J.mp3 b/resources/public/audio/14J.mp3 new file mode 100644 index 0000000..08e092f Binary files /dev/null and b/resources/public/audio/14J.mp3 differ diff --git a/resources/public/audio/14K.mp3 b/resources/public/audio/14K.mp3 new file mode 100644 index 0000000..f68f9ea Binary files /dev/null and b/resources/public/audio/14K.mp3 differ diff --git a/resources/public/audio/14L.mp3 b/resources/public/audio/14L.mp3 new file mode 100644 index 0000000..5076bec Binary files /dev/null and b/resources/public/audio/14L.mp3 differ diff --git a/resources/public/audio/14M.mp3 b/resources/public/audio/14M.mp3 new file mode 100644 index 0000000..5b38e4a Binary files /dev/null and b/resources/public/audio/14M.mp3 differ diff --git a/resources/public/audio/14b.mp3 b/resources/public/audio/14b.mp3 new file mode 100644 index 0000000..75c311a Binary files /dev/null and b/resources/public/audio/14b.mp3 differ diff --git a/resources/public/audio/14c.mp3 b/resources/public/audio/14c.mp3 new file mode 100644 index 0000000..76feae5 Binary files /dev/null and b/resources/public/audio/14c.mp3 differ diff --git a/resources/public/audio/14d.mp3 b/resources/public/audio/14d.mp3 new file mode 100644 index 0000000..5760a8e Binary files /dev/null and b/resources/public/audio/14d.mp3 differ diff --git a/resources/public/audio/14e.mp3 b/resources/public/audio/14e.mp3 new file mode 100644 index 0000000..e283a6d Binary files /dev/null and b/resources/public/audio/14e.mp3 differ diff --git a/resources/public/audio/14f.mp3 b/resources/public/audio/14f.mp3 new file mode 100644 index 0000000..d1e5b54 Binary files /dev/null and b/resources/public/audio/14f.mp3 differ diff --git a/resources/public/audio/14g.mp3 b/resources/public/audio/14g.mp3 new file mode 100644 index 0000000..2afd392 Binary files /dev/null and b/resources/public/audio/14g.mp3 differ diff --git a/resources/public/audio/14h.mp3 b/resources/public/audio/14h.mp3 new file mode 100644 index 0000000..1224ebc Binary files /dev/null and b/resources/public/audio/14h.mp3 differ diff --git a/resources/public/audio/14i.mp3 b/resources/public/audio/14i.mp3 new file mode 100644 index 0000000..1b9a0ff Binary files /dev/null and b/resources/public/audio/14i.mp3 differ diff --git a/resources/public/audio/14j.mp3 b/resources/public/audio/14j.mp3 new file mode 100644 index 0000000..cc15970 Binary files /dev/null and b/resources/public/audio/14j.mp3 differ diff --git a/resources/public/audio/14k.mp3 b/resources/public/audio/14k.mp3 new file mode 100644 index 0000000..5c49b87 Binary files /dev/null and b/resources/public/audio/14k.mp3 differ diff --git a/resources/public/audio/14l.mp3 b/resources/public/audio/14l.mp3 new file mode 100644 index 0000000..b080787 Binary files /dev/null and b/resources/public/audio/14l.mp3 differ diff --git a/resources/public/audio/14m.mp3 b/resources/public/audio/14m.mp3 new file mode 100644 index 0000000..d694030 Binary files /dev/null and b/resources/public/audio/14m.mp3 differ diff --git a/resources/public/audio/15B.mp3 b/resources/public/audio/15B.mp3 new file mode 100644 index 0000000..693976f Binary files /dev/null and b/resources/public/audio/15B.mp3 differ diff --git a/resources/public/audio/15C.mp3 b/resources/public/audio/15C.mp3 new file mode 100644 index 0000000..0f58e0c Binary files /dev/null and b/resources/public/audio/15C.mp3 differ diff --git a/resources/public/audio/15D.mp3 b/resources/public/audio/15D.mp3 new file mode 100644 index 0000000..ec3a30f Binary files /dev/null and b/resources/public/audio/15D.mp3 differ diff --git a/resources/public/audio/15E.mp3 b/resources/public/audio/15E.mp3 new file mode 100644 index 0000000..02b3074 Binary files /dev/null and b/resources/public/audio/15E.mp3 differ diff --git a/resources/public/audio/15F.mp3 b/resources/public/audio/15F.mp3 new file mode 100644 index 0000000..1735b08 Binary files /dev/null and b/resources/public/audio/15F.mp3 differ diff --git a/resources/public/audio/15G.mp3 b/resources/public/audio/15G.mp3 new file mode 100644 index 0000000..c528170 Binary files /dev/null and b/resources/public/audio/15G.mp3 differ diff --git a/resources/public/audio/15H.mp3 b/resources/public/audio/15H.mp3 new file mode 100644 index 0000000..a1fd1fb Binary files /dev/null and b/resources/public/audio/15H.mp3 differ diff --git a/resources/public/audio/15I.mp3 b/resources/public/audio/15I.mp3 new file mode 100644 index 0000000..298e8d2 Binary files /dev/null and b/resources/public/audio/15I.mp3 differ diff --git a/resources/public/audio/15J.mp3 b/resources/public/audio/15J.mp3 new file mode 100644 index 0000000..1f704f9 Binary files /dev/null and b/resources/public/audio/15J.mp3 differ diff --git a/resources/public/audio/15K.mp3 b/resources/public/audio/15K.mp3 new file mode 100644 index 0000000..2368621 Binary files /dev/null and b/resources/public/audio/15K.mp3 differ diff --git a/resources/public/audio/15L.mp3 b/resources/public/audio/15L.mp3 new file mode 100644 index 0000000..1ba668c Binary files /dev/null and b/resources/public/audio/15L.mp3 differ diff --git a/resources/public/audio/15M.mp3 b/resources/public/audio/15M.mp3 new file mode 100644 index 0000000..3a1dd11 Binary files /dev/null and b/resources/public/audio/15M.mp3 differ diff --git a/resources/public/audio/15b.mp3 b/resources/public/audio/15b.mp3 new file mode 100644 index 0000000..6032ca0 Binary files /dev/null and b/resources/public/audio/15b.mp3 differ diff --git a/resources/public/audio/15c.mp3 b/resources/public/audio/15c.mp3 new file mode 100644 index 0000000..cb76fe6 Binary files /dev/null and b/resources/public/audio/15c.mp3 differ diff --git a/resources/public/audio/15d.mp3 b/resources/public/audio/15d.mp3 new file mode 100644 index 0000000..40d62a5 Binary files /dev/null and b/resources/public/audio/15d.mp3 differ diff --git a/resources/public/audio/15e.mp3 b/resources/public/audio/15e.mp3 new file mode 100644 index 0000000..103b0b0 Binary files /dev/null and b/resources/public/audio/15e.mp3 differ diff --git a/resources/public/audio/15f.mp3 b/resources/public/audio/15f.mp3 new file mode 100644 index 0000000..39e0c5a Binary files /dev/null and b/resources/public/audio/15f.mp3 differ diff --git a/resources/public/audio/15g.mp3 b/resources/public/audio/15g.mp3 new file mode 100644 index 0000000..2b595bf Binary files /dev/null and b/resources/public/audio/15g.mp3 differ diff --git a/resources/public/audio/15h.mp3 b/resources/public/audio/15h.mp3 new file mode 100644 index 0000000..385bc27 Binary files /dev/null and b/resources/public/audio/15h.mp3 differ diff --git a/resources/public/audio/15i.mp3 b/resources/public/audio/15i.mp3 new file mode 100644 index 0000000..27dfa37 Binary files /dev/null and b/resources/public/audio/15i.mp3 differ diff --git a/resources/public/audio/15j.mp3 b/resources/public/audio/15j.mp3 new file mode 100644 index 0000000..9ae26c0 Binary files /dev/null and b/resources/public/audio/15j.mp3 differ diff --git a/resources/public/audio/15k.mp3 b/resources/public/audio/15k.mp3 new file mode 100644 index 0000000..b4297c4 Binary files /dev/null and b/resources/public/audio/15k.mp3 differ diff --git a/resources/public/audio/15l.mp3 b/resources/public/audio/15l.mp3 new file mode 100644 index 0000000..62ca43f Binary files /dev/null and b/resources/public/audio/15l.mp3 differ diff --git a/resources/public/audio/15m.mp3 b/resources/public/audio/15m.mp3 new file mode 100644 index 0000000..41ff96a Binary files /dev/null and b/resources/public/audio/15m.mp3 differ diff --git a/resources/public/audio/16B.mp3 b/resources/public/audio/16B.mp3 new file mode 100644 index 0000000..7d3edd6 Binary files /dev/null and b/resources/public/audio/16B.mp3 differ diff --git a/resources/public/audio/16C.mp3 b/resources/public/audio/16C.mp3 new file mode 100644 index 0000000..3893b28 Binary files /dev/null and b/resources/public/audio/16C.mp3 differ diff --git a/resources/public/audio/16D.mp3 b/resources/public/audio/16D.mp3 new file mode 100644 index 0000000..af755c8 Binary files /dev/null and b/resources/public/audio/16D.mp3 differ diff --git a/resources/public/audio/16E.mp3 b/resources/public/audio/16E.mp3 new file mode 100644 index 0000000..63843a7 Binary files /dev/null and b/resources/public/audio/16E.mp3 differ diff --git a/resources/public/audio/16F.mp3 b/resources/public/audio/16F.mp3 new file mode 100644 index 0000000..e4c488e Binary files /dev/null and b/resources/public/audio/16F.mp3 differ diff --git a/resources/public/audio/16G.mp3 b/resources/public/audio/16G.mp3 new file mode 100644 index 0000000..af614dd Binary files /dev/null and b/resources/public/audio/16G.mp3 differ diff --git a/resources/public/audio/16H.mp3 b/resources/public/audio/16H.mp3 new file mode 100644 index 0000000..787e783 Binary files /dev/null and b/resources/public/audio/16H.mp3 differ diff --git a/resources/public/audio/16I.mp3 b/resources/public/audio/16I.mp3 new file mode 100644 index 0000000..4391e35 Binary files /dev/null and b/resources/public/audio/16I.mp3 differ diff --git a/resources/public/audio/16J.mp3 b/resources/public/audio/16J.mp3 new file mode 100644 index 0000000..afe8d4c Binary files /dev/null and b/resources/public/audio/16J.mp3 differ diff --git a/resources/public/audio/16K.mp3 b/resources/public/audio/16K.mp3 new file mode 100644 index 0000000..fb749ca Binary files /dev/null and b/resources/public/audio/16K.mp3 differ diff --git a/resources/public/audio/16L.mp3 b/resources/public/audio/16L.mp3 new file mode 100644 index 0000000..4c94eb9 Binary files /dev/null and b/resources/public/audio/16L.mp3 differ diff --git a/resources/public/audio/16M.mp3 b/resources/public/audio/16M.mp3 new file mode 100644 index 0000000..cd61eb4 Binary files /dev/null and b/resources/public/audio/16M.mp3 differ diff --git a/resources/public/audio/16b.mp3 b/resources/public/audio/16b.mp3 new file mode 100644 index 0000000..31773f6 Binary files /dev/null and b/resources/public/audio/16b.mp3 differ diff --git a/resources/public/audio/16c.mp3 b/resources/public/audio/16c.mp3 new file mode 100644 index 0000000..0b82a10 Binary files /dev/null and b/resources/public/audio/16c.mp3 differ diff --git a/resources/public/audio/16d.mp3 b/resources/public/audio/16d.mp3 new file mode 100644 index 0000000..0a1ca70 Binary files /dev/null and b/resources/public/audio/16d.mp3 differ diff --git a/resources/public/audio/16e.mp3 b/resources/public/audio/16e.mp3 new file mode 100644 index 0000000..096f493 Binary files /dev/null and b/resources/public/audio/16e.mp3 differ diff --git a/resources/public/audio/16f.mp3 b/resources/public/audio/16f.mp3 new file mode 100644 index 0000000..0cc5052 Binary files /dev/null and b/resources/public/audio/16f.mp3 differ diff --git a/resources/public/audio/16g.mp3 b/resources/public/audio/16g.mp3 new file mode 100644 index 0000000..26418c1 Binary files /dev/null and b/resources/public/audio/16g.mp3 differ diff --git a/resources/public/audio/16h.mp3 b/resources/public/audio/16h.mp3 new file mode 100644 index 0000000..de9198a Binary files /dev/null and b/resources/public/audio/16h.mp3 differ diff --git a/resources/public/audio/16i.mp3 b/resources/public/audio/16i.mp3 new file mode 100644 index 0000000..bb478cc Binary files /dev/null and b/resources/public/audio/16i.mp3 differ diff --git a/resources/public/audio/16j.mp3 b/resources/public/audio/16j.mp3 new file mode 100644 index 0000000..4012df3 Binary files /dev/null and b/resources/public/audio/16j.mp3 differ diff --git a/resources/public/audio/16k.mp3 b/resources/public/audio/16k.mp3 new file mode 100644 index 0000000..2f34c11 Binary files /dev/null and b/resources/public/audio/16k.mp3 differ diff --git a/resources/public/audio/16l.mp3 b/resources/public/audio/16l.mp3 new file mode 100644 index 0000000..901c851 Binary files /dev/null and b/resources/public/audio/16l.mp3 differ diff --git a/resources/public/audio/16m.mp3 b/resources/public/audio/16m.mp3 new file mode 100644 index 0000000..3021e88 Binary files /dev/null and b/resources/public/audio/16m.mp3 differ diff --git a/resources/public/audio/17B.mp3 b/resources/public/audio/17B.mp3 new file mode 100644 index 0000000..0150807 Binary files /dev/null and b/resources/public/audio/17B.mp3 differ diff --git a/resources/public/audio/17C.mp3 b/resources/public/audio/17C.mp3 new file mode 100644 index 0000000..26923d0 Binary files /dev/null and b/resources/public/audio/17C.mp3 differ diff --git a/resources/public/audio/17D.mp3 b/resources/public/audio/17D.mp3 new file mode 100644 index 0000000..25f9d51 Binary files /dev/null and b/resources/public/audio/17D.mp3 differ diff --git a/resources/public/audio/17E.mp3 b/resources/public/audio/17E.mp3 new file mode 100644 index 0000000..0e40867 Binary files /dev/null and b/resources/public/audio/17E.mp3 differ diff --git a/resources/public/audio/17F.mp3 b/resources/public/audio/17F.mp3 new file mode 100644 index 0000000..de2cd74 Binary files /dev/null and b/resources/public/audio/17F.mp3 differ diff --git a/resources/public/audio/17G.mp3 b/resources/public/audio/17G.mp3 new file mode 100644 index 0000000..751681a Binary files /dev/null and b/resources/public/audio/17G.mp3 differ diff --git a/resources/public/audio/17H.mp3 b/resources/public/audio/17H.mp3 new file mode 100644 index 0000000..cbdc6ee Binary files /dev/null and b/resources/public/audio/17H.mp3 differ diff --git a/resources/public/audio/17I.mp3 b/resources/public/audio/17I.mp3 new file mode 100644 index 0000000..c2a43e3 Binary files /dev/null and b/resources/public/audio/17I.mp3 differ diff --git a/resources/public/audio/17J.mp3 b/resources/public/audio/17J.mp3 new file mode 100644 index 0000000..91fbe42 Binary files /dev/null and b/resources/public/audio/17J.mp3 differ diff --git a/resources/public/audio/17K.mp3 b/resources/public/audio/17K.mp3 new file mode 100644 index 0000000..3cf9f94 Binary files /dev/null and b/resources/public/audio/17K.mp3 differ diff --git a/resources/public/audio/17L.mp3 b/resources/public/audio/17L.mp3 new file mode 100644 index 0000000..672a215 Binary files /dev/null and b/resources/public/audio/17L.mp3 differ diff --git a/resources/public/audio/17M.mp3 b/resources/public/audio/17M.mp3 new file mode 100644 index 0000000..e2fa8cf Binary files /dev/null and b/resources/public/audio/17M.mp3 differ diff --git a/resources/public/audio/17b.mp3 b/resources/public/audio/17b.mp3 new file mode 100644 index 0000000..8949514 Binary files /dev/null and b/resources/public/audio/17b.mp3 differ diff --git a/resources/public/audio/17c.mp3 b/resources/public/audio/17c.mp3 new file mode 100644 index 0000000..231e099 Binary files /dev/null and b/resources/public/audio/17c.mp3 differ diff --git a/resources/public/audio/17d.mp3 b/resources/public/audio/17d.mp3 new file mode 100644 index 0000000..cf0183b Binary files /dev/null and b/resources/public/audio/17d.mp3 differ diff --git a/resources/public/audio/17e.mp3 b/resources/public/audio/17e.mp3 new file mode 100644 index 0000000..9f572cf Binary files /dev/null and b/resources/public/audio/17e.mp3 differ diff --git a/resources/public/audio/17f.mp3 b/resources/public/audio/17f.mp3 new file mode 100644 index 0000000..8e274b8 Binary files /dev/null and b/resources/public/audio/17f.mp3 differ diff --git a/resources/public/audio/17g.mp3 b/resources/public/audio/17g.mp3 new file mode 100644 index 0000000..45fbb31 Binary files /dev/null and b/resources/public/audio/17g.mp3 differ diff --git a/resources/public/audio/17h.mp3 b/resources/public/audio/17h.mp3 new file mode 100644 index 0000000..a3d73dd Binary files /dev/null and b/resources/public/audio/17h.mp3 differ diff --git a/resources/public/audio/17i.mp3 b/resources/public/audio/17i.mp3 new file mode 100644 index 0000000..3f72036 Binary files /dev/null and b/resources/public/audio/17i.mp3 differ diff --git a/resources/public/audio/17j.mp3 b/resources/public/audio/17j.mp3 new file mode 100644 index 0000000..4cc875a Binary files /dev/null and b/resources/public/audio/17j.mp3 differ diff --git a/resources/public/audio/17k.mp3 b/resources/public/audio/17k.mp3 new file mode 100644 index 0000000..44aac62 Binary files /dev/null and b/resources/public/audio/17k.mp3 differ diff --git a/resources/public/audio/17l.mp3 b/resources/public/audio/17l.mp3 new file mode 100644 index 0000000..60d99d2 Binary files /dev/null and b/resources/public/audio/17l.mp3 differ diff --git a/resources/public/audio/17m.mp3 b/resources/public/audio/17m.mp3 new file mode 100644 index 0000000..662c610 Binary files /dev/null and b/resources/public/audio/17m.mp3 differ diff --git a/resources/public/audio/18B.mp3 b/resources/public/audio/18B.mp3 new file mode 100644 index 0000000..53e77c4 Binary files /dev/null and b/resources/public/audio/18B.mp3 differ diff --git a/resources/public/audio/18C.mp3 b/resources/public/audio/18C.mp3 new file mode 100644 index 0000000..e217e01 Binary files /dev/null and b/resources/public/audio/18C.mp3 differ diff --git a/resources/public/audio/18D.mp3 b/resources/public/audio/18D.mp3 new file mode 100644 index 0000000..ab3305e Binary files /dev/null and b/resources/public/audio/18D.mp3 differ diff --git a/resources/public/audio/18E.mp3 b/resources/public/audio/18E.mp3 new file mode 100644 index 0000000..090173a Binary files /dev/null and b/resources/public/audio/18E.mp3 differ diff --git a/resources/public/audio/18F.mp3 b/resources/public/audio/18F.mp3 new file mode 100644 index 0000000..7354320 Binary files /dev/null and b/resources/public/audio/18F.mp3 differ diff --git a/resources/public/audio/18G.mp3 b/resources/public/audio/18G.mp3 new file mode 100644 index 0000000..c970cb7 Binary files /dev/null and b/resources/public/audio/18G.mp3 differ diff --git a/resources/public/audio/18H.mp3 b/resources/public/audio/18H.mp3 new file mode 100644 index 0000000..d037ad9 Binary files /dev/null and b/resources/public/audio/18H.mp3 differ diff --git a/resources/public/audio/18I.mp3 b/resources/public/audio/18I.mp3 new file mode 100644 index 0000000..769a1e9 Binary files /dev/null and b/resources/public/audio/18I.mp3 differ diff --git a/resources/public/audio/18J.mp3 b/resources/public/audio/18J.mp3 new file mode 100644 index 0000000..3b10685 Binary files /dev/null and b/resources/public/audio/18J.mp3 differ diff --git a/resources/public/audio/18K.mp3 b/resources/public/audio/18K.mp3 new file mode 100644 index 0000000..859dc26 Binary files /dev/null and b/resources/public/audio/18K.mp3 differ diff --git a/resources/public/audio/18L.mp3 b/resources/public/audio/18L.mp3 new file mode 100644 index 0000000..050ebb1 Binary files /dev/null and b/resources/public/audio/18L.mp3 differ diff --git a/resources/public/audio/18M.mp3 b/resources/public/audio/18M.mp3 new file mode 100644 index 0000000..26db297 Binary files /dev/null and b/resources/public/audio/18M.mp3 differ diff --git a/resources/public/audio/18b.mp3 b/resources/public/audio/18b.mp3 new file mode 100644 index 0000000..e42802a Binary files /dev/null and b/resources/public/audio/18b.mp3 differ diff --git a/resources/public/audio/18c.mp3 b/resources/public/audio/18c.mp3 new file mode 100644 index 0000000..fa6fc7c Binary files /dev/null and b/resources/public/audio/18c.mp3 differ diff --git a/resources/public/audio/18d.mp3 b/resources/public/audio/18d.mp3 new file mode 100644 index 0000000..43f2689 Binary files /dev/null and b/resources/public/audio/18d.mp3 differ diff --git a/resources/public/audio/18e.mp3 b/resources/public/audio/18e.mp3 new file mode 100644 index 0000000..2859b44 Binary files /dev/null and b/resources/public/audio/18e.mp3 differ diff --git a/resources/public/audio/18f.mp3 b/resources/public/audio/18f.mp3 new file mode 100644 index 0000000..1d02b9d Binary files /dev/null and b/resources/public/audio/18f.mp3 differ diff --git a/resources/public/audio/18g.mp3 b/resources/public/audio/18g.mp3 new file mode 100644 index 0000000..f7879b6 Binary files /dev/null and b/resources/public/audio/18g.mp3 differ diff --git a/resources/public/audio/18h.mp3 b/resources/public/audio/18h.mp3 new file mode 100644 index 0000000..d90e139 Binary files /dev/null and b/resources/public/audio/18h.mp3 differ diff --git a/resources/public/audio/18i.mp3 b/resources/public/audio/18i.mp3 new file mode 100644 index 0000000..0d99c7c Binary files /dev/null and b/resources/public/audio/18i.mp3 differ diff --git a/resources/public/audio/18j.mp3 b/resources/public/audio/18j.mp3 new file mode 100644 index 0000000..9d63dd6 Binary files /dev/null and b/resources/public/audio/18j.mp3 differ diff --git a/resources/public/audio/18k.mp3 b/resources/public/audio/18k.mp3 new file mode 100644 index 0000000..134b4f9 Binary files /dev/null and b/resources/public/audio/18k.mp3 differ diff --git a/resources/public/audio/18l.mp3 b/resources/public/audio/18l.mp3 new file mode 100644 index 0000000..9bc1f9b Binary files /dev/null and b/resources/public/audio/18l.mp3 differ diff --git a/resources/public/audio/18m.mp3 b/resources/public/audio/18m.mp3 new file mode 100644 index 0000000..364ef88 Binary files /dev/null and b/resources/public/audio/18m.mp3 differ diff --git a/resources/public/audio/19B.mp3 b/resources/public/audio/19B.mp3 new file mode 100644 index 0000000..d70d120 Binary files /dev/null and b/resources/public/audio/19B.mp3 differ diff --git a/resources/public/audio/19C.mp3 b/resources/public/audio/19C.mp3 new file mode 100644 index 0000000..377e41e Binary files /dev/null and b/resources/public/audio/19C.mp3 differ diff --git a/resources/public/audio/19D.mp3 b/resources/public/audio/19D.mp3 new file mode 100644 index 0000000..781e944 Binary files /dev/null and b/resources/public/audio/19D.mp3 differ diff --git a/resources/public/audio/19E.mp3 b/resources/public/audio/19E.mp3 new file mode 100644 index 0000000..f2e8df6 Binary files /dev/null and b/resources/public/audio/19E.mp3 differ diff --git a/resources/public/audio/19F.mp3 b/resources/public/audio/19F.mp3 new file mode 100644 index 0000000..6132420 Binary files /dev/null and b/resources/public/audio/19F.mp3 differ diff --git a/resources/public/audio/19G.mp3 b/resources/public/audio/19G.mp3 new file mode 100644 index 0000000..ff6c9d0 Binary files /dev/null and b/resources/public/audio/19G.mp3 differ diff --git a/resources/public/audio/19H.mp3 b/resources/public/audio/19H.mp3 new file mode 100644 index 0000000..4d6ba8f Binary files /dev/null and b/resources/public/audio/19H.mp3 differ diff --git a/resources/public/audio/19I.mp3 b/resources/public/audio/19I.mp3 new file mode 100644 index 0000000..43e577a Binary files /dev/null and b/resources/public/audio/19I.mp3 differ diff --git a/resources/public/audio/19J.mp3 b/resources/public/audio/19J.mp3 new file mode 100644 index 0000000..f7d44ff Binary files /dev/null and b/resources/public/audio/19J.mp3 differ diff --git a/resources/public/audio/19K.mp3 b/resources/public/audio/19K.mp3 new file mode 100644 index 0000000..bc141c8 Binary files /dev/null and b/resources/public/audio/19K.mp3 differ diff --git a/resources/public/audio/19L.mp3 b/resources/public/audio/19L.mp3 new file mode 100644 index 0000000..dc4ad56 Binary files /dev/null and b/resources/public/audio/19L.mp3 differ diff --git a/resources/public/audio/19M.mp3 b/resources/public/audio/19M.mp3 new file mode 100644 index 0000000..9e3afe4 Binary files /dev/null and b/resources/public/audio/19M.mp3 differ diff --git a/resources/public/audio/19b.mp3 b/resources/public/audio/19b.mp3 new file mode 100644 index 0000000..7e2ba9f Binary files /dev/null and b/resources/public/audio/19b.mp3 differ diff --git a/resources/public/audio/19c.mp3 b/resources/public/audio/19c.mp3 new file mode 100644 index 0000000..b7ecb57 Binary files /dev/null and b/resources/public/audio/19c.mp3 differ diff --git a/resources/public/audio/19d.mp3 b/resources/public/audio/19d.mp3 new file mode 100644 index 0000000..261f684 Binary files /dev/null and b/resources/public/audio/19d.mp3 differ diff --git a/resources/public/audio/19e.mp3 b/resources/public/audio/19e.mp3 new file mode 100644 index 0000000..99071f2 Binary files /dev/null and b/resources/public/audio/19e.mp3 differ diff --git a/resources/public/audio/19f.mp3 b/resources/public/audio/19f.mp3 new file mode 100644 index 0000000..0ff5800 Binary files /dev/null and b/resources/public/audio/19f.mp3 differ diff --git a/resources/public/audio/19g.mp3 b/resources/public/audio/19g.mp3 new file mode 100644 index 0000000..9413f1c Binary files /dev/null and b/resources/public/audio/19g.mp3 differ diff --git a/resources/public/audio/19h.mp3 b/resources/public/audio/19h.mp3 new file mode 100644 index 0000000..35302f4 Binary files /dev/null and b/resources/public/audio/19h.mp3 differ diff --git a/resources/public/audio/19i.mp3 b/resources/public/audio/19i.mp3 new file mode 100644 index 0000000..0938b6e Binary files /dev/null and b/resources/public/audio/19i.mp3 differ diff --git a/resources/public/audio/19j.mp3 b/resources/public/audio/19j.mp3 new file mode 100644 index 0000000..be50988 Binary files /dev/null and b/resources/public/audio/19j.mp3 differ diff --git a/resources/public/audio/19k.mp3 b/resources/public/audio/19k.mp3 new file mode 100644 index 0000000..bebcadb Binary files /dev/null and b/resources/public/audio/19k.mp3 differ diff --git a/resources/public/audio/19l.mp3 b/resources/public/audio/19l.mp3 new file mode 100644 index 0000000..0af8037 Binary files /dev/null and b/resources/public/audio/19l.mp3 differ diff --git a/resources/public/audio/19m.mp3 b/resources/public/audio/19m.mp3 new file mode 100644 index 0000000..09c9dd3 Binary files /dev/null and b/resources/public/audio/19m.mp3 differ diff --git a/resources/public/audio/20B.mp3 b/resources/public/audio/20B.mp3 new file mode 100644 index 0000000..71e45f8 Binary files /dev/null and b/resources/public/audio/20B.mp3 differ diff --git a/resources/public/audio/20C.mp3 b/resources/public/audio/20C.mp3 new file mode 100644 index 0000000..5686f1f Binary files /dev/null and b/resources/public/audio/20C.mp3 differ diff --git a/resources/public/audio/20D.mp3 b/resources/public/audio/20D.mp3 new file mode 100644 index 0000000..2821d78 Binary files /dev/null and b/resources/public/audio/20D.mp3 differ diff --git a/resources/public/audio/20E.mp3 b/resources/public/audio/20E.mp3 new file mode 100644 index 0000000..6b0dbc8 Binary files /dev/null and b/resources/public/audio/20E.mp3 differ diff --git a/resources/public/audio/20F.mp3 b/resources/public/audio/20F.mp3 new file mode 100644 index 0000000..5f6214b Binary files /dev/null and b/resources/public/audio/20F.mp3 differ diff --git a/resources/public/audio/20G.mp3 b/resources/public/audio/20G.mp3 new file mode 100644 index 0000000..316d322 Binary files /dev/null and b/resources/public/audio/20G.mp3 differ diff --git a/resources/public/audio/20H.mp3 b/resources/public/audio/20H.mp3 new file mode 100644 index 0000000..cb0b988 Binary files /dev/null and b/resources/public/audio/20H.mp3 differ diff --git a/resources/public/audio/20I.mp3 b/resources/public/audio/20I.mp3 new file mode 100644 index 0000000..a1ba71e Binary files /dev/null and b/resources/public/audio/20I.mp3 differ diff --git a/resources/public/audio/20J.mp3 b/resources/public/audio/20J.mp3 new file mode 100644 index 0000000..6eb8613 Binary files /dev/null and b/resources/public/audio/20J.mp3 differ diff --git a/resources/public/audio/20K.mp3 b/resources/public/audio/20K.mp3 new file mode 100644 index 0000000..cf6afc4 Binary files /dev/null and b/resources/public/audio/20K.mp3 differ diff --git a/resources/public/audio/20L.mp3 b/resources/public/audio/20L.mp3 new file mode 100644 index 0000000..d61e397 Binary files /dev/null and b/resources/public/audio/20L.mp3 differ diff --git a/resources/public/audio/20M.mp3 b/resources/public/audio/20M.mp3 new file mode 100644 index 0000000..3ed04e7 Binary files /dev/null and b/resources/public/audio/20M.mp3 differ diff --git a/resources/public/audio/20b.mp3 b/resources/public/audio/20b.mp3 new file mode 100644 index 0000000..45a0ddc Binary files /dev/null and b/resources/public/audio/20b.mp3 differ diff --git a/resources/public/audio/20c.mp3 b/resources/public/audio/20c.mp3 new file mode 100644 index 0000000..6e503a3 Binary files /dev/null and b/resources/public/audio/20c.mp3 differ diff --git a/resources/public/audio/20d.mp3 b/resources/public/audio/20d.mp3 new file mode 100644 index 0000000..4700736 Binary files /dev/null and b/resources/public/audio/20d.mp3 differ diff --git a/resources/public/audio/20e.mp3 b/resources/public/audio/20e.mp3 new file mode 100644 index 0000000..453cc3f Binary files /dev/null and b/resources/public/audio/20e.mp3 differ diff --git a/resources/public/audio/20f.mp3 b/resources/public/audio/20f.mp3 new file mode 100644 index 0000000..297e712 Binary files /dev/null and b/resources/public/audio/20f.mp3 differ diff --git a/resources/public/audio/20g.mp3 b/resources/public/audio/20g.mp3 new file mode 100644 index 0000000..9e0905c Binary files /dev/null and b/resources/public/audio/20g.mp3 differ diff --git a/resources/public/audio/20h.mp3 b/resources/public/audio/20h.mp3 new file mode 100644 index 0000000..724f3dc Binary files /dev/null and b/resources/public/audio/20h.mp3 differ diff --git a/resources/public/audio/20i.mp3 b/resources/public/audio/20i.mp3 new file mode 100644 index 0000000..e4ed646 Binary files /dev/null and b/resources/public/audio/20i.mp3 differ diff --git a/resources/public/audio/20j.mp3 b/resources/public/audio/20j.mp3 new file mode 100644 index 0000000..e17461b Binary files /dev/null and b/resources/public/audio/20j.mp3 differ diff --git a/resources/public/audio/20k.mp3 b/resources/public/audio/20k.mp3 new file mode 100644 index 0000000..e7d52a9 Binary files /dev/null and b/resources/public/audio/20k.mp3 differ diff --git a/resources/public/audio/20l.mp3 b/resources/public/audio/20l.mp3 new file mode 100644 index 0000000..8a1ae9d Binary files /dev/null and b/resources/public/audio/20l.mp3 differ diff --git a/resources/public/audio/20m.mp3 b/resources/public/audio/20m.mp3 new file mode 100644 index 0000000..5fe902a Binary files /dev/null and b/resources/public/audio/20m.mp3 differ diff --git a/resources/public/audio/21B.mp3 b/resources/public/audio/21B.mp3 new file mode 100644 index 0000000..7618815 Binary files /dev/null and b/resources/public/audio/21B.mp3 differ diff --git a/resources/public/audio/21C.mp3 b/resources/public/audio/21C.mp3 new file mode 100644 index 0000000..0a0c262 Binary files /dev/null and b/resources/public/audio/21C.mp3 differ diff --git a/resources/public/audio/21D.mp3 b/resources/public/audio/21D.mp3 new file mode 100644 index 0000000..3ef0651 Binary files /dev/null and b/resources/public/audio/21D.mp3 differ diff --git a/resources/public/audio/21E.mp3 b/resources/public/audio/21E.mp3 new file mode 100644 index 0000000..76666fe Binary files /dev/null and b/resources/public/audio/21E.mp3 differ diff --git a/resources/public/audio/21F.mp3 b/resources/public/audio/21F.mp3 new file mode 100644 index 0000000..8d7a787 Binary files /dev/null and b/resources/public/audio/21F.mp3 differ diff --git a/resources/public/audio/21G.mp3 b/resources/public/audio/21G.mp3 new file mode 100644 index 0000000..1276635 Binary files /dev/null and b/resources/public/audio/21G.mp3 differ diff --git a/resources/public/audio/21H.mp3 b/resources/public/audio/21H.mp3 new file mode 100644 index 0000000..22f3fa6 Binary files /dev/null and b/resources/public/audio/21H.mp3 differ diff --git a/resources/public/audio/21I.mp3 b/resources/public/audio/21I.mp3 new file mode 100644 index 0000000..209ee2a Binary files /dev/null and b/resources/public/audio/21I.mp3 differ diff --git a/resources/public/audio/21J.mp3 b/resources/public/audio/21J.mp3 new file mode 100644 index 0000000..710a1ab Binary files /dev/null and b/resources/public/audio/21J.mp3 differ diff --git a/resources/public/audio/21K.mp3 b/resources/public/audio/21K.mp3 new file mode 100644 index 0000000..2d55cc3 Binary files /dev/null and b/resources/public/audio/21K.mp3 differ diff --git a/resources/public/audio/21L.mp3 b/resources/public/audio/21L.mp3 new file mode 100644 index 0000000..119a61c Binary files /dev/null and b/resources/public/audio/21L.mp3 differ diff --git a/resources/public/audio/21M.mp3 b/resources/public/audio/21M.mp3 new file mode 100644 index 0000000..9c30053 Binary files /dev/null and b/resources/public/audio/21M.mp3 differ diff --git a/resources/public/audio/21b.mp3 b/resources/public/audio/21b.mp3 new file mode 100644 index 0000000..439389d Binary files /dev/null and b/resources/public/audio/21b.mp3 differ diff --git a/resources/public/audio/21c.mp3 b/resources/public/audio/21c.mp3 new file mode 100644 index 0000000..5dd4037 Binary files /dev/null and b/resources/public/audio/21c.mp3 differ diff --git a/resources/public/audio/21d.mp3 b/resources/public/audio/21d.mp3 new file mode 100644 index 0000000..24132d1 Binary files /dev/null and b/resources/public/audio/21d.mp3 differ diff --git a/resources/public/audio/21e.mp3 b/resources/public/audio/21e.mp3 new file mode 100644 index 0000000..e7c634b Binary files /dev/null and b/resources/public/audio/21e.mp3 differ diff --git a/resources/public/audio/21f.mp3 b/resources/public/audio/21f.mp3 new file mode 100644 index 0000000..a35a9b2 Binary files /dev/null and b/resources/public/audio/21f.mp3 differ diff --git a/resources/public/audio/21g.mp3 b/resources/public/audio/21g.mp3 new file mode 100644 index 0000000..10a2c46 Binary files /dev/null and b/resources/public/audio/21g.mp3 differ diff --git a/resources/public/audio/21h.mp3 b/resources/public/audio/21h.mp3 new file mode 100644 index 0000000..0963aa9 Binary files /dev/null and b/resources/public/audio/21h.mp3 differ diff --git a/resources/public/audio/21i.mp3 b/resources/public/audio/21i.mp3 new file mode 100644 index 0000000..70d9b7e Binary files /dev/null and b/resources/public/audio/21i.mp3 differ diff --git a/resources/public/audio/21j.mp3 b/resources/public/audio/21j.mp3 new file mode 100644 index 0000000..d1c0128 Binary files /dev/null and b/resources/public/audio/21j.mp3 differ diff --git a/resources/public/audio/21k.mp3 b/resources/public/audio/21k.mp3 new file mode 100644 index 0000000..6813146 Binary files /dev/null and b/resources/public/audio/21k.mp3 differ diff --git a/resources/public/audio/21l.mp3 b/resources/public/audio/21l.mp3 new file mode 100644 index 0000000..75c8d52 Binary files /dev/null and b/resources/public/audio/21l.mp3 differ diff --git a/resources/public/audio/21m.mp3 b/resources/public/audio/21m.mp3 new file mode 100644 index 0000000..2bd5c69 Binary files /dev/null and b/resources/public/audio/21m.mp3 differ diff --git a/resources/public/audio/22B.mp3 b/resources/public/audio/22B.mp3 new file mode 100644 index 0000000..9deaa0a Binary files /dev/null and b/resources/public/audio/22B.mp3 differ diff --git a/resources/public/audio/22C.mp3 b/resources/public/audio/22C.mp3 new file mode 100644 index 0000000..57cff46 Binary files /dev/null and b/resources/public/audio/22C.mp3 differ diff --git a/resources/public/audio/22D.mp3 b/resources/public/audio/22D.mp3 new file mode 100644 index 0000000..262d6c5 Binary files /dev/null and b/resources/public/audio/22D.mp3 differ diff --git a/resources/public/audio/22E.mp3 b/resources/public/audio/22E.mp3 new file mode 100644 index 0000000..0754af1 Binary files /dev/null and b/resources/public/audio/22E.mp3 differ diff --git a/resources/public/audio/22F.mp3 b/resources/public/audio/22F.mp3 new file mode 100644 index 0000000..0f4611d Binary files /dev/null and b/resources/public/audio/22F.mp3 differ diff --git a/resources/public/audio/22G.mp3 b/resources/public/audio/22G.mp3 new file mode 100644 index 0000000..3df8ced Binary files /dev/null and b/resources/public/audio/22G.mp3 differ diff --git a/resources/public/audio/22H.mp3 b/resources/public/audio/22H.mp3 new file mode 100644 index 0000000..636537a Binary files /dev/null and b/resources/public/audio/22H.mp3 differ diff --git a/resources/public/audio/22I.mp3 b/resources/public/audio/22I.mp3 new file mode 100644 index 0000000..79cc218 Binary files /dev/null and b/resources/public/audio/22I.mp3 differ diff --git a/resources/public/audio/22J.mp3 b/resources/public/audio/22J.mp3 new file mode 100644 index 0000000..41da228 Binary files /dev/null and b/resources/public/audio/22J.mp3 differ diff --git a/resources/public/audio/22K.mp3 b/resources/public/audio/22K.mp3 new file mode 100644 index 0000000..305c72c Binary files /dev/null and b/resources/public/audio/22K.mp3 differ diff --git a/resources/public/audio/22L.mp3 b/resources/public/audio/22L.mp3 new file mode 100644 index 0000000..a8477bb Binary files /dev/null and b/resources/public/audio/22L.mp3 differ diff --git a/resources/public/audio/22M.mp3 b/resources/public/audio/22M.mp3 new file mode 100644 index 0000000..dfd2218 Binary files /dev/null and b/resources/public/audio/22M.mp3 differ diff --git a/resources/public/audio/22b.mp3 b/resources/public/audio/22b.mp3 new file mode 100644 index 0000000..098b246 Binary files /dev/null and b/resources/public/audio/22b.mp3 differ diff --git a/resources/public/audio/22c.mp3 b/resources/public/audio/22c.mp3 new file mode 100644 index 0000000..71dc127 Binary files /dev/null and b/resources/public/audio/22c.mp3 differ diff --git a/resources/public/audio/22d.mp3 b/resources/public/audio/22d.mp3 new file mode 100644 index 0000000..ad09dc1 Binary files /dev/null and b/resources/public/audio/22d.mp3 differ diff --git a/resources/public/audio/22e.mp3 b/resources/public/audio/22e.mp3 new file mode 100644 index 0000000..598d354 Binary files /dev/null and b/resources/public/audio/22e.mp3 differ diff --git a/resources/public/audio/22f.mp3 b/resources/public/audio/22f.mp3 new file mode 100644 index 0000000..96bf914 Binary files /dev/null and b/resources/public/audio/22f.mp3 differ diff --git a/resources/public/audio/22g.mp3 b/resources/public/audio/22g.mp3 new file mode 100644 index 0000000..06d6651 Binary files /dev/null and b/resources/public/audio/22g.mp3 differ diff --git a/resources/public/audio/22h.mp3 b/resources/public/audio/22h.mp3 new file mode 100644 index 0000000..8f7212b Binary files /dev/null and b/resources/public/audio/22h.mp3 differ diff --git a/resources/public/audio/22i.mp3 b/resources/public/audio/22i.mp3 new file mode 100644 index 0000000..fd8f369 Binary files /dev/null and b/resources/public/audio/22i.mp3 differ diff --git a/resources/public/audio/22j.mp3 b/resources/public/audio/22j.mp3 new file mode 100644 index 0000000..271384e Binary files /dev/null and b/resources/public/audio/22j.mp3 differ diff --git a/resources/public/audio/22k.mp3 b/resources/public/audio/22k.mp3 new file mode 100644 index 0000000..d3109ab Binary files /dev/null and b/resources/public/audio/22k.mp3 differ diff --git a/resources/public/audio/22l.mp3 b/resources/public/audio/22l.mp3 new file mode 100644 index 0000000..623f65f Binary files /dev/null and b/resources/public/audio/22l.mp3 differ diff --git a/resources/public/audio/22m.mp3 b/resources/public/audio/22m.mp3 new file mode 100644 index 0000000..2d1e4a2 Binary files /dev/null and b/resources/public/audio/22m.mp3 differ diff --git a/resources/public/audio/23B.mp3 b/resources/public/audio/23B.mp3 new file mode 100644 index 0000000..d2513f7 Binary files /dev/null and b/resources/public/audio/23B.mp3 differ diff --git a/resources/public/audio/23C.mp3 b/resources/public/audio/23C.mp3 new file mode 100644 index 0000000..60725a5 Binary files /dev/null and b/resources/public/audio/23C.mp3 differ diff --git a/resources/public/audio/23D.mp3 b/resources/public/audio/23D.mp3 new file mode 100644 index 0000000..a0b05a7 Binary files /dev/null and b/resources/public/audio/23D.mp3 differ diff --git a/resources/public/audio/23E.mp3 b/resources/public/audio/23E.mp3 new file mode 100644 index 0000000..0c3c1cb Binary files /dev/null and b/resources/public/audio/23E.mp3 differ diff --git a/resources/public/audio/23F.mp3 b/resources/public/audio/23F.mp3 new file mode 100644 index 0000000..f2040e8 Binary files /dev/null and b/resources/public/audio/23F.mp3 differ diff --git a/resources/public/audio/23G.mp3 b/resources/public/audio/23G.mp3 new file mode 100644 index 0000000..57c1847 Binary files /dev/null and b/resources/public/audio/23G.mp3 differ diff --git a/resources/public/audio/23H.mp3 b/resources/public/audio/23H.mp3 new file mode 100644 index 0000000..7c1219d Binary files /dev/null and b/resources/public/audio/23H.mp3 differ diff --git a/resources/public/audio/23I.mp3 b/resources/public/audio/23I.mp3 new file mode 100644 index 0000000..ca93cba Binary files /dev/null and b/resources/public/audio/23I.mp3 differ diff --git a/resources/public/audio/23J.mp3 b/resources/public/audio/23J.mp3 new file mode 100644 index 0000000..c9dcef2 Binary files /dev/null and b/resources/public/audio/23J.mp3 differ diff --git a/resources/public/audio/23K.mp3 b/resources/public/audio/23K.mp3 new file mode 100644 index 0000000..3702549 Binary files /dev/null and b/resources/public/audio/23K.mp3 differ diff --git a/resources/public/audio/23L.mp3 b/resources/public/audio/23L.mp3 new file mode 100644 index 0000000..63bde9b Binary files /dev/null and b/resources/public/audio/23L.mp3 differ diff --git a/resources/public/audio/23M.mp3 b/resources/public/audio/23M.mp3 new file mode 100644 index 0000000..1ba7579 Binary files /dev/null and b/resources/public/audio/23M.mp3 differ diff --git a/resources/public/audio/23b.mp3 b/resources/public/audio/23b.mp3 new file mode 100644 index 0000000..cc73507 Binary files /dev/null and b/resources/public/audio/23b.mp3 differ diff --git a/resources/public/audio/23c.mp3 b/resources/public/audio/23c.mp3 new file mode 100644 index 0000000..a669395 Binary files /dev/null and b/resources/public/audio/23c.mp3 differ diff --git a/resources/public/audio/23d.mp3 b/resources/public/audio/23d.mp3 new file mode 100644 index 0000000..2ac385d Binary files /dev/null and b/resources/public/audio/23d.mp3 differ diff --git a/resources/public/audio/23e.mp3 b/resources/public/audio/23e.mp3 new file mode 100644 index 0000000..46225e1 Binary files /dev/null and b/resources/public/audio/23e.mp3 differ diff --git a/resources/public/audio/23f.mp3 b/resources/public/audio/23f.mp3 new file mode 100644 index 0000000..d38c814 Binary files /dev/null and b/resources/public/audio/23f.mp3 differ diff --git a/resources/public/audio/23g.mp3 b/resources/public/audio/23g.mp3 new file mode 100644 index 0000000..8b8f0c0 Binary files /dev/null and b/resources/public/audio/23g.mp3 differ diff --git a/resources/public/audio/23h.mp3 b/resources/public/audio/23h.mp3 new file mode 100644 index 0000000..b464447 Binary files /dev/null and b/resources/public/audio/23h.mp3 differ diff --git a/resources/public/audio/23i.mp3 b/resources/public/audio/23i.mp3 new file mode 100644 index 0000000..c79b87c Binary files /dev/null and b/resources/public/audio/23i.mp3 differ diff --git a/resources/public/audio/23j.mp3 b/resources/public/audio/23j.mp3 new file mode 100644 index 0000000..609b13e Binary files /dev/null and b/resources/public/audio/23j.mp3 differ diff --git a/resources/public/audio/23k.mp3 b/resources/public/audio/23k.mp3 new file mode 100644 index 0000000..5f996ea Binary files /dev/null and b/resources/public/audio/23k.mp3 differ diff --git a/resources/public/audio/23l.mp3 b/resources/public/audio/23l.mp3 new file mode 100644 index 0000000..3404858 Binary files /dev/null and b/resources/public/audio/23l.mp3 differ diff --git a/resources/public/audio/23m.mp3 b/resources/public/audio/23m.mp3 new file mode 100644 index 0000000..77da3d1 Binary files /dev/null and b/resources/public/audio/23m.mp3 differ diff --git a/resources/public/audio/24B.mp3 b/resources/public/audio/24B.mp3 new file mode 100644 index 0000000..44da3eb Binary files /dev/null and b/resources/public/audio/24B.mp3 differ diff --git a/resources/public/audio/24C.mp3 b/resources/public/audio/24C.mp3 new file mode 100644 index 0000000..7b973e1 Binary files /dev/null and b/resources/public/audio/24C.mp3 differ diff --git a/resources/public/audio/24D.mp3 b/resources/public/audio/24D.mp3 new file mode 100644 index 0000000..cfa9cd6 Binary files /dev/null and b/resources/public/audio/24D.mp3 differ diff --git a/resources/public/audio/24E.mp3 b/resources/public/audio/24E.mp3 new file mode 100644 index 0000000..af2c416 Binary files /dev/null and b/resources/public/audio/24E.mp3 differ diff --git a/resources/public/audio/24F.mp3 b/resources/public/audio/24F.mp3 new file mode 100644 index 0000000..5a242fc Binary files /dev/null and b/resources/public/audio/24F.mp3 differ diff --git a/resources/public/audio/24G.mp3 b/resources/public/audio/24G.mp3 new file mode 100644 index 0000000..6f07963 Binary files /dev/null and b/resources/public/audio/24G.mp3 differ diff --git a/resources/public/audio/24H.mp3 b/resources/public/audio/24H.mp3 new file mode 100644 index 0000000..dec6500 Binary files /dev/null and b/resources/public/audio/24H.mp3 differ diff --git a/resources/public/audio/24I.mp3 b/resources/public/audio/24I.mp3 new file mode 100644 index 0000000..6f8cd9d Binary files /dev/null and b/resources/public/audio/24I.mp3 differ diff --git a/resources/public/audio/24J.mp3 b/resources/public/audio/24J.mp3 new file mode 100644 index 0000000..a559f96 Binary files /dev/null and b/resources/public/audio/24J.mp3 differ diff --git a/resources/public/audio/24K.mp3 b/resources/public/audio/24K.mp3 new file mode 100644 index 0000000..d3c6036 Binary files /dev/null and b/resources/public/audio/24K.mp3 differ diff --git a/resources/public/audio/24L.mp3 b/resources/public/audio/24L.mp3 new file mode 100644 index 0000000..a38c689 Binary files /dev/null and b/resources/public/audio/24L.mp3 differ diff --git a/resources/public/audio/24M.mp3 b/resources/public/audio/24M.mp3 new file mode 100644 index 0000000..3871317 Binary files /dev/null and b/resources/public/audio/24M.mp3 differ diff --git a/resources/public/audio/24b.mp3 b/resources/public/audio/24b.mp3 new file mode 100644 index 0000000..b092d7c Binary files /dev/null and b/resources/public/audio/24b.mp3 differ diff --git a/resources/public/audio/24c.mp3 b/resources/public/audio/24c.mp3 new file mode 100644 index 0000000..8ed32c4 Binary files /dev/null and b/resources/public/audio/24c.mp3 differ diff --git a/resources/public/audio/24d.mp3 b/resources/public/audio/24d.mp3 new file mode 100644 index 0000000..e1b0a19 Binary files /dev/null and b/resources/public/audio/24d.mp3 differ diff --git a/resources/public/audio/24e.mp3 b/resources/public/audio/24e.mp3 new file mode 100644 index 0000000..953ade3 Binary files /dev/null and b/resources/public/audio/24e.mp3 differ diff --git a/resources/public/audio/24f.mp3 b/resources/public/audio/24f.mp3 new file mode 100644 index 0000000..41fa24c Binary files /dev/null and b/resources/public/audio/24f.mp3 differ diff --git a/resources/public/audio/24g.mp3 b/resources/public/audio/24g.mp3 new file mode 100644 index 0000000..8e9be07 Binary files /dev/null and b/resources/public/audio/24g.mp3 differ diff --git a/resources/public/audio/24h.mp3 b/resources/public/audio/24h.mp3 new file mode 100644 index 0000000..5219b63 Binary files /dev/null and b/resources/public/audio/24h.mp3 differ diff --git a/resources/public/audio/24i.mp3 b/resources/public/audio/24i.mp3 new file mode 100644 index 0000000..a33c931 Binary files /dev/null and b/resources/public/audio/24i.mp3 differ diff --git a/resources/public/audio/24j.mp3 b/resources/public/audio/24j.mp3 new file mode 100644 index 0000000..2c04fd8 Binary files /dev/null and b/resources/public/audio/24j.mp3 differ diff --git a/resources/public/audio/24k.mp3 b/resources/public/audio/24k.mp3 new file mode 100644 index 0000000..9d555b2 Binary files /dev/null and b/resources/public/audio/24k.mp3 differ diff --git a/resources/public/audio/24l.mp3 b/resources/public/audio/24l.mp3 new file mode 100644 index 0000000..e79024a Binary files /dev/null and b/resources/public/audio/24l.mp3 differ diff --git a/resources/public/audio/24m.mp3 b/resources/public/audio/24m.mp3 new file mode 100644 index 0000000..fa544f0 Binary files /dev/null and b/resources/public/audio/24m.mp3 differ diff --git a/resources/public/audio/25B.mp3 b/resources/public/audio/25B.mp3 new file mode 100644 index 0000000..ee72dde Binary files /dev/null and b/resources/public/audio/25B.mp3 differ diff --git a/resources/public/audio/25C.mp3 b/resources/public/audio/25C.mp3 new file mode 100644 index 0000000..20bb560 Binary files /dev/null and b/resources/public/audio/25C.mp3 differ diff --git a/resources/public/audio/25D.mp3 b/resources/public/audio/25D.mp3 new file mode 100644 index 0000000..af7bcf7 Binary files /dev/null and b/resources/public/audio/25D.mp3 differ diff --git a/resources/public/audio/25E.mp3 b/resources/public/audio/25E.mp3 new file mode 100644 index 0000000..e2273fb Binary files /dev/null and b/resources/public/audio/25E.mp3 differ diff --git a/resources/public/audio/25F.mp3 b/resources/public/audio/25F.mp3 new file mode 100644 index 0000000..6921146 Binary files /dev/null and b/resources/public/audio/25F.mp3 differ diff --git a/resources/public/audio/25G.mp3 b/resources/public/audio/25G.mp3 new file mode 100644 index 0000000..6361418 Binary files /dev/null and b/resources/public/audio/25G.mp3 differ diff --git a/resources/public/audio/25H.mp3 b/resources/public/audio/25H.mp3 new file mode 100644 index 0000000..c244bdc Binary files /dev/null and b/resources/public/audio/25H.mp3 differ diff --git a/resources/public/audio/25I.mp3 b/resources/public/audio/25I.mp3 new file mode 100644 index 0000000..db51ef3 Binary files /dev/null and b/resources/public/audio/25I.mp3 differ diff --git a/resources/public/audio/25J.mp3 b/resources/public/audio/25J.mp3 new file mode 100644 index 0000000..175abb8 Binary files /dev/null and b/resources/public/audio/25J.mp3 differ diff --git a/resources/public/audio/25K.mp3 b/resources/public/audio/25K.mp3 new file mode 100644 index 0000000..a904f5a Binary files /dev/null and b/resources/public/audio/25K.mp3 differ diff --git a/resources/public/audio/25L.mp3 b/resources/public/audio/25L.mp3 new file mode 100644 index 0000000..e496451 Binary files /dev/null and b/resources/public/audio/25L.mp3 differ diff --git a/resources/public/audio/25M.mp3 b/resources/public/audio/25M.mp3 new file mode 100644 index 0000000..0728055 Binary files /dev/null and b/resources/public/audio/25M.mp3 differ diff --git a/resources/public/audio/25b.mp3 b/resources/public/audio/25b.mp3 new file mode 100644 index 0000000..d3b0f0d Binary files /dev/null and b/resources/public/audio/25b.mp3 differ diff --git a/resources/public/audio/25c.mp3 b/resources/public/audio/25c.mp3 new file mode 100644 index 0000000..20a108c Binary files /dev/null and b/resources/public/audio/25c.mp3 differ diff --git a/resources/public/audio/25d.mp3 b/resources/public/audio/25d.mp3 new file mode 100644 index 0000000..c7b6c99 Binary files /dev/null and b/resources/public/audio/25d.mp3 differ diff --git a/resources/public/audio/25e.mp3 b/resources/public/audio/25e.mp3 new file mode 100644 index 0000000..e25d88e Binary files /dev/null and b/resources/public/audio/25e.mp3 differ diff --git a/resources/public/audio/25f.mp3 b/resources/public/audio/25f.mp3 new file mode 100644 index 0000000..5a5eca5 Binary files /dev/null and b/resources/public/audio/25f.mp3 differ diff --git a/resources/public/audio/25g.mp3 b/resources/public/audio/25g.mp3 new file mode 100644 index 0000000..5640483 Binary files /dev/null and b/resources/public/audio/25g.mp3 differ diff --git a/resources/public/audio/25h.mp3 b/resources/public/audio/25h.mp3 new file mode 100644 index 0000000..88a3a04 Binary files /dev/null and b/resources/public/audio/25h.mp3 differ diff --git a/resources/public/audio/25i.mp3 b/resources/public/audio/25i.mp3 new file mode 100644 index 0000000..7aa9b55 Binary files /dev/null and b/resources/public/audio/25i.mp3 differ diff --git a/resources/public/audio/25j.mp3 b/resources/public/audio/25j.mp3 new file mode 100644 index 0000000..c56203c Binary files /dev/null and b/resources/public/audio/25j.mp3 differ diff --git a/resources/public/audio/25k.mp3 b/resources/public/audio/25k.mp3 new file mode 100644 index 0000000..968911a Binary files /dev/null and b/resources/public/audio/25k.mp3 differ diff --git a/resources/public/audio/25l.mp3 b/resources/public/audio/25l.mp3 new file mode 100644 index 0000000..67433a5 Binary files /dev/null and b/resources/public/audio/25l.mp3 differ diff --git a/resources/public/audio/25m.mp3 b/resources/public/audio/25m.mp3 new file mode 100644 index 0000000..4cf7434 Binary files /dev/null and b/resources/public/audio/25m.mp3 differ diff --git a/resources/public/audio/26B.mp3 b/resources/public/audio/26B.mp3 new file mode 100644 index 0000000..4c4c22a Binary files /dev/null and b/resources/public/audio/26B.mp3 differ diff --git a/resources/public/audio/26C.mp3 b/resources/public/audio/26C.mp3 new file mode 100644 index 0000000..2ce057d Binary files /dev/null and b/resources/public/audio/26C.mp3 differ diff --git a/resources/public/audio/26D.mp3 b/resources/public/audio/26D.mp3 new file mode 100644 index 0000000..70e53a8 Binary files /dev/null and b/resources/public/audio/26D.mp3 differ diff --git a/resources/public/audio/26E.mp3 b/resources/public/audio/26E.mp3 new file mode 100644 index 0000000..3ef94ba Binary files /dev/null and b/resources/public/audio/26E.mp3 differ diff --git a/resources/public/audio/26F.mp3 b/resources/public/audio/26F.mp3 new file mode 100644 index 0000000..b3ce022 Binary files /dev/null and b/resources/public/audio/26F.mp3 differ diff --git a/resources/public/audio/26G.mp3 b/resources/public/audio/26G.mp3 new file mode 100644 index 0000000..f9c5832 Binary files /dev/null and b/resources/public/audio/26G.mp3 differ diff --git a/resources/public/audio/26H.mp3 b/resources/public/audio/26H.mp3 new file mode 100644 index 0000000..46895e8 Binary files /dev/null and b/resources/public/audio/26H.mp3 differ diff --git a/resources/public/audio/26I.mp3 b/resources/public/audio/26I.mp3 new file mode 100644 index 0000000..055cd6d Binary files /dev/null and b/resources/public/audio/26I.mp3 differ diff --git a/resources/public/audio/26J.mp3 b/resources/public/audio/26J.mp3 new file mode 100644 index 0000000..e168980 Binary files /dev/null and b/resources/public/audio/26J.mp3 differ diff --git a/resources/public/audio/26K.mp3 b/resources/public/audio/26K.mp3 new file mode 100644 index 0000000..5e2ab54 Binary files /dev/null and b/resources/public/audio/26K.mp3 differ diff --git a/resources/public/audio/26L.mp3 b/resources/public/audio/26L.mp3 new file mode 100644 index 0000000..79718e4 Binary files /dev/null and b/resources/public/audio/26L.mp3 differ diff --git a/resources/public/audio/26M.mp3 b/resources/public/audio/26M.mp3 new file mode 100644 index 0000000..0603b28 Binary files /dev/null and b/resources/public/audio/26M.mp3 differ diff --git a/resources/public/audio/26b.mp3 b/resources/public/audio/26b.mp3 new file mode 100644 index 0000000..520a401 Binary files /dev/null and b/resources/public/audio/26b.mp3 differ diff --git a/resources/public/audio/26c.mp3 b/resources/public/audio/26c.mp3 new file mode 100644 index 0000000..b0b7ba6 Binary files /dev/null and b/resources/public/audio/26c.mp3 differ diff --git a/resources/public/audio/26d.mp3 b/resources/public/audio/26d.mp3 new file mode 100644 index 0000000..1c27347 Binary files /dev/null and b/resources/public/audio/26d.mp3 differ diff --git a/resources/public/audio/26e.mp3 b/resources/public/audio/26e.mp3 new file mode 100644 index 0000000..6761ecb Binary files /dev/null and b/resources/public/audio/26e.mp3 differ diff --git a/resources/public/audio/26f.mp3 b/resources/public/audio/26f.mp3 new file mode 100644 index 0000000..a3ac369 Binary files /dev/null and b/resources/public/audio/26f.mp3 differ diff --git a/resources/public/audio/26g.mp3 b/resources/public/audio/26g.mp3 new file mode 100644 index 0000000..614fd71 Binary files /dev/null and b/resources/public/audio/26g.mp3 differ diff --git a/resources/public/audio/26h.mp3 b/resources/public/audio/26h.mp3 new file mode 100644 index 0000000..dd0f735 Binary files /dev/null and b/resources/public/audio/26h.mp3 differ diff --git a/resources/public/audio/26i.mp3 b/resources/public/audio/26i.mp3 new file mode 100644 index 0000000..173dc2b Binary files /dev/null and b/resources/public/audio/26i.mp3 differ diff --git a/resources/public/audio/26j.mp3 b/resources/public/audio/26j.mp3 new file mode 100644 index 0000000..246c6f9 Binary files /dev/null and b/resources/public/audio/26j.mp3 differ diff --git a/resources/public/audio/26k.mp3 b/resources/public/audio/26k.mp3 new file mode 100644 index 0000000..9abee23 Binary files /dev/null and b/resources/public/audio/26k.mp3 differ diff --git a/resources/public/audio/26l.mp3 b/resources/public/audio/26l.mp3 new file mode 100644 index 0000000..1bbdd87 Binary files /dev/null and b/resources/public/audio/26l.mp3 differ diff --git a/resources/public/audio/26m.mp3 b/resources/public/audio/26m.mp3 new file mode 100644 index 0000000..0b9677e Binary files /dev/null and b/resources/public/audio/26m.mp3 differ diff --git a/resources/public/audio/27B.mp3 b/resources/public/audio/27B.mp3 new file mode 100644 index 0000000..704d532 Binary files /dev/null and b/resources/public/audio/27B.mp3 differ diff --git a/resources/public/audio/27C.mp3 b/resources/public/audio/27C.mp3 new file mode 100644 index 0000000..a0993e5 Binary files /dev/null and b/resources/public/audio/27C.mp3 differ diff --git a/resources/public/audio/27D.mp3 b/resources/public/audio/27D.mp3 new file mode 100644 index 0000000..628c893 Binary files /dev/null and b/resources/public/audio/27D.mp3 differ diff --git a/resources/public/audio/27E.mp3 b/resources/public/audio/27E.mp3 new file mode 100644 index 0000000..06bb246 Binary files /dev/null and b/resources/public/audio/27E.mp3 differ diff --git a/resources/public/audio/27F.mp3 b/resources/public/audio/27F.mp3 new file mode 100644 index 0000000..2ac51b2 Binary files /dev/null and b/resources/public/audio/27F.mp3 differ diff --git a/resources/public/audio/27G.mp3 b/resources/public/audio/27G.mp3 new file mode 100644 index 0000000..185b303 Binary files /dev/null and b/resources/public/audio/27G.mp3 differ diff --git a/resources/public/audio/27H.mp3 b/resources/public/audio/27H.mp3 new file mode 100644 index 0000000..8c13edf Binary files /dev/null and b/resources/public/audio/27H.mp3 differ diff --git a/resources/public/audio/27I.mp3 b/resources/public/audio/27I.mp3 new file mode 100644 index 0000000..91a37c9 Binary files /dev/null and b/resources/public/audio/27I.mp3 differ diff --git a/resources/public/audio/27J.mp3 b/resources/public/audio/27J.mp3 new file mode 100644 index 0000000..7c686bc Binary files /dev/null and b/resources/public/audio/27J.mp3 differ diff --git a/resources/public/audio/27K.mp3 b/resources/public/audio/27K.mp3 new file mode 100644 index 0000000..e600833 Binary files /dev/null and b/resources/public/audio/27K.mp3 differ diff --git a/resources/public/audio/27L.mp3 b/resources/public/audio/27L.mp3 new file mode 100644 index 0000000..e09f62c Binary files /dev/null and b/resources/public/audio/27L.mp3 differ diff --git a/resources/public/audio/27M.mp3 b/resources/public/audio/27M.mp3 new file mode 100644 index 0000000..c040f5c Binary files /dev/null and b/resources/public/audio/27M.mp3 differ diff --git a/resources/public/audio/27b.mp3 b/resources/public/audio/27b.mp3 new file mode 100644 index 0000000..dcd1ef3 Binary files /dev/null and b/resources/public/audio/27b.mp3 differ diff --git a/resources/public/audio/27c.mp3 b/resources/public/audio/27c.mp3 new file mode 100644 index 0000000..9fe5593 Binary files /dev/null and b/resources/public/audio/27c.mp3 differ diff --git a/resources/public/audio/27d.mp3 b/resources/public/audio/27d.mp3 new file mode 100644 index 0000000..9f08ade Binary files /dev/null and b/resources/public/audio/27d.mp3 differ diff --git a/resources/public/audio/27e.mp3 b/resources/public/audio/27e.mp3 new file mode 100644 index 0000000..b2c4b49 Binary files /dev/null and b/resources/public/audio/27e.mp3 differ diff --git a/resources/public/audio/27f.mp3 b/resources/public/audio/27f.mp3 new file mode 100644 index 0000000..8a78b3e Binary files /dev/null and b/resources/public/audio/27f.mp3 differ diff --git a/resources/public/audio/27g.mp3 b/resources/public/audio/27g.mp3 new file mode 100644 index 0000000..370fde0 Binary files /dev/null and b/resources/public/audio/27g.mp3 differ diff --git a/resources/public/audio/27h.mp3 b/resources/public/audio/27h.mp3 new file mode 100644 index 0000000..d3f249c Binary files /dev/null and b/resources/public/audio/27h.mp3 differ diff --git a/resources/public/audio/27i.mp3 b/resources/public/audio/27i.mp3 new file mode 100644 index 0000000..83ec41c Binary files /dev/null and b/resources/public/audio/27i.mp3 differ diff --git a/resources/public/audio/27j.mp3 b/resources/public/audio/27j.mp3 new file mode 100644 index 0000000..ebf0b08 Binary files /dev/null and b/resources/public/audio/27j.mp3 differ diff --git a/resources/public/audio/27k.mp3 b/resources/public/audio/27k.mp3 new file mode 100644 index 0000000..cb24357 Binary files /dev/null and b/resources/public/audio/27k.mp3 differ diff --git a/resources/public/audio/27l.mp3 b/resources/public/audio/27l.mp3 new file mode 100644 index 0000000..e8b1382 Binary files /dev/null and b/resources/public/audio/27l.mp3 differ diff --git a/resources/public/audio/27m.mp3 b/resources/public/audio/27m.mp3 new file mode 100644 index 0000000..3ac3642 Binary files /dev/null and b/resources/public/audio/27m.mp3 differ diff --git a/resources/public/audio/28B.mp3 b/resources/public/audio/28B.mp3 new file mode 100644 index 0000000..7376396 Binary files /dev/null and b/resources/public/audio/28B.mp3 differ diff --git a/resources/public/audio/28C.mp3 b/resources/public/audio/28C.mp3 new file mode 100644 index 0000000..6a1f3b9 Binary files /dev/null and b/resources/public/audio/28C.mp3 differ diff --git a/resources/public/audio/28D.mp3 b/resources/public/audio/28D.mp3 new file mode 100644 index 0000000..c0fe74a Binary files /dev/null and b/resources/public/audio/28D.mp3 differ diff --git a/resources/public/audio/28E.mp3 b/resources/public/audio/28E.mp3 new file mode 100644 index 0000000..cc4df1f Binary files /dev/null and b/resources/public/audio/28E.mp3 differ diff --git a/resources/public/audio/28F.mp3 b/resources/public/audio/28F.mp3 new file mode 100644 index 0000000..f3f7fde Binary files /dev/null and b/resources/public/audio/28F.mp3 differ diff --git a/resources/public/audio/28G.mp3 b/resources/public/audio/28G.mp3 new file mode 100644 index 0000000..da9f6af Binary files /dev/null and b/resources/public/audio/28G.mp3 differ diff --git a/resources/public/audio/28H.mp3 b/resources/public/audio/28H.mp3 new file mode 100644 index 0000000..1969507 Binary files /dev/null and b/resources/public/audio/28H.mp3 differ diff --git a/resources/public/audio/28I.mp3 b/resources/public/audio/28I.mp3 new file mode 100644 index 0000000..7cc63d2 Binary files /dev/null and b/resources/public/audio/28I.mp3 differ diff --git a/resources/public/audio/28J.mp3 b/resources/public/audio/28J.mp3 new file mode 100644 index 0000000..fe40c8e Binary files /dev/null and b/resources/public/audio/28J.mp3 differ diff --git a/resources/public/audio/28K.mp3 b/resources/public/audio/28K.mp3 new file mode 100644 index 0000000..26394fe Binary files /dev/null and b/resources/public/audio/28K.mp3 differ diff --git a/resources/public/audio/28L.mp3 b/resources/public/audio/28L.mp3 new file mode 100644 index 0000000..f14b0ec Binary files /dev/null and b/resources/public/audio/28L.mp3 differ diff --git a/resources/public/audio/28M.mp3 b/resources/public/audio/28M.mp3 new file mode 100644 index 0000000..a695242 Binary files /dev/null and b/resources/public/audio/28M.mp3 differ diff --git a/resources/public/audio/28b.mp3 b/resources/public/audio/28b.mp3 new file mode 100644 index 0000000..b6049d2 Binary files /dev/null and b/resources/public/audio/28b.mp3 differ diff --git a/resources/public/audio/28c.mp3 b/resources/public/audio/28c.mp3 new file mode 100644 index 0000000..79ad209 Binary files /dev/null and b/resources/public/audio/28c.mp3 differ diff --git a/resources/public/audio/28d.mp3 b/resources/public/audio/28d.mp3 new file mode 100644 index 0000000..c39806d Binary files /dev/null and b/resources/public/audio/28d.mp3 differ diff --git a/resources/public/audio/28e.mp3 b/resources/public/audio/28e.mp3 new file mode 100644 index 0000000..437903b Binary files /dev/null and b/resources/public/audio/28e.mp3 differ diff --git a/resources/public/audio/28f.mp3 b/resources/public/audio/28f.mp3 new file mode 100644 index 0000000..57dc653 Binary files /dev/null and b/resources/public/audio/28f.mp3 differ diff --git a/resources/public/audio/28g.mp3 b/resources/public/audio/28g.mp3 new file mode 100644 index 0000000..b090257 Binary files /dev/null and b/resources/public/audio/28g.mp3 differ diff --git a/resources/public/audio/28h.mp3 b/resources/public/audio/28h.mp3 new file mode 100644 index 0000000..4798bea Binary files /dev/null and b/resources/public/audio/28h.mp3 differ diff --git a/resources/public/audio/28i.mp3 b/resources/public/audio/28i.mp3 new file mode 100644 index 0000000..585895e Binary files /dev/null and b/resources/public/audio/28i.mp3 differ diff --git a/resources/public/audio/28j.mp3 b/resources/public/audio/28j.mp3 new file mode 100644 index 0000000..d375ea5 Binary files /dev/null and b/resources/public/audio/28j.mp3 differ diff --git a/resources/public/audio/28k.mp3 b/resources/public/audio/28k.mp3 new file mode 100644 index 0000000..64c4da5 Binary files /dev/null and b/resources/public/audio/28k.mp3 differ diff --git a/resources/public/audio/28l.mp3 b/resources/public/audio/28l.mp3 new file mode 100644 index 0000000..3b8abae Binary files /dev/null and b/resources/public/audio/28l.mp3 differ diff --git a/resources/public/audio/28m.mp3 b/resources/public/audio/28m.mp3 new file mode 100644 index 0000000..1e4ead7 Binary files /dev/null and b/resources/public/audio/28m.mp3 differ diff --git a/resources/public/audio/29B.mp3 b/resources/public/audio/29B.mp3 new file mode 100644 index 0000000..cf4c6f6 Binary files /dev/null and b/resources/public/audio/29B.mp3 differ diff --git a/resources/public/audio/29C.mp3 b/resources/public/audio/29C.mp3 new file mode 100644 index 0000000..79290fc Binary files /dev/null and b/resources/public/audio/29C.mp3 differ diff --git a/resources/public/audio/29D.mp3 b/resources/public/audio/29D.mp3 new file mode 100644 index 0000000..e67babb Binary files /dev/null and b/resources/public/audio/29D.mp3 differ diff --git a/resources/public/audio/29E.mp3 b/resources/public/audio/29E.mp3 new file mode 100644 index 0000000..3eaf145 Binary files /dev/null and b/resources/public/audio/29E.mp3 differ diff --git a/resources/public/audio/29F.mp3 b/resources/public/audio/29F.mp3 new file mode 100644 index 0000000..03efdce Binary files /dev/null and b/resources/public/audio/29F.mp3 differ diff --git a/resources/public/audio/29G.mp3 b/resources/public/audio/29G.mp3 new file mode 100644 index 0000000..ca78eae Binary files /dev/null and b/resources/public/audio/29G.mp3 differ diff --git a/resources/public/audio/29H.mp3 b/resources/public/audio/29H.mp3 new file mode 100644 index 0000000..38104e8 Binary files /dev/null and b/resources/public/audio/29H.mp3 differ diff --git a/resources/public/audio/29I.mp3 b/resources/public/audio/29I.mp3 new file mode 100644 index 0000000..3e4a1ad Binary files /dev/null and b/resources/public/audio/29I.mp3 differ diff --git a/resources/public/audio/29J.mp3 b/resources/public/audio/29J.mp3 new file mode 100644 index 0000000..79fd057 Binary files /dev/null and b/resources/public/audio/29J.mp3 differ diff --git a/resources/public/audio/29K.mp3 b/resources/public/audio/29K.mp3 new file mode 100644 index 0000000..6348317 Binary files /dev/null and b/resources/public/audio/29K.mp3 differ diff --git a/resources/public/audio/29L.mp3 b/resources/public/audio/29L.mp3 new file mode 100644 index 0000000..f7b593c Binary files /dev/null and b/resources/public/audio/29L.mp3 differ diff --git a/resources/public/audio/29M.mp3 b/resources/public/audio/29M.mp3 new file mode 100644 index 0000000..78aeed0 Binary files /dev/null and b/resources/public/audio/29M.mp3 differ diff --git a/resources/public/audio/29b.mp3 b/resources/public/audio/29b.mp3 new file mode 100644 index 0000000..067536c Binary files /dev/null and b/resources/public/audio/29b.mp3 differ diff --git a/resources/public/audio/29c.mp3 b/resources/public/audio/29c.mp3 new file mode 100644 index 0000000..7ffbb16 Binary files /dev/null and b/resources/public/audio/29c.mp3 differ diff --git a/resources/public/audio/29d.mp3 b/resources/public/audio/29d.mp3 new file mode 100644 index 0000000..44052c1 Binary files /dev/null and b/resources/public/audio/29d.mp3 differ diff --git a/resources/public/audio/29e.mp3 b/resources/public/audio/29e.mp3 new file mode 100644 index 0000000..0675154 Binary files /dev/null and b/resources/public/audio/29e.mp3 differ diff --git a/resources/public/audio/29f.mp3 b/resources/public/audio/29f.mp3 new file mode 100644 index 0000000..4b271c2 Binary files /dev/null and b/resources/public/audio/29f.mp3 differ diff --git a/resources/public/audio/29g.mp3 b/resources/public/audio/29g.mp3 new file mode 100644 index 0000000..a9d0c95 Binary files /dev/null and b/resources/public/audio/29g.mp3 differ diff --git a/resources/public/audio/29h.mp3 b/resources/public/audio/29h.mp3 new file mode 100644 index 0000000..8d10145 Binary files /dev/null and b/resources/public/audio/29h.mp3 differ diff --git a/resources/public/audio/29i.mp3 b/resources/public/audio/29i.mp3 new file mode 100644 index 0000000..f587ea9 Binary files /dev/null and b/resources/public/audio/29i.mp3 differ diff --git a/resources/public/audio/29j.mp3 b/resources/public/audio/29j.mp3 new file mode 100644 index 0000000..c1b5f1d Binary files /dev/null and b/resources/public/audio/29j.mp3 differ diff --git a/resources/public/audio/29k.mp3 b/resources/public/audio/29k.mp3 new file mode 100644 index 0000000..8042a65 Binary files /dev/null and b/resources/public/audio/29k.mp3 differ diff --git a/resources/public/audio/29l.mp3 b/resources/public/audio/29l.mp3 new file mode 100644 index 0000000..5ba4118 Binary files /dev/null and b/resources/public/audio/29l.mp3 differ diff --git a/resources/public/audio/29m.mp3 b/resources/public/audio/29m.mp3 new file mode 100644 index 0000000..174083a Binary files /dev/null and b/resources/public/audio/29m.mp3 differ diff --git a/resources/public/audio/30B.mp3 b/resources/public/audio/30B.mp3 new file mode 100644 index 0000000..7f81baa Binary files /dev/null and b/resources/public/audio/30B.mp3 differ diff --git a/resources/public/audio/30C.mp3 b/resources/public/audio/30C.mp3 new file mode 100644 index 0000000..a3a034e Binary files /dev/null and b/resources/public/audio/30C.mp3 differ diff --git a/resources/public/audio/30D.mp3 b/resources/public/audio/30D.mp3 new file mode 100644 index 0000000..4b1007d Binary files /dev/null and b/resources/public/audio/30D.mp3 differ diff --git a/resources/public/audio/30E.mp3 b/resources/public/audio/30E.mp3 new file mode 100644 index 0000000..6fe815f Binary files /dev/null and b/resources/public/audio/30E.mp3 differ diff --git a/resources/public/audio/30F.mp3 b/resources/public/audio/30F.mp3 new file mode 100644 index 0000000..b451833 Binary files /dev/null and b/resources/public/audio/30F.mp3 differ diff --git a/resources/public/audio/30G.mp3 b/resources/public/audio/30G.mp3 new file mode 100644 index 0000000..6147224 Binary files /dev/null and b/resources/public/audio/30G.mp3 differ diff --git a/resources/public/audio/30H.mp3 b/resources/public/audio/30H.mp3 new file mode 100644 index 0000000..f584a46 Binary files /dev/null and b/resources/public/audio/30H.mp3 differ diff --git a/resources/public/audio/30I.mp3 b/resources/public/audio/30I.mp3 new file mode 100644 index 0000000..ad7dadc Binary files /dev/null and b/resources/public/audio/30I.mp3 differ diff --git a/resources/public/audio/30J.mp3 b/resources/public/audio/30J.mp3 new file mode 100644 index 0000000..75f0b3e Binary files /dev/null and b/resources/public/audio/30J.mp3 differ diff --git a/resources/public/audio/30K.mp3 b/resources/public/audio/30K.mp3 new file mode 100644 index 0000000..602adf6 Binary files /dev/null and b/resources/public/audio/30K.mp3 differ diff --git a/resources/public/audio/30L.mp3 b/resources/public/audio/30L.mp3 new file mode 100644 index 0000000..37a6234 Binary files /dev/null and b/resources/public/audio/30L.mp3 differ diff --git a/resources/public/audio/30M.mp3 b/resources/public/audio/30M.mp3 new file mode 100644 index 0000000..e985e2a Binary files /dev/null and b/resources/public/audio/30M.mp3 differ diff --git a/resources/public/audio/30b.mp3 b/resources/public/audio/30b.mp3 new file mode 100644 index 0000000..845d949 Binary files /dev/null and b/resources/public/audio/30b.mp3 differ diff --git a/resources/public/audio/30c.mp3 b/resources/public/audio/30c.mp3 new file mode 100644 index 0000000..04fa6fc Binary files /dev/null and b/resources/public/audio/30c.mp3 differ diff --git a/resources/public/audio/30d.mp3 b/resources/public/audio/30d.mp3 new file mode 100644 index 0000000..4f74d15 Binary files /dev/null and b/resources/public/audio/30d.mp3 differ diff --git a/resources/public/audio/30e.mp3 b/resources/public/audio/30e.mp3 new file mode 100644 index 0000000..3b2b136 Binary files /dev/null and b/resources/public/audio/30e.mp3 differ diff --git a/resources/public/audio/30f.mp3 b/resources/public/audio/30f.mp3 new file mode 100644 index 0000000..59201b6 Binary files /dev/null and b/resources/public/audio/30f.mp3 differ diff --git a/resources/public/audio/30g.mp3 b/resources/public/audio/30g.mp3 new file mode 100644 index 0000000..48d54ef Binary files /dev/null and b/resources/public/audio/30g.mp3 differ diff --git a/resources/public/audio/30h.mp3 b/resources/public/audio/30h.mp3 new file mode 100644 index 0000000..c9c8921 Binary files /dev/null and b/resources/public/audio/30h.mp3 differ diff --git a/resources/public/audio/30i.mp3 b/resources/public/audio/30i.mp3 new file mode 100644 index 0000000..e8ac6c2 Binary files /dev/null and b/resources/public/audio/30i.mp3 differ diff --git a/resources/public/audio/30j.mp3 b/resources/public/audio/30j.mp3 new file mode 100644 index 0000000..8403e91 Binary files /dev/null and b/resources/public/audio/30j.mp3 differ diff --git a/resources/public/audio/30k.mp3 b/resources/public/audio/30k.mp3 new file mode 100644 index 0000000..f87d35d Binary files /dev/null and b/resources/public/audio/30k.mp3 differ diff --git a/resources/public/audio/30l.mp3 b/resources/public/audio/30l.mp3 new file mode 100644 index 0000000..4d232a8 Binary files /dev/null and b/resources/public/audio/30l.mp3 differ diff --git a/resources/public/audio/30m.mp3 b/resources/public/audio/30m.mp3 new file mode 100644 index 0000000..6b83857 Binary files /dev/null and b/resources/public/audio/30m.mp3 differ diff --git a/resources/public/audio/31B.mp3 b/resources/public/audio/31B.mp3 new file mode 100644 index 0000000..8ece999 Binary files /dev/null and b/resources/public/audio/31B.mp3 differ diff --git a/resources/public/audio/31C.mp3 b/resources/public/audio/31C.mp3 new file mode 100644 index 0000000..20c2ac6 Binary files /dev/null and b/resources/public/audio/31C.mp3 differ diff --git a/resources/public/audio/31D.mp3 b/resources/public/audio/31D.mp3 new file mode 100644 index 0000000..d7312b5 Binary files /dev/null and b/resources/public/audio/31D.mp3 differ diff --git a/resources/public/audio/31E.mp3 b/resources/public/audio/31E.mp3 new file mode 100644 index 0000000..8f6b830 Binary files /dev/null and b/resources/public/audio/31E.mp3 differ diff --git a/resources/public/audio/31F.mp3 b/resources/public/audio/31F.mp3 new file mode 100644 index 0000000..2a45a67 Binary files /dev/null and b/resources/public/audio/31F.mp3 differ diff --git a/resources/public/audio/31G.mp3 b/resources/public/audio/31G.mp3 new file mode 100644 index 0000000..1f637ac Binary files /dev/null and b/resources/public/audio/31G.mp3 differ diff --git a/resources/public/audio/31H.mp3 b/resources/public/audio/31H.mp3 new file mode 100644 index 0000000..554499e Binary files /dev/null and b/resources/public/audio/31H.mp3 differ diff --git a/resources/public/audio/31I.mp3 b/resources/public/audio/31I.mp3 new file mode 100644 index 0000000..4193785 Binary files /dev/null and b/resources/public/audio/31I.mp3 differ diff --git a/resources/public/audio/31J.mp3 b/resources/public/audio/31J.mp3 new file mode 100644 index 0000000..4c2b934 Binary files /dev/null and b/resources/public/audio/31J.mp3 differ diff --git a/resources/public/audio/31K.mp3 b/resources/public/audio/31K.mp3 new file mode 100644 index 0000000..8fdc85f Binary files /dev/null and b/resources/public/audio/31K.mp3 differ diff --git a/resources/public/audio/31L.mp3 b/resources/public/audio/31L.mp3 new file mode 100644 index 0000000..4ddb19f Binary files /dev/null and b/resources/public/audio/31L.mp3 differ diff --git a/resources/public/audio/31M.mp3 b/resources/public/audio/31M.mp3 new file mode 100644 index 0000000..556f367 Binary files /dev/null and b/resources/public/audio/31M.mp3 differ diff --git a/resources/public/audio/31b.mp3 b/resources/public/audio/31b.mp3 new file mode 100644 index 0000000..ccccbea Binary files /dev/null and b/resources/public/audio/31b.mp3 differ diff --git a/resources/public/audio/31c.mp3 b/resources/public/audio/31c.mp3 new file mode 100644 index 0000000..e1aa17a Binary files /dev/null and b/resources/public/audio/31c.mp3 differ diff --git a/resources/public/audio/31d.mp3 b/resources/public/audio/31d.mp3 new file mode 100644 index 0000000..aea1e63 Binary files /dev/null and b/resources/public/audio/31d.mp3 differ diff --git a/resources/public/audio/31e.mp3 b/resources/public/audio/31e.mp3 new file mode 100644 index 0000000..ae44a9f Binary files /dev/null and b/resources/public/audio/31e.mp3 differ diff --git a/resources/public/audio/31f.mp3 b/resources/public/audio/31f.mp3 new file mode 100644 index 0000000..2b57130 Binary files /dev/null and b/resources/public/audio/31f.mp3 differ diff --git a/resources/public/audio/31g.mp3 b/resources/public/audio/31g.mp3 new file mode 100644 index 0000000..38ea618 Binary files /dev/null and b/resources/public/audio/31g.mp3 differ diff --git a/resources/public/audio/31h.mp3 b/resources/public/audio/31h.mp3 new file mode 100644 index 0000000..6aeace6 Binary files /dev/null and b/resources/public/audio/31h.mp3 differ diff --git a/resources/public/audio/31i.mp3 b/resources/public/audio/31i.mp3 new file mode 100644 index 0000000..9646c9e Binary files /dev/null and b/resources/public/audio/31i.mp3 differ diff --git a/resources/public/audio/31j.mp3 b/resources/public/audio/31j.mp3 new file mode 100644 index 0000000..913476e Binary files /dev/null and b/resources/public/audio/31j.mp3 differ diff --git a/resources/public/audio/31k.mp3 b/resources/public/audio/31k.mp3 new file mode 100644 index 0000000..d5250f7 Binary files /dev/null and b/resources/public/audio/31k.mp3 differ diff --git a/resources/public/audio/31l.mp3 b/resources/public/audio/31l.mp3 new file mode 100644 index 0000000..500dbbe Binary files /dev/null and b/resources/public/audio/31l.mp3 differ diff --git a/resources/public/audio/31m.mp3 b/resources/public/audio/31m.mp3 new file mode 100644 index 0000000..69cecb5 Binary files /dev/null and b/resources/public/audio/31m.mp3 differ diff --git a/resources/public/audio/32B.mp3 b/resources/public/audio/32B.mp3 new file mode 100644 index 0000000..696c5ac Binary files /dev/null and b/resources/public/audio/32B.mp3 differ diff --git a/resources/public/audio/32C.mp3 b/resources/public/audio/32C.mp3 new file mode 100644 index 0000000..5f2f35e Binary files /dev/null and b/resources/public/audio/32C.mp3 differ diff --git a/resources/public/audio/32D.mp3 b/resources/public/audio/32D.mp3 new file mode 100644 index 0000000..7502d97 Binary files /dev/null and b/resources/public/audio/32D.mp3 differ diff --git a/resources/public/audio/32E.mp3 b/resources/public/audio/32E.mp3 new file mode 100644 index 0000000..b5081f1 Binary files /dev/null and b/resources/public/audio/32E.mp3 differ diff --git a/resources/public/audio/32F.mp3 b/resources/public/audio/32F.mp3 new file mode 100644 index 0000000..62bd99a Binary files /dev/null and b/resources/public/audio/32F.mp3 differ diff --git a/resources/public/audio/32G.mp3 b/resources/public/audio/32G.mp3 new file mode 100644 index 0000000..9a6aaf4 Binary files /dev/null and b/resources/public/audio/32G.mp3 differ diff --git a/resources/public/audio/32H.mp3 b/resources/public/audio/32H.mp3 new file mode 100644 index 0000000..d464598 Binary files /dev/null and b/resources/public/audio/32H.mp3 differ diff --git a/resources/public/audio/32I.mp3 b/resources/public/audio/32I.mp3 new file mode 100644 index 0000000..e3ade23 Binary files /dev/null and b/resources/public/audio/32I.mp3 differ diff --git a/resources/public/audio/32J.mp3 b/resources/public/audio/32J.mp3 new file mode 100644 index 0000000..a36168e Binary files /dev/null and b/resources/public/audio/32J.mp3 differ diff --git a/resources/public/audio/32K.mp3 b/resources/public/audio/32K.mp3 new file mode 100644 index 0000000..21b26dc Binary files /dev/null and b/resources/public/audio/32K.mp3 differ diff --git a/resources/public/audio/32L.mp3 b/resources/public/audio/32L.mp3 new file mode 100644 index 0000000..d042270 Binary files /dev/null and b/resources/public/audio/32L.mp3 differ diff --git a/resources/public/audio/32M.mp3 b/resources/public/audio/32M.mp3 new file mode 100644 index 0000000..45bcac4 Binary files /dev/null and b/resources/public/audio/32M.mp3 differ diff --git a/resources/public/audio/32b.mp3 b/resources/public/audio/32b.mp3 new file mode 100644 index 0000000..6539ad7 Binary files /dev/null and b/resources/public/audio/32b.mp3 differ diff --git a/resources/public/audio/32c.mp3 b/resources/public/audio/32c.mp3 new file mode 100644 index 0000000..b18cd0a Binary files /dev/null and b/resources/public/audio/32c.mp3 differ diff --git a/resources/public/audio/32d.mp3 b/resources/public/audio/32d.mp3 new file mode 100644 index 0000000..2afb0f6 Binary files /dev/null and b/resources/public/audio/32d.mp3 differ diff --git a/resources/public/audio/32e.mp3 b/resources/public/audio/32e.mp3 new file mode 100644 index 0000000..43f746a Binary files /dev/null and b/resources/public/audio/32e.mp3 differ diff --git a/resources/public/audio/32f.mp3 b/resources/public/audio/32f.mp3 new file mode 100644 index 0000000..6c62f45 Binary files /dev/null and b/resources/public/audio/32f.mp3 differ diff --git a/resources/public/audio/32g.mp3 b/resources/public/audio/32g.mp3 new file mode 100644 index 0000000..6d177ef Binary files /dev/null and b/resources/public/audio/32g.mp3 differ diff --git a/resources/public/audio/32h.mp3 b/resources/public/audio/32h.mp3 new file mode 100644 index 0000000..e050c31 Binary files /dev/null and b/resources/public/audio/32h.mp3 differ diff --git a/resources/public/audio/32i.mp3 b/resources/public/audio/32i.mp3 new file mode 100644 index 0000000..2cd7e1f Binary files /dev/null and b/resources/public/audio/32i.mp3 differ diff --git a/resources/public/audio/32j.mp3 b/resources/public/audio/32j.mp3 new file mode 100644 index 0000000..2ebf986 Binary files /dev/null and b/resources/public/audio/32j.mp3 differ diff --git a/resources/public/audio/32k.mp3 b/resources/public/audio/32k.mp3 new file mode 100644 index 0000000..380d5cc Binary files /dev/null and b/resources/public/audio/32k.mp3 differ diff --git a/resources/public/audio/32l.mp3 b/resources/public/audio/32l.mp3 new file mode 100644 index 0000000..f4f00f1 Binary files /dev/null and b/resources/public/audio/32l.mp3 differ diff --git a/resources/public/audio/32m.mp3 b/resources/public/audio/32m.mp3 new file mode 100644 index 0000000..571f573 Binary files /dev/null and b/resources/public/audio/32m.mp3 differ diff --git a/resources/public/audio/33B.mp3 b/resources/public/audio/33B.mp3 new file mode 100644 index 0000000..7470512 Binary files /dev/null and b/resources/public/audio/33B.mp3 differ diff --git a/resources/public/audio/33C.mp3 b/resources/public/audio/33C.mp3 new file mode 100644 index 0000000..6f4c63b Binary files /dev/null and b/resources/public/audio/33C.mp3 differ diff --git a/resources/public/audio/33D.mp3 b/resources/public/audio/33D.mp3 new file mode 100644 index 0000000..328cdd5 Binary files /dev/null and b/resources/public/audio/33D.mp3 differ diff --git a/resources/public/audio/33E.mp3 b/resources/public/audio/33E.mp3 new file mode 100644 index 0000000..f7a4a97 Binary files /dev/null and b/resources/public/audio/33E.mp3 differ diff --git a/resources/public/audio/33F.mp3 b/resources/public/audio/33F.mp3 new file mode 100644 index 0000000..7f9e5b8 Binary files /dev/null and b/resources/public/audio/33F.mp3 differ diff --git a/resources/public/audio/33G.mp3 b/resources/public/audio/33G.mp3 new file mode 100644 index 0000000..984a211 Binary files /dev/null and b/resources/public/audio/33G.mp3 differ diff --git a/resources/public/audio/33H.mp3 b/resources/public/audio/33H.mp3 new file mode 100644 index 0000000..e36cdd4 Binary files /dev/null and b/resources/public/audio/33H.mp3 differ diff --git a/resources/public/audio/33I.mp3 b/resources/public/audio/33I.mp3 new file mode 100644 index 0000000..76ab541 Binary files /dev/null and b/resources/public/audio/33I.mp3 differ diff --git a/resources/public/audio/33J.mp3 b/resources/public/audio/33J.mp3 new file mode 100644 index 0000000..8516fe6 Binary files /dev/null and b/resources/public/audio/33J.mp3 differ diff --git a/resources/public/audio/33K.mp3 b/resources/public/audio/33K.mp3 new file mode 100644 index 0000000..d9d848a Binary files /dev/null and b/resources/public/audio/33K.mp3 differ diff --git a/resources/public/audio/33L.mp3 b/resources/public/audio/33L.mp3 new file mode 100644 index 0000000..ab7ee91 Binary files /dev/null and b/resources/public/audio/33L.mp3 differ diff --git a/resources/public/audio/33M.mp3 b/resources/public/audio/33M.mp3 new file mode 100644 index 0000000..34f1027 Binary files /dev/null and b/resources/public/audio/33M.mp3 differ diff --git a/resources/public/audio/33b.mp3 b/resources/public/audio/33b.mp3 new file mode 100644 index 0000000..9035238 Binary files /dev/null and b/resources/public/audio/33b.mp3 differ diff --git a/resources/public/audio/33c.mp3 b/resources/public/audio/33c.mp3 new file mode 100644 index 0000000..c952a75 Binary files /dev/null and b/resources/public/audio/33c.mp3 differ diff --git a/resources/public/audio/33d.mp3 b/resources/public/audio/33d.mp3 new file mode 100644 index 0000000..60a0b16 Binary files /dev/null and b/resources/public/audio/33d.mp3 differ diff --git a/resources/public/audio/33e.mp3 b/resources/public/audio/33e.mp3 new file mode 100644 index 0000000..330aba9 Binary files /dev/null and b/resources/public/audio/33e.mp3 differ diff --git a/resources/public/audio/33f.mp3 b/resources/public/audio/33f.mp3 new file mode 100644 index 0000000..8f49c43 Binary files /dev/null and b/resources/public/audio/33f.mp3 differ diff --git a/resources/public/audio/33g.mp3 b/resources/public/audio/33g.mp3 new file mode 100644 index 0000000..b8c8ba2 Binary files /dev/null and b/resources/public/audio/33g.mp3 differ diff --git a/resources/public/audio/33h.mp3 b/resources/public/audio/33h.mp3 new file mode 100644 index 0000000..a547eba Binary files /dev/null and b/resources/public/audio/33h.mp3 differ diff --git a/resources/public/audio/33i.mp3 b/resources/public/audio/33i.mp3 new file mode 100644 index 0000000..ca52093 Binary files /dev/null and b/resources/public/audio/33i.mp3 differ diff --git a/resources/public/audio/33j.mp3 b/resources/public/audio/33j.mp3 new file mode 100644 index 0000000..e535996 Binary files /dev/null and b/resources/public/audio/33j.mp3 differ diff --git a/resources/public/audio/33k.mp3 b/resources/public/audio/33k.mp3 new file mode 100644 index 0000000..644fed1 Binary files /dev/null and b/resources/public/audio/33k.mp3 differ diff --git a/resources/public/audio/33l.mp3 b/resources/public/audio/33l.mp3 new file mode 100644 index 0000000..0191926 Binary files /dev/null and b/resources/public/audio/33l.mp3 differ diff --git a/resources/public/audio/33m.mp3 b/resources/public/audio/33m.mp3 new file mode 100644 index 0000000..d54d470 Binary files /dev/null and b/resources/public/audio/33m.mp3 differ diff --git a/resources/public/audio/34B.mp3 b/resources/public/audio/34B.mp3 new file mode 100644 index 0000000..87e4dcc Binary files /dev/null and b/resources/public/audio/34B.mp3 differ diff --git a/resources/public/audio/34C.mp3 b/resources/public/audio/34C.mp3 new file mode 100644 index 0000000..6060af2 Binary files /dev/null and b/resources/public/audio/34C.mp3 differ diff --git a/resources/public/audio/34D.mp3 b/resources/public/audio/34D.mp3 new file mode 100644 index 0000000..4bc39c5 Binary files /dev/null and b/resources/public/audio/34D.mp3 differ diff --git a/resources/public/audio/34E.mp3 b/resources/public/audio/34E.mp3 new file mode 100644 index 0000000..b55c836 Binary files /dev/null and b/resources/public/audio/34E.mp3 differ diff --git a/resources/public/audio/34F.mp3 b/resources/public/audio/34F.mp3 new file mode 100644 index 0000000..e19c4c6 Binary files /dev/null and b/resources/public/audio/34F.mp3 differ diff --git a/resources/public/audio/34G.mp3 b/resources/public/audio/34G.mp3 new file mode 100644 index 0000000..9ada2fb Binary files /dev/null and b/resources/public/audio/34G.mp3 differ diff --git a/resources/public/audio/34H.mp3 b/resources/public/audio/34H.mp3 new file mode 100644 index 0000000..5edf477 Binary files /dev/null and b/resources/public/audio/34H.mp3 differ diff --git a/resources/public/audio/34I.mp3 b/resources/public/audio/34I.mp3 new file mode 100644 index 0000000..6b503f0 Binary files /dev/null and b/resources/public/audio/34I.mp3 differ diff --git a/resources/public/audio/34J.mp3 b/resources/public/audio/34J.mp3 new file mode 100644 index 0000000..9529ae0 Binary files /dev/null and b/resources/public/audio/34J.mp3 differ diff --git a/resources/public/audio/34K.mp3 b/resources/public/audio/34K.mp3 new file mode 100644 index 0000000..055f4ad Binary files /dev/null and b/resources/public/audio/34K.mp3 differ diff --git a/resources/public/audio/34L.mp3 b/resources/public/audio/34L.mp3 new file mode 100644 index 0000000..1c1f47e Binary files /dev/null and b/resources/public/audio/34L.mp3 differ diff --git a/resources/public/audio/34M.mp3 b/resources/public/audio/34M.mp3 new file mode 100644 index 0000000..8d5fe1f Binary files /dev/null and b/resources/public/audio/34M.mp3 differ diff --git a/resources/public/audio/34b.mp3 b/resources/public/audio/34b.mp3 new file mode 100644 index 0000000..31ebeaf Binary files /dev/null and b/resources/public/audio/34b.mp3 differ diff --git a/resources/public/audio/34c.mp3 b/resources/public/audio/34c.mp3 new file mode 100644 index 0000000..1654dc9 Binary files /dev/null and b/resources/public/audio/34c.mp3 differ diff --git a/resources/public/audio/34d.mp3 b/resources/public/audio/34d.mp3 new file mode 100644 index 0000000..ef0807c Binary files /dev/null and b/resources/public/audio/34d.mp3 differ diff --git a/resources/public/audio/34e.mp3 b/resources/public/audio/34e.mp3 new file mode 100644 index 0000000..2aee9e1 Binary files /dev/null and b/resources/public/audio/34e.mp3 differ diff --git a/resources/public/audio/34f.mp3 b/resources/public/audio/34f.mp3 new file mode 100644 index 0000000..1a1dac8 Binary files /dev/null and b/resources/public/audio/34f.mp3 differ diff --git a/resources/public/audio/34g.mp3 b/resources/public/audio/34g.mp3 new file mode 100644 index 0000000..7361417 Binary files /dev/null and b/resources/public/audio/34g.mp3 differ diff --git a/resources/public/audio/34h.mp3 b/resources/public/audio/34h.mp3 new file mode 100644 index 0000000..362646b Binary files /dev/null and b/resources/public/audio/34h.mp3 differ diff --git a/resources/public/audio/34i.mp3 b/resources/public/audio/34i.mp3 new file mode 100644 index 0000000..3336e5f Binary files /dev/null and b/resources/public/audio/34i.mp3 differ diff --git a/resources/public/audio/34j.mp3 b/resources/public/audio/34j.mp3 new file mode 100644 index 0000000..5ac86c3 Binary files /dev/null and b/resources/public/audio/34j.mp3 differ diff --git a/resources/public/audio/34k.mp3 b/resources/public/audio/34k.mp3 new file mode 100644 index 0000000..deb8d40 Binary files /dev/null and b/resources/public/audio/34k.mp3 differ diff --git a/resources/public/audio/34l.mp3 b/resources/public/audio/34l.mp3 new file mode 100644 index 0000000..9507f6e Binary files /dev/null and b/resources/public/audio/34l.mp3 differ diff --git a/resources/public/audio/34m.mp3 b/resources/public/audio/34m.mp3 new file mode 100644 index 0000000..915143d Binary files /dev/null and b/resources/public/audio/34m.mp3 differ diff --git a/resources/public/audio/35B.mp3 b/resources/public/audio/35B.mp3 new file mode 100644 index 0000000..d1a42cb Binary files /dev/null and b/resources/public/audio/35B.mp3 differ diff --git a/resources/public/audio/35C.mp3 b/resources/public/audio/35C.mp3 new file mode 100644 index 0000000..86a4f22 Binary files /dev/null and b/resources/public/audio/35C.mp3 differ diff --git a/resources/public/audio/35D.mp3 b/resources/public/audio/35D.mp3 new file mode 100644 index 0000000..11c8348 Binary files /dev/null and b/resources/public/audio/35D.mp3 differ diff --git a/resources/public/audio/35E.mp3 b/resources/public/audio/35E.mp3 new file mode 100644 index 0000000..1a3dd60 Binary files /dev/null and b/resources/public/audio/35E.mp3 differ diff --git a/resources/public/audio/35F.mp3 b/resources/public/audio/35F.mp3 new file mode 100644 index 0000000..23f8883 Binary files /dev/null and b/resources/public/audio/35F.mp3 differ diff --git a/resources/public/audio/35G.mp3 b/resources/public/audio/35G.mp3 new file mode 100644 index 0000000..5b0e7c7 Binary files /dev/null and b/resources/public/audio/35G.mp3 differ diff --git a/resources/public/audio/35H.mp3 b/resources/public/audio/35H.mp3 new file mode 100644 index 0000000..f65d535 Binary files /dev/null and b/resources/public/audio/35H.mp3 differ diff --git a/resources/public/audio/35I.mp3 b/resources/public/audio/35I.mp3 new file mode 100644 index 0000000..36f82d7 Binary files /dev/null and b/resources/public/audio/35I.mp3 differ diff --git a/resources/public/audio/35J.mp3 b/resources/public/audio/35J.mp3 new file mode 100644 index 0000000..390e981 Binary files /dev/null and b/resources/public/audio/35J.mp3 differ diff --git a/resources/public/audio/35K.mp3 b/resources/public/audio/35K.mp3 new file mode 100644 index 0000000..30969ce Binary files /dev/null and b/resources/public/audio/35K.mp3 differ diff --git a/resources/public/audio/35L.mp3 b/resources/public/audio/35L.mp3 new file mode 100644 index 0000000..1b2de6b Binary files /dev/null and b/resources/public/audio/35L.mp3 differ diff --git a/resources/public/audio/35M.mp3 b/resources/public/audio/35M.mp3 new file mode 100644 index 0000000..494c77c Binary files /dev/null and b/resources/public/audio/35M.mp3 differ diff --git a/resources/public/audio/35b.mp3 b/resources/public/audio/35b.mp3 new file mode 100644 index 0000000..6365be6 Binary files /dev/null and b/resources/public/audio/35b.mp3 differ diff --git a/resources/public/audio/35c.mp3 b/resources/public/audio/35c.mp3 new file mode 100644 index 0000000..9963e22 Binary files /dev/null and b/resources/public/audio/35c.mp3 differ diff --git a/resources/public/audio/35d.mp3 b/resources/public/audio/35d.mp3 new file mode 100644 index 0000000..25d770a Binary files /dev/null and b/resources/public/audio/35d.mp3 differ diff --git a/resources/public/audio/35e.mp3 b/resources/public/audio/35e.mp3 new file mode 100644 index 0000000..746db91 Binary files /dev/null and b/resources/public/audio/35e.mp3 differ diff --git a/resources/public/audio/35f.mp3 b/resources/public/audio/35f.mp3 new file mode 100644 index 0000000..7893c6a Binary files /dev/null and b/resources/public/audio/35f.mp3 differ diff --git a/resources/public/audio/35g.mp3 b/resources/public/audio/35g.mp3 new file mode 100644 index 0000000..08e3da8 Binary files /dev/null and b/resources/public/audio/35g.mp3 differ diff --git a/resources/public/audio/35h.mp3 b/resources/public/audio/35h.mp3 new file mode 100644 index 0000000..3c06ce1 Binary files /dev/null and b/resources/public/audio/35h.mp3 differ diff --git a/resources/public/audio/35i.mp3 b/resources/public/audio/35i.mp3 new file mode 100644 index 0000000..5792a52 Binary files /dev/null and b/resources/public/audio/35i.mp3 differ diff --git a/resources/public/audio/35j.mp3 b/resources/public/audio/35j.mp3 new file mode 100644 index 0000000..0e90c1a Binary files /dev/null and b/resources/public/audio/35j.mp3 differ diff --git a/resources/public/audio/35k.mp3 b/resources/public/audio/35k.mp3 new file mode 100644 index 0000000..3a6292e Binary files /dev/null and b/resources/public/audio/35k.mp3 differ diff --git a/resources/public/audio/35l.mp3 b/resources/public/audio/35l.mp3 new file mode 100644 index 0000000..3945142 Binary files /dev/null and b/resources/public/audio/35l.mp3 differ diff --git a/resources/public/audio/35m.mp3 b/resources/public/audio/35m.mp3 new file mode 100644 index 0000000..3be0eb8 Binary files /dev/null and b/resources/public/audio/35m.mp3 differ diff --git a/resources/public/audio/36B.mp3 b/resources/public/audio/36B.mp3 new file mode 100644 index 0000000..0e238a3 Binary files /dev/null and b/resources/public/audio/36B.mp3 differ diff --git a/resources/public/audio/36C.mp3 b/resources/public/audio/36C.mp3 new file mode 100644 index 0000000..060b192 Binary files /dev/null and b/resources/public/audio/36C.mp3 differ diff --git a/resources/public/audio/36D.mp3 b/resources/public/audio/36D.mp3 new file mode 100644 index 0000000..aa2b3ae Binary files /dev/null and b/resources/public/audio/36D.mp3 differ diff --git a/resources/public/audio/36E.mp3 b/resources/public/audio/36E.mp3 new file mode 100644 index 0000000..bd53f4b Binary files /dev/null and b/resources/public/audio/36E.mp3 differ diff --git a/resources/public/audio/36F.mp3 b/resources/public/audio/36F.mp3 new file mode 100644 index 0000000..50b4dce Binary files /dev/null and b/resources/public/audio/36F.mp3 differ diff --git a/resources/public/audio/36G.mp3 b/resources/public/audio/36G.mp3 new file mode 100644 index 0000000..b995565 Binary files /dev/null and b/resources/public/audio/36G.mp3 differ diff --git a/resources/public/audio/36H.mp3 b/resources/public/audio/36H.mp3 new file mode 100644 index 0000000..aaadc75 Binary files /dev/null and b/resources/public/audio/36H.mp3 differ diff --git a/resources/public/audio/36I.mp3 b/resources/public/audio/36I.mp3 new file mode 100644 index 0000000..3dcefc4 Binary files /dev/null and b/resources/public/audio/36I.mp3 differ diff --git a/resources/public/audio/36J.mp3 b/resources/public/audio/36J.mp3 new file mode 100644 index 0000000..af434b3 Binary files /dev/null and b/resources/public/audio/36J.mp3 differ diff --git a/resources/public/audio/36K.mp3 b/resources/public/audio/36K.mp3 new file mode 100644 index 0000000..8e96c33 Binary files /dev/null and b/resources/public/audio/36K.mp3 differ diff --git a/resources/public/audio/36L.mp3 b/resources/public/audio/36L.mp3 new file mode 100644 index 0000000..ccc6a0c Binary files /dev/null and b/resources/public/audio/36L.mp3 differ diff --git a/resources/public/audio/36M.mp3 b/resources/public/audio/36M.mp3 new file mode 100644 index 0000000..a296d0f Binary files /dev/null and b/resources/public/audio/36M.mp3 differ diff --git a/resources/public/audio/36b.mp3 b/resources/public/audio/36b.mp3 new file mode 100644 index 0000000..add4df2 Binary files /dev/null and b/resources/public/audio/36b.mp3 differ diff --git a/resources/public/audio/36c.mp3 b/resources/public/audio/36c.mp3 new file mode 100644 index 0000000..cef65a1 Binary files /dev/null and b/resources/public/audio/36c.mp3 differ diff --git a/resources/public/audio/36d.mp3 b/resources/public/audio/36d.mp3 new file mode 100644 index 0000000..f5ae228 Binary files /dev/null and b/resources/public/audio/36d.mp3 differ diff --git a/resources/public/audio/36e.mp3 b/resources/public/audio/36e.mp3 new file mode 100644 index 0000000..232c98b Binary files /dev/null and b/resources/public/audio/36e.mp3 differ diff --git a/resources/public/audio/36f.mp3 b/resources/public/audio/36f.mp3 new file mode 100644 index 0000000..c6536c9 Binary files /dev/null and b/resources/public/audio/36f.mp3 differ diff --git a/resources/public/audio/36g.mp3 b/resources/public/audio/36g.mp3 new file mode 100644 index 0000000..0d3f557 Binary files /dev/null and b/resources/public/audio/36g.mp3 differ diff --git a/resources/public/audio/36h.mp3 b/resources/public/audio/36h.mp3 new file mode 100644 index 0000000..f630553 Binary files /dev/null and b/resources/public/audio/36h.mp3 differ diff --git a/resources/public/audio/36i.mp3 b/resources/public/audio/36i.mp3 new file mode 100644 index 0000000..a3eb035 Binary files /dev/null and b/resources/public/audio/36i.mp3 differ diff --git a/resources/public/audio/36j.mp3 b/resources/public/audio/36j.mp3 new file mode 100644 index 0000000..184fbc9 Binary files /dev/null and b/resources/public/audio/36j.mp3 differ diff --git a/resources/public/audio/36k.mp3 b/resources/public/audio/36k.mp3 new file mode 100644 index 0000000..91c0d7c Binary files /dev/null and b/resources/public/audio/36k.mp3 differ diff --git a/resources/public/audio/36l.mp3 b/resources/public/audio/36l.mp3 new file mode 100644 index 0000000..92dcca4 Binary files /dev/null and b/resources/public/audio/36l.mp3 differ diff --git a/resources/public/audio/36m.mp3 b/resources/public/audio/36m.mp3 new file mode 100644 index 0000000..cdf58c2 Binary files /dev/null and b/resources/public/audio/36m.mp3 differ diff --git a/resources/public/audio/37B.mp3 b/resources/public/audio/37B.mp3 new file mode 100644 index 0000000..2aa19c0 Binary files /dev/null and b/resources/public/audio/37B.mp3 differ diff --git a/resources/public/audio/37C.mp3 b/resources/public/audio/37C.mp3 new file mode 100644 index 0000000..b74b0c6 Binary files /dev/null and b/resources/public/audio/37C.mp3 differ diff --git a/resources/public/audio/37D.mp3 b/resources/public/audio/37D.mp3 new file mode 100644 index 0000000..83ef60c Binary files /dev/null and b/resources/public/audio/37D.mp3 differ diff --git a/resources/public/audio/37E.mp3 b/resources/public/audio/37E.mp3 new file mode 100644 index 0000000..6506845 Binary files /dev/null and b/resources/public/audio/37E.mp3 differ diff --git a/resources/public/audio/37F.mp3 b/resources/public/audio/37F.mp3 new file mode 100644 index 0000000..3aa3f3d Binary files /dev/null and b/resources/public/audio/37F.mp3 differ diff --git a/resources/public/audio/37G.mp3 b/resources/public/audio/37G.mp3 new file mode 100644 index 0000000..290c8e8 Binary files /dev/null and b/resources/public/audio/37G.mp3 differ diff --git a/resources/public/audio/37H.mp3 b/resources/public/audio/37H.mp3 new file mode 100644 index 0000000..1bc97aa Binary files /dev/null and b/resources/public/audio/37H.mp3 differ diff --git a/resources/public/audio/37I.mp3 b/resources/public/audio/37I.mp3 new file mode 100644 index 0000000..d4047c3 Binary files /dev/null and b/resources/public/audio/37I.mp3 differ diff --git a/resources/public/audio/37J.mp3 b/resources/public/audio/37J.mp3 new file mode 100644 index 0000000..c0750ee Binary files /dev/null and b/resources/public/audio/37J.mp3 differ diff --git a/resources/public/audio/37K.mp3 b/resources/public/audio/37K.mp3 new file mode 100644 index 0000000..2ca7ce1 Binary files /dev/null and b/resources/public/audio/37K.mp3 differ diff --git a/resources/public/audio/37L.mp3 b/resources/public/audio/37L.mp3 new file mode 100644 index 0000000..4479632 Binary files /dev/null and b/resources/public/audio/37L.mp3 differ diff --git a/resources/public/audio/37M.mp3 b/resources/public/audio/37M.mp3 new file mode 100644 index 0000000..269794b Binary files /dev/null and b/resources/public/audio/37M.mp3 differ diff --git a/resources/public/audio/37b.mp3 b/resources/public/audio/37b.mp3 new file mode 100644 index 0000000..fcdfa69 Binary files /dev/null and b/resources/public/audio/37b.mp3 differ diff --git a/resources/public/audio/37c.mp3 b/resources/public/audio/37c.mp3 new file mode 100644 index 0000000..666a572 Binary files /dev/null and b/resources/public/audio/37c.mp3 differ diff --git a/resources/public/audio/37d.mp3 b/resources/public/audio/37d.mp3 new file mode 100644 index 0000000..4e2f70b Binary files /dev/null and b/resources/public/audio/37d.mp3 differ diff --git a/resources/public/audio/37e.mp3 b/resources/public/audio/37e.mp3 new file mode 100644 index 0000000..79402b4 Binary files /dev/null and b/resources/public/audio/37e.mp3 differ diff --git a/resources/public/audio/37f.mp3 b/resources/public/audio/37f.mp3 new file mode 100644 index 0000000..6d3cfea Binary files /dev/null and b/resources/public/audio/37f.mp3 differ diff --git a/resources/public/audio/37g.mp3 b/resources/public/audio/37g.mp3 new file mode 100644 index 0000000..6b11ca6 Binary files /dev/null and b/resources/public/audio/37g.mp3 differ diff --git a/resources/public/audio/37h.mp3 b/resources/public/audio/37h.mp3 new file mode 100644 index 0000000..f973c2c Binary files /dev/null and b/resources/public/audio/37h.mp3 differ diff --git a/resources/public/audio/37i.mp3 b/resources/public/audio/37i.mp3 new file mode 100644 index 0000000..e91f2b9 Binary files /dev/null and b/resources/public/audio/37i.mp3 differ diff --git a/resources/public/audio/37j.mp3 b/resources/public/audio/37j.mp3 new file mode 100644 index 0000000..b3d7d1e Binary files /dev/null and b/resources/public/audio/37j.mp3 differ diff --git a/resources/public/audio/37k.mp3 b/resources/public/audio/37k.mp3 new file mode 100644 index 0000000..4c69c2b Binary files /dev/null and b/resources/public/audio/37k.mp3 differ diff --git a/resources/public/audio/37l.mp3 b/resources/public/audio/37l.mp3 new file mode 100644 index 0000000..fdfd02c Binary files /dev/null and b/resources/public/audio/37l.mp3 differ diff --git a/resources/public/audio/37m.mp3 b/resources/public/audio/37m.mp3 new file mode 100644 index 0000000..2284b08 Binary files /dev/null and b/resources/public/audio/37m.mp3 differ diff --git a/resources/public/audio/38B.mp3 b/resources/public/audio/38B.mp3 new file mode 100644 index 0000000..2a90706 Binary files /dev/null and b/resources/public/audio/38B.mp3 differ diff --git a/resources/public/audio/38C.mp3 b/resources/public/audio/38C.mp3 new file mode 100644 index 0000000..53c165f Binary files /dev/null and b/resources/public/audio/38C.mp3 differ diff --git a/resources/public/audio/38D.mp3 b/resources/public/audio/38D.mp3 new file mode 100644 index 0000000..9504b6b Binary files /dev/null and b/resources/public/audio/38D.mp3 differ diff --git a/resources/public/audio/38E.mp3 b/resources/public/audio/38E.mp3 new file mode 100644 index 0000000..4b7f448 Binary files /dev/null and b/resources/public/audio/38E.mp3 differ diff --git a/resources/public/audio/38F.mp3 b/resources/public/audio/38F.mp3 new file mode 100644 index 0000000..a6182a3 Binary files /dev/null and b/resources/public/audio/38F.mp3 differ diff --git a/resources/public/audio/38G.mp3 b/resources/public/audio/38G.mp3 new file mode 100644 index 0000000..398b6ea Binary files /dev/null and b/resources/public/audio/38G.mp3 differ diff --git a/resources/public/audio/38H.mp3 b/resources/public/audio/38H.mp3 new file mode 100644 index 0000000..a8969b3 Binary files /dev/null and b/resources/public/audio/38H.mp3 differ diff --git a/resources/public/audio/38I.mp3 b/resources/public/audio/38I.mp3 new file mode 100644 index 0000000..00c39e3 Binary files /dev/null and b/resources/public/audio/38I.mp3 differ diff --git a/resources/public/audio/38J.mp3 b/resources/public/audio/38J.mp3 new file mode 100644 index 0000000..b95bd47 Binary files /dev/null and b/resources/public/audio/38J.mp3 differ diff --git a/resources/public/audio/38K.mp3 b/resources/public/audio/38K.mp3 new file mode 100644 index 0000000..3638825 Binary files /dev/null and b/resources/public/audio/38K.mp3 differ diff --git a/resources/public/audio/38L.mp3 b/resources/public/audio/38L.mp3 new file mode 100644 index 0000000..65f9a1f Binary files /dev/null and b/resources/public/audio/38L.mp3 differ diff --git a/resources/public/audio/38M.mp3 b/resources/public/audio/38M.mp3 new file mode 100644 index 0000000..25daee4 Binary files /dev/null and b/resources/public/audio/38M.mp3 differ diff --git a/resources/public/audio/38b.mp3 b/resources/public/audio/38b.mp3 new file mode 100644 index 0000000..833c499 Binary files /dev/null and b/resources/public/audio/38b.mp3 differ diff --git a/resources/public/audio/38c.mp3 b/resources/public/audio/38c.mp3 new file mode 100644 index 0000000..5823d57 Binary files /dev/null and b/resources/public/audio/38c.mp3 differ diff --git a/resources/public/audio/38d.mp3 b/resources/public/audio/38d.mp3 new file mode 100644 index 0000000..cc7a388 Binary files /dev/null and b/resources/public/audio/38d.mp3 differ diff --git a/resources/public/audio/38e.mp3 b/resources/public/audio/38e.mp3 new file mode 100644 index 0000000..e92dd56 Binary files /dev/null and b/resources/public/audio/38e.mp3 differ diff --git a/resources/public/audio/38f.mp3 b/resources/public/audio/38f.mp3 new file mode 100644 index 0000000..35db543 Binary files /dev/null and b/resources/public/audio/38f.mp3 differ diff --git a/resources/public/audio/38g.mp3 b/resources/public/audio/38g.mp3 new file mode 100644 index 0000000..e485bce Binary files /dev/null and b/resources/public/audio/38g.mp3 differ diff --git a/resources/public/audio/38h.mp3 b/resources/public/audio/38h.mp3 new file mode 100644 index 0000000..63aaba0 Binary files /dev/null and b/resources/public/audio/38h.mp3 differ diff --git a/resources/public/audio/38i.mp3 b/resources/public/audio/38i.mp3 new file mode 100644 index 0000000..fb47e72 Binary files /dev/null and b/resources/public/audio/38i.mp3 differ diff --git a/resources/public/audio/38j.mp3 b/resources/public/audio/38j.mp3 new file mode 100644 index 0000000..c16a19b Binary files /dev/null and b/resources/public/audio/38j.mp3 differ diff --git a/resources/public/audio/38k.mp3 b/resources/public/audio/38k.mp3 new file mode 100644 index 0000000..161eaef Binary files /dev/null and b/resources/public/audio/38k.mp3 differ diff --git a/resources/public/audio/38l.mp3 b/resources/public/audio/38l.mp3 new file mode 100644 index 0000000..dd6834a Binary files /dev/null and b/resources/public/audio/38l.mp3 differ diff --git a/resources/public/audio/38m.mp3 b/resources/public/audio/38m.mp3 new file mode 100644 index 0000000..bfa2963 Binary files /dev/null and b/resources/public/audio/38m.mp3 differ diff --git a/resources/public/audio/39B.mp3 b/resources/public/audio/39B.mp3 new file mode 100644 index 0000000..6b0dd31 Binary files /dev/null and b/resources/public/audio/39B.mp3 differ diff --git a/resources/public/audio/39C.mp3 b/resources/public/audio/39C.mp3 new file mode 100644 index 0000000..1637d6a Binary files /dev/null and b/resources/public/audio/39C.mp3 differ diff --git a/resources/public/audio/39D.mp3 b/resources/public/audio/39D.mp3 new file mode 100644 index 0000000..2ed2471 Binary files /dev/null and b/resources/public/audio/39D.mp3 differ diff --git a/resources/public/audio/39E.mp3 b/resources/public/audio/39E.mp3 new file mode 100644 index 0000000..50b912f Binary files /dev/null and b/resources/public/audio/39E.mp3 differ diff --git a/resources/public/audio/39F.mp3 b/resources/public/audio/39F.mp3 new file mode 100644 index 0000000..54c0923 Binary files /dev/null and b/resources/public/audio/39F.mp3 differ diff --git a/resources/public/audio/39G.mp3 b/resources/public/audio/39G.mp3 new file mode 100644 index 0000000..de59409 Binary files /dev/null and b/resources/public/audio/39G.mp3 differ diff --git a/resources/public/audio/39H.mp3 b/resources/public/audio/39H.mp3 new file mode 100644 index 0000000..b067083 Binary files /dev/null and b/resources/public/audio/39H.mp3 differ diff --git a/resources/public/audio/39I.mp3 b/resources/public/audio/39I.mp3 new file mode 100644 index 0000000..8452d53 Binary files /dev/null and b/resources/public/audio/39I.mp3 differ diff --git a/resources/public/audio/39J.mp3 b/resources/public/audio/39J.mp3 new file mode 100644 index 0000000..aaf26e9 Binary files /dev/null and b/resources/public/audio/39J.mp3 differ diff --git a/resources/public/audio/39K.mp3 b/resources/public/audio/39K.mp3 new file mode 100644 index 0000000..8739992 Binary files /dev/null and b/resources/public/audio/39K.mp3 differ diff --git a/resources/public/audio/39L.mp3 b/resources/public/audio/39L.mp3 new file mode 100644 index 0000000..6772819 Binary files /dev/null and b/resources/public/audio/39L.mp3 differ diff --git a/resources/public/audio/39M.mp3 b/resources/public/audio/39M.mp3 new file mode 100644 index 0000000..41c91db Binary files /dev/null and b/resources/public/audio/39M.mp3 differ diff --git a/resources/public/audio/39b.mp3 b/resources/public/audio/39b.mp3 new file mode 100644 index 0000000..d19fcb0 Binary files /dev/null and b/resources/public/audio/39b.mp3 differ diff --git a/resources/public/audio/39c.mp3 b/resources/public/audio/39c.mp3 new file mode 100644 index 0000000..d7caf8a Binary files /dev/null and b/resources/public/audio/39c.mp3 differ diff --git a/resources/public/audio/39d.mp3 b/resources/public/audio/39d.mp3 new file mode 100644 index 0000000..63a9526 Binary files /dev/null and b/resources/public/audio/39d.mp3 differ diff --git a/resources/public/audio/39e.mp3 b/resources/public/audio/39e.mp3 new file mode 100644 index 0000000..92d8429 Binary files /dev/null and b/resources/public/audio/39e.mp3 differ diff --git a/resources/public/audio/39f.mp3 b/resources/public/audio/39f.mp3 new file mode 100644 index 0000000..ca927db Binary files /dev/null and b/resources/public/audio/39f.mp3 differ diff --git a/resources/public/audio/39g.mp3 b/resources/public/audio/39g.mp3 new file mode 100644 index 0000000..78adc99 Binary files /dev/null and b/resources/public/audio/39g.mp3 differ diff --git a/resources/public/audio/39h.mp3 b/resources/public/audio/39h.mp3 new file mode 100644 index 0000000..f3c8978 Binary files /dev/null and b/resources/public/audio/39h.mp3 differ diff --git a/resources/public/audio/39i.mp3 b/resources/public/audio/39i.mp3 new file mode 100644 index 0000000..5afc3af Binary files /dev/null and b/resources/public/audio/39i.mp3 differ diff --git a/resources/public/audio/39j.mp3 b/resources/public/audio/39j.mp3 new file mode 100644 index 0000000..045599f Binary files /dev/null and b/resources/public/audio/39j.mp3 differ diff --git a/resources/public/audio/39k.mp3 b/resources/public/audio/39k.mp3 new file mode 100644 index 0000000..a770cff Binary files /dev/null and b/resources/public/audio/39k.mp3 differ diff --git a/resources/public/audio/39l.mp3 b/resources/public/audio/39l.mp3 new file mode 100644 index 0000000..8a61f98 Binary files /dev/null and b/resources/public/audio/39l.mp3 differ diff --git a/resources/public/audio/39m.mp3 b/resources/public/audio/39m.mp3 new file mode 100644 index 0000000..b540505 Binary files /dev/null and b/resources/public/audio/39m.mp3 differ diff --git a/resources/public/audio/bttlongB_MP3WRAP.mp3 b/resources/public/audio/bttlongB_MP3WRAP.mp3 new file mode 100644 index 0000000..60ddf8a Binary files /dev/null and b/resources/public/audio/bttlongB_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttlongC_MP3WRAP.mp3 b/resources/public/audio/bttlongC_MP3WRAP.mp3 new file mode 100644 index 0000000..c6745c0 Binary files /dev/null and b/resources/public/audio/bttlongC_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttlongD_MP3WRAP.mp3 b/resources/public/audio/bttlongD_MP3WRAP.mp3 new file mode 100644 index 0000000..3a2eb66 Binary files /dev/null and b/resources/public/audio/bttlongD_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttlongE_MP3WRAP.mp3 b/resources/public/audio/bttlongE_MP3WRAP.mp3 new file mode 100644 index 0000000..95c24b6 Binary files /dev/null and b/resources/public/audio/bttlongE_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttlongF_MP3WRAP.mp3 b/resources/public/audio/bttlongF_MP3WRAP.mp3 new file mode 100644 index 0000000..f3e631c Binary files /dev/null and b/resources/public/audio/bttlongF_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttlongG_MP3WRAP.mp3 b/resources/public/audio/bttlongG_MP3WRAP.mp3 new file mode 100644 index 0000000..36ee957 Binary files /dev/null and b/resources/public/audio/bttlongG_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttlongH_MP3WRAP.mp3 b/resources/public/audio/bttlongH_MP3WRAP.mp3 new file mode 100644 index 0000000..072be85 Binary files /dev/null and b/resources/public/audio/bttlongH_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttlongI_MP3WRAP.mp3 b/resources/public/audio/bttlongI_MP3WRAP.mp3 new file mode 100644 index 0000000..b710d48 Binary files /dev/null and b/resources/public/audio/bttlongI_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttlongJ_MP3WRAP.mp3 b/resources/public/audio/bttlongJ_MP3WRAP.mp3 new file mode 100644 index 0000000..203dae1 Binary files /dev/null and b/resources/public/audio/bttlongJ_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttlongK_MP3WRAP.mp3 b/resources/public/audio/bttlongK_MP3WRAP.mp3 new file mode 100644 index 0000000..4c49cc1 Binary files /dev/null and b/resources/public/audio/bttlongK_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttlongL_MP3WRAP.mp3 b/resources/public/audio/bttlongL_MP3WRAP.mp3 new file mode 100644 index 0000000..886ed6a Binary files /dev/null and b/resources/public/audio/bttlongL_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttlongM_MP3WRAP.mp3 b/resources/public/audio/bttlongM_MP3WRAP.mp3 new file mode 100644 index 0000000..984d1c9 Binary files /dev/null and b/resources/public/audio/bttlongM_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttshortb_MP3WRAP.mp3 b/resources/public/audio/bttshortb_MP3WRAP.mp3 new file mode 100644 index 0000000..1b88ab6 Binary files /dev/null and b/resources/public/audio/bttshortb_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttshortc_MP3WRAP.mp3 b/resources/public/audio/bttshortc_MP3WRAP.mp3 new file mode 100644 index 0000000..27cdcbb Binary files /dev/null and b/resources/public/audio/bttshortc_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttshortd_MP3WRAP.mp3 b/resources/public/audio/bttshortd_MP3WRAP.mp3 new file mode 100644 index 0000000..248d728 Binary files /dev/null and b/resources/public/audio/bttshortd_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttshorte_MP3WRAP.mp3 b/resources/public/audio/bttshorte_MP3WRAP.mp3 new file mode 100644 index 0000000..8b51a05 Binary files /dev/null and b/resources/public/audio/bttshorte_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttshortf_MP3WRAP.mp3 b/resources/public/audio/bttshortf_MP3WRAP.mp3 new file mode 100644 index 0000000..e21af50 Binary files /dev/null and b/resources/public/audio/bttshortf_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttshortg_MP3WRAP.mp3 b/resources/public/audio/bttshortg_MP3WRAP.mp3 new file mode 100644 index 0000000..5eb3f9d Binary files /dev/null and b/resources/public/audio/bttshortg_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttshorth_MP3WRAP.mp3 b/resources/public/audio/bttshorth_MP3WRAP.mp3 new file mode 100644 index 0000000..21387ac Binary files /dev/null and b/resources/public/audio/bttshorth_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttshorti_MP3WRAP.mp3 b/resources/public/audio/bttshorti_MP3WRAP.mp3 new file mode 100644 index 0000000..c084a2f Binary files /dev/null and b/resources/public/audio/bttshorti_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttshortj_MP3WRAP.mp3 b/resources/public/audio/bttshortj_MP3WRAP.mp3 new file mode 100644 index 0000000..4d97bf8 Binary files /dev/null and b/resources/public/audio/bttshortj_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttshortk_MP3WRAP.mp3 b/resources/public/audio/bttshortk_MP3WRAP.mp3 new file mode 100644 index 0000000..7f6bd73 Binary files /dev/null and b/resources/public/audio/bttshortk_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttshortl_MP3WRAP.mp3 b/resources/public/audio/bttshortl_MP3WRAP.mp3 new file mode 100644 index 0000000..fc99438 Binary files /dev/null and b/resources/public/audio/bttshortl_MP3WRAP.mp3 differ diff --git a/resources/public/audio/bttshortm_MP3WRAP.mp3 b/resources/public/audio/bttshortm_MP3WRAP.mp3 new file mode 100644 index 0000000..28bb94c Binary files /dev/null and b/resources/public/audio/bttshortm_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong01_MP3WRAP.mp3 b/resources/public/audio/ltrlong01_MP3WRAP.mp3 new file mode 100644 index 0000000..b9fd4fa Binary files /dev/null and b/resources/public/audio/ltrlong01_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong02_MP3WRAP.mp3 b/resources/public/audio/ltrlong02_MP3WRAP.mp3 new file mode 100644 index 0000000..f7210f7 Binary files /dev/null and b/resources/public/audio/ltrlong02_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong03_MP3WRAP.mp3 b/resources/public/audio/ltrlong03_MP3WRAP.mp3 new file mode 100644 index 0000000..7682707 Binary files /dev/null and b/resources/public/audio/ltrlong03_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong04_MP3WRAP.mp3 b/resources/public/audio/ltrlong04_MP3WRAP.mp3 new file mode 100644 index 0000000..7ccbea8 Binary files /dev/null and b/resources/public/audio/ltrlong04_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong05_MP3WRAP.mp3 b/resources/public/audio/ltrlong05_MP3WRAP.mp3 new file mode 100644 index 0000000..4d43e31 Binary files /dev/null and b/resources/public/audio/ltrlong05_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong06_MP3WRAP.mp3 b/resources/public/audio/ltrlong06_MP3WRAP.mp3 new file mode 100644 index 0000000..3b7c4d9 Binary files /dev/null and b/resources/public/audio/ltrlong06_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong07_MP3WRAP.mp3 b/resources/public/audio/ltrlong07_MP3WRAP.mp3 new file mode 100644 index 0000000..1cf9a70 Binary files /dev/null and b/resources/public/audio/ltrlong07_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong08_MP3WRAP.mp3 b/resources/public/audio/ltrlong08_MP3WRAP.mp3 new file mode 100644 index 0000000..0f2454f Binary files /dev/null and b/resources/public/audio/ltrlong08_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong09_MP3WRAP.mp3 b/resources/public/audio/ltrlong09_MP3WRAP.mp3 new file mode 100644 index 0000000..38ed8c1 Binary files /dev/null and b/resources/public/audio/ltrlong09_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong10_MP3WRAP.mp3 b/resources/public/audio/ltrlong10_MP3WRAP.mp3 new file mode 100644 index 0000000..4b41a83 Binary files /dev/null and b/resources/public/audio/ltrlong10_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong11_MP3WRAP.mp3 b/resources/public/audio/ltrlong11_MP3WRAP.mp3 new file mode 100644 index 0000000..c85f767 Binary files /dev/null and b/resources/public/audio/ltrlong11_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong12_MP3WRAP.mp3 b/resources/public/audio/ltrlong12_MP3WRAP.mp3 new file mode 100644 index 0000000..427de4f Binary files /dev/null and b/resources/public/audio/ltrlong12_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong13_MP3WRAP.mp3 b/resources/public/audio/ltrlong13_MP3WRAP.mp3 new file mode 100644 index 0000000..cf7fe5d Binary files /dev/null and b/resources/public/audio/ltrlong13_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong14_MP3WRAP.mp3 b/resources/public/audio/ltrlong14_MP3WRAP.mp3 new file mode 100644 index 0000000..d946801 Binary files /dev/null and b/resources/public/audio/ltrlong14_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong15_MP3WRAP.mp3 b/resources/public/audio/ltrlong15_MP3WRAP.mp3 new file mode 100644 index 0000000..d1eadf9 Binary files /dev/null and b/resources/public/audio/ltrlong15_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong16_MP3WRAP.mp3 b/resources/public/audio/ltrlong16_MP3WRAP.mp3 new file mode 100644 index 0000000..2456875 Binary files /dev/null and b/resources/public/audio/ltrlong16_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong17_MP3WRAP.mp3 b/resources/public/audio/ltrlong17_MP3WRAP.mp3 new file mode 100644 index 0000000..f7b36d6 Binary files /dev/null and b/resources/public/audio/ltrlong17_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong18_MP3WRAP.mp3 b/resources/public/audio/ltrlong18_MP3WRAP.mp3 new file mode 100644 index 0000000..8782cb9 Binary files /dev/null and b/resources/public/audio/ltrlong18_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong19_MP3WRAP.mp3 b/resources/public/audio/ltrlong19_MP3WRAP.mp3 new file mode 100644 index 0000000..887f4a7 Binary files /dev/null and b/resources/public/audio/ltrlong19_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong20_MP3WRAP.mp3 b/resources/public/audio/ltrlong20_MP3WRAP.mp3 new file mode 100644 index 0000000..a16c16d Binary files /dev/null and b/resources/public/audio/ltrlong20_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong21_MP3WRAP.mp3 b/resources/public/audio/ltrlong21_MP3WRAP.mp3 new file mode 100644 index 0000000..805c007 Binary files /dev/null and b/resources/public/audio/ltrlong21_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong22_MP3WRAP.mp3 b/resources/public/audio/ltrlong22_MP3WRAP.mp3 new file mode 100644 index 0000000..ebf2ee8 Binary files /dev/null and b/resources/public/audio/ltrlong22_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong23_MP3WRAP.mp3 b/resources/public/audio/ltrlong23_MP3WRAP.mp3 new file mode 100644 index 0000000..8f5fd91 Binary files /dev/null and b/resources/public/audio/ltrlong23_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong24_MP3WRAP.mp3 b/resources/public/audio/ltrlong24_MP3WRAP.mp3 new file mode 100644 index 0000000..9475450 Binary files /dev/null and b/resources/public/audio/ltrlong24_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong25_MP3WRAP.mp3 b/resources/public/audio/ltrlong25_MP3WRAP.mp3 new file mode 100644 index 0000000..fce5caf Binary files /dev/null and b/resources/public/audio/ltrlong25_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong26_MP3WRAP.mp3 b/resources/public/audio/ltrlong26_MP3WRAP.mp3 new file mode 100644 index 0000000..f7e1dd9 Binary files /dev/null and b/resources/public/audio/ltrlong26_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong27_MP3WRAP.mp3 b/resources/public/audio/ltrlong27_MP3WRAP.mp3 new file mode 100644 index 0000000..a577b6e Binary files /dev/null and b/resources/public/audio/ltrlong27_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong28_MP3WRAP.mp3 b/resources/public/audio/ltrlong28_MP3WRAP.mp3 new file mode 100644 index 0000000..fdc173b Binary files /dev/null and b/resources/public/audio/ltrlong28_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong29_MP3WRAP.mp3 b/resources/public/audio/ltrlong29_MP3WRAP.mp3 new file mode 100644 index 0000000..14e41a8 Binary files /dev/null and b/resources/public/audio/ltrlong29_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong30_MP3WRAP.mp3 b/resources/public/audio/ltrlong30_MP3WRAP.mp3 new file mode 100644 index 0000000..40e171b Binary files /dev/null and b/resources/public/audio/ltrlong30_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong31_MP3WRAP.mp3 b/resources/public/audio/ltrlong31_MP3WRAP.mp3 new file mode 100644 index 0000000..ac21196 Binary files /dev/null and b/resources/public/audio/ltrlong31_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong32_MP3WRAP.mp3 b/resources/public/audio/ltrlong32_MP3WRAP.mp3 new file mode 100644 index 0000000..88f7dae Binary files /dev/null and b/resources/public/audio/ltrlong32_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong33_MP3WRAP.mp3 b/resources/public/audio/ltrlong33_MP3WRAP.mp3 new file mode 100644 index 0000000..e752f9f Binary files /dev/null and b/resources/public/audio/ltrlong33_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong34_MP3WRAP.mp3 b/resources/public/audio/ltrlong34_MP3WRAP.mp3 new file mode 100644 index 0000000..7888380 Binary files /dev/null and b/resources/public/audio/ltrlong34_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong35_MP3WRAP.mp3 b/resources/public/audio/ltrlong35_MP3WRAP.mp3 new file mode 100644 index 0000000..37df0f8 Binary files /dev/null and b/resources/public/audio/ltrlong35_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong36_MP3WRAP.mp3 b/resources/public/audio/ltrlong36_MP3WRAP.mp3 new file mode 100644 index 0000000..e9391f3 Binary files /dev/null and b/resources/public/audio/ltrlong36_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong37_MP3WRAP.mp3 b/resources/public/audio/ltrlong37_MP3WRAP.mp3 new file mode 100644 index 0000000..fef07fa Binary files /dev/null and b/resources/public/audio/ltrlong37_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong38_MP3WRAP.mp3 b/resources/public/audio/ltrlong38_MP3WRAP.mp3 new file mode 100644 index 0000000..13b5d04 Binary files /dev/null and b/resources/public/audio/ltrlong38_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrlong39_MP3WRAP.mp3 b/resources/public/audio/ltrlong39_MP3WRAP.mp3 new file mode 100644 index 0000000..05a4e6f Binary files /dev/null and b/resources/public/audio/ltrlong39_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort01_MP3WRAP.mp3 b/resources/public/audio/ltrshort01_MP3WRAP.mp3 new file mode 100644 index 0000000..582cb70 Binary files /dev/null and b/resources/public/audio/ltrshort01_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort02_MP3WRAP.mp3 b/resources/public/audio/ltrshort02_MP3WRAP.mp3 new file mode 100644 index 0000000..cdc84fe Binary files /dev/null and b/resources/public/audio/ltrshort02_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort03_MP3WRAP.mp3 b/resources/public/audio/ltrshort03_MP3WRAP.mp3 new file mode 100644 index 0000000..8cf6d19 Binary files /dev/null and b/resources/public/audio/ltrshort03_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort04_MP3WRAP.mp3 b/resources/public/audio/ltrshort04_MP3WRAP.mp3 new file mode 100644 index 0000000..bef1190 Binary files /dev/null and b/resources/public/audio/ltrshort04_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort05_MP3WRAP.mp3 b/resources/public/audio/ltrshort05_MP3WRAP.mp3 new file mode 100644 index 0000000..befd37b Binary files /dev/null and b/resources/public/audio/ltrshort05_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort06_MP3WRAP.mp3 b/resources/public/audio/ltrshort06_MP3WRAP.mp3 new file mode 100644 index 0000000..f66b6cf Binary files /dev/null and b/resources/public/audio/ltrshort06_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort07_MP3WRAP.mp3 b/resources/public/audio/ltrshort07_MP3WRAP.mp3 new file mode 100644 index 0000000..966b61e Binary files /dev/null and b/resources/public/audio/ltrshort07_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort08_MP3WRAP.mp3 b/resources/public/audio/ltrshort08_MP3WRAP.mp3 new file mode 100644 index 0000000..2b7627a Binary files /dev/null and b/resources/public/audio/ltrshort08_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort09_MP3WRAP.mp3 b/resources/public/audio/ltrshort09_MP3WRAP.mp3 new file mode 100644 index 0000000..a1a1d03 Binary files /dev/null and b/resources/public/audio/ltrshort09_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort10_MP3WRAP.mp3 b/resources/public/audio/ltrshort10_MP3WRAP.mp3 new file mode 100644 index 0000000..1b115b7 Binary files /dev/null and b/resources/public/audio/ltrshort10_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort11_MP3WRAP.mp3 b/resources/public/audio/ltrshort11_MP3WRAP.mp3 new file mode 100644 index 0000000..619e4f2 Binary files /dev/null and b/resources/public/audio/ltrshort11_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort12_MP3WRAP.mp3 b/resources/public/audio/ltrshort12_MP3WRAP.mp3 new file mode 100644 index 0000000..d76ca1a Binary files /dev/null and b/resources/public/audio/ltrshort12_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort13_MP3WRAP.mp3 b/resources/public/audio/ltrshort13_MP3WRAP.mp3 new file mode 100644 index 0000000..8bf8c46 Binary files /dev/null and b/resources/public/audio/ltrshort13_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort14_MP3WRAP.mp3 b/resources/public/audio/ltrshort14_MP3WRAP.mp3 new file mode 100644 index 0000000..a268dd1 Binary files /dev/null and b/resources/public/audio/ltrshort14_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort15_MP3WRAP.mp3 b/resources/public/audio/ltrshort15_MP3WRAP.mp3 new file mode 100644 index 0000000..8a343b6 Binary files /dev/null and b/resources/public/audio/ltrshort15_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort16_MP3WRAP.mp3 b/resources/public/audio/ltrshort16_MP3WRAP.mp3 new file mode 100644 index 0000000..9db4fc0 Binary files /dev/null and b/resources/public/audio/ltrshort16_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort17_MP3WRAP.mp3 b/resources/public/audio/ltrshort17_MP3WRAP.mp3 new file mode 100644 index 0000000..ec03d07 Binary files /dev/null and b/resources/public/audio/ltrshort17_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort18_MP3WRAP.mp3 b/resources/public/audio/ltrshort18_MP3WRAP.mp3 new file mode 100644 index 0000000..e73dcfe Binary files /dev/null and b/resources/public/audio/ltrshort18_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort19_MP3WRAP.mp3 b/resources/public/audio/ltrshort19_MP3WRAP.mp3 new file mode 100644 index 0000000..8662159 Binary files /dev/null and b/resources/public/audio/ltrshort19_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort20_MP3WRAP.mp3 b/resources/public/audio/ltrshort20_MP3WRAP.mp3 new file mode 100644 index 0000000..2d44355 Binary files /dev/null and b/resources/public/audio/ltrshort20_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort21_MP3WRAP.mp3 b/resources/public/audio/ltrshort21_MP3WRAP.mp3 new file mode 100644 index 0000000..48ff92b Binary files /dev/null and b/resources/public/audio/ltrshort21_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort22_MP3WRAP.mp3 b/resources/public/audio/ltrshort22_MP3WRAP.mp3 new file mode 100644 index 0000000..145f7e3 Binary files /dev/null and b/resources/public/audio/ltrshort22_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort23_MP3WRAP.mp3 b/resources/public/audio/ltrshort23_MP3WRAP.mp3 new file mode 100644 index 0000000..d209413 Binary files /dev/null and b/resources/public/audio/ltrshort23_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort24_MP3WRAP.mp3 b/resources/public/audio/ltrshort24_MP3WRAP.mp3 new file mode 100644 index 0000000..631ca58 Binary files /dev/null and b/resources/public/audio/ltrshort24_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort25_MP3WRAP.mp3 b/resources/public/audio/ltrshort25_MP3WRAP.mp3 new file mode 100644 index 0000000..5a8aca3 Binary files /dev/null and b/resources/public/audio/ltrshort25_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort26_MP3WRAP.mp3 b/resources/public/audio/ltrshort26_MP3WRAP.mp3 new file mode 100644 index 0000000..ec5f362 Binary files /dev/null and b/resources/public/audio/ltrshort26_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort27_MP3WRAP.mp3 b/resources/public/audio/ltrshort27_MP3WRAP.mp3 new file mode 100644 index 0000000..75238c1 Binary files /dev/null and b/resources/public/audio/ltrshort27_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort28_MP3WRAP.mp3 b/resources/public/audio/ltrshort28_MP3WRAP.mp3 new file mode 100644 index 0000000..02d7507 Binary files /dev/null and b/resources/public/audio/ltrshort28_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort29_MP3WRAP.mp3 b/resources/public/audio/ltrshort29_MP3WRAP.mp3 new file mode 100644 index 0000000..627217f Binary files /dev/null and b/resources/public/audio/ltrshort29_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort30_MP3WRAP.mp3 b/resources/public/audio/ltrshort30_MP3WRAP.mp3 new file mode 100644 index 0000000..eeb6b0d Binary files /dev/null and b/resources/public/audio/ltrshort30_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort31_MP3WRAP.mp3 b/resources/public/audio/ltrshort31_MP3WRAP.mp3 new file mode 100644 index 0000000..283294e Binary files /dev/null and b/resources/public/audio/ltrshort31_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort32_MP3WRAP.mp3 b/resources/public/audio/ltrshort32_MP3WRAP.mp3 new file mode 100644 index 0000000..c9dd65e Binary files /dev/null and b/resources/public/audio/ltrshort32_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort33_MP3WRAP.mp3 b/resources/public/audio/ltrshort33_MP3WRAP.mp3 new file mode 100644 index 0000000..ab50467 Binary files /dev/null and b/resources/public/audio/ltrshort33_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort34_MP3WRAP.mp3 b/resources/public/audio/ltrshort34_MP3WRAP.mp3 new file mode 100644 index 0000000..ab8ab0c Binary files /dev/null and b/resources/public/audio/ltrshort34_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort35_MP3WRAP.mp3 b/resources/public/audio/ltrshort35_MP3WRAP.mp3 new file mode 100644 index 0000000..1bf89bf Binary files /dev/null and b/resources/public/audio/ltrshort35_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort36_MP3WRAP.mp3 b/resources/public/audio/ltrshort36_MP3WRAP.mp3 new file mode 100644 index 0000000..709ec11 Binary files /dev/null and b/resources/public/audio/ltrshort36_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort37_MP3WRAP.mp3 b/resources/public/audio/ltrshort37_MP3WRAP.mp3 new file mode 100644 index 0000000..de4b6e5 Binary files /dev/null and b/resources/public/audio/ltrshort37_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort38_MP3WRAP.mp3 b/resources/public/audio/ltrshort38_MP3WRAP.mp3 new file mode 100644 index 0000000..eee8f86 Binary files /dev/null and b/resources/public/audio/ltrshort38_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ltrshort39_MP3WRAP.mp3 b/resources/public/audio/ltrshort39_MP3WRAP.mp3 new file mode 100644 index 0000000..a5f341f Binary files /dev/null and b/resources/public/audio/ltrshort39_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong01_MP3WRAP.mp3 b/resources/public/audio/rtllong01_MP3WRAP.mp3 new file mode 100644 index 0000000..ddc0c83 Binary files /dev/null and b/resources/public/audio/rtllong01_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong02_MP3WRAP.mp3 b/resources/public/audio/rtllong02_MP3WRAP.mp3 new file mode 100644 index 0000000..d6e6e21 Binary files /dev/null and b/resources/public/audio/rtllong02_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong03_MP3WRAP.mp3 b/resources/public/audio/rtllong03_MP3WRAP.mp3 new file mode 100644 index 0000000..5fb2614 Binary files /dev/null and b/resources/public/audio/rtllong03_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong04_MP3WRAP.mp3 b/resources/public/audio/rtllong04_MP3WRAP.mp3 new file mode 100644 index 0000000..8c3ecc9 Binary files /dev/null and b/resources/public/audio/rtllong04_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong05_MP3WRAP.mp3 b/resources/public/audio/rtllong05_MP3WRAP.mp3 new file mode 100644 index 0000000..a3959c3 Binary files /dev/null and b/resources/public/audio/rtllong05_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong06_MP3WRAP.mp3 b/resources/public/audio/rtllong06_MP3WRAP.mp3 new file mode 100644 index 0000000..a4af415 Binary files /dev/null and b/resources/public/audio/rtllong06_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong07_MP3WRAP.mp3 b/resources/public/audio/rtllong07_MP3WRAP.mp3 new file mode 100644 index 0000000..8d2c4e0 Binary files /dev/null and b/resources/public/audio/rtllong07_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong08_MP3WRAP.mp3 b/resources/public/audio/rtllong08_MP3WRAP.mp3 new file mode 100644 index 0000000..6e3f640 Binary files /dev/null and b/resources/public/audio/rtllong08_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong09_MP3WRAP.mp3 b/resources/public/audio/rtllong09_MP3WRAP.mp3 new file mode 100644 index 0000000..14babe8 Binary files /dev/null and b/resources/public/audio/rtllong09_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong10_MP3WRAP.mp3 b/resources/public/audio/rtllong10_MP3WRAP.mp3 new file mode 100644 index 0000000..4f10a9f Binary files /dev/null and b/resources/public/audio/rtllong10_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong11_MP3WRAP.mp3 b/resources/public/audio/rtllong11_MP3WRAP.mp3 new file mode 100644 index 0000000..24c2599 Binary files /dev/null and b/resources/public/audio/rtllong11_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong12_MP3WRAP.mp3 b/resources/public/audio/rtllong12_MP3WRAP.mp3 new file mode 100644 index 0000000..68e520c Binary files /dev/null and b/resources/public/audio/rtllong12_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong13_MP3WRAP.mp3 b/resources/public/audio/rtllong13_MP3WRAP.mp3 new file mode 100644 index 0000000..4caf7b7 Binary files /dev/null and b/resources/public/audio/rtllong13_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong14_MP3WRAP.mp3 b/resources/public/audio/rtllong14_MP3WRAP.mp3 new file mode 100644 index 0000000..752017c Binary files /dev/null and b/resources/public/audio/rtllong14_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong15_MP3WRAP.mp3 b/resources/public/audio/rtllong15_MP3WRAP.mp3 new file mode 100644 index 0000000..871c257 Binary files /dev/null and b/resources/public/audio/rtllong15_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong16_MP3WRAP.mp3 b/resources/public/audio/rtllong16_MP3WRAP.mp3 new file mode 100644 index 0000000..bcc4ac6 Binary files /dev/null and b/resources/public/audio/rtllong16_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong17_MP3WRAP.mp3 b/resources/public/audio/rtllong17_MP3WRAP.mp3 new file mode 100644 index 0000000..48cd451 Binary files /dev/null and b/resources/public/audio/rtllong17_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong18_MP3WRAP.mp3 b/resources/public/audio/rtllong18_MP3WRAP.mp3 new file mode 100644 index 0000000..7697a4f Binary files /dev/null and b/resources/public/audio/rtllong18_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong19_MP3WRAP.mp3 b/resources/public/audio/rtllong19_MP3WRAP.mp3 new file mode 100644 index 0000000..bee5e88 Binary files /dev/null and b/resources/public/audio/rtllong19_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong20_MP3WRAP.mp3 b/resources/public/audio/rtllong20_MP3WRAP.mp3 new file mode 100644 index 0000000..95525e5 Binary files /dev/null and b/resources/public/audio/rtllong20_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong21_MP3WRAP.mp3 b/resources/public/audio/rtllong21_MP3WRAP.mp3 new file mode 100644 index 0000000..91a426b Binary files /dev/null and b/resources/public/audio/rtllong21_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong22_MP3WRAP.mp3 b/resources/public/audio/rtllong22_MP3WRAP.mp3 new file mode 100644 index 0000000..7dfbc32 Binary files /dev/null and b/resources/public/audio/rtllong22_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong23_MP3WRAP.mp3 b/resources/public/audio/rtllong23_MP3WRAP.mp3 new file mode 100644 index 0000000..312598e Binary files /dev/null and b/resources/public/audio/rtllong23_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong24_MP3WRAP.mp3 b/resources/public/audio/rtllong24_MP3WRAP.mp3 new file mode 100644 index 0000000..e4798a5 Binary files /dev/null and b/resources/public/audio/rtllong24_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong25_MP3WRAP.mp3 b/resources/public/audio/rtllong25_MP3WRAP.mp3 new file mode 100644 index 0000000..7d0ccd2 Binary files /dev/null and b/resources/public/audio/rtllong25_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong26_MP3WRAP.mp3 b/resources/public/audio/rtllong26_MP3WRAP.mp3 new file mode 100644 index 0000000..3598b7b Binary files /dev/null and b/resources/public/audio/rtllong26_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong27_MP3WRAP.mp3 b/resources/public/audio/rtllong27_MP3WRAP.mp3 new file mode 100644 index 0000000..8873274 Binary files /dev/null and b/resources/public/audio/rtllong27_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong28_MP3WRAP.mp3 b/resources/public/audio/rtllong28_MP3WRAP.mp3 new file mode 100644 index 0000000..6c6c0b9 Binary files /dev/null and b/resources/public/audio/rtllong28_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong29_MP3WRAP.mp3 b/resources/public/audio/rtllong29_MP3WRAP.mp3 new file mode 100644 index 0000000..18ac018 Binary files /dev/null and b/resources/public/audio/rtllong29_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong30_MP3WRAP.mp3 b/resources/public/audio/rtllong30_MP3WRAP.mp3 new file mode 100644 index 0000000..615972c Binary files /dev/null and b/resources/public/audio/rtllong30_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong31_MP3WRAP.mp3 b/resources/public/audio/rtllong31_MP3WRAP.mp3 new file mode 100644 index 0000000..edbc8e1 Binary files /dev/null and b/resources/public/audio/rtllong31_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong32_MP3WRAP.mp3 b/resources/public/audio/rtllong32_MP3WRAP.mp3 new file mode 100644 index 0000000..0426f16 Binary files /dev/null and b/resources/public/audio/rtllong32_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong33_MP3WRAP.mp3 b/resources/public/audio/rtllong33_MP3WRAP.mp3 new file mode 100644 index 0000000..e29fe19 Binary files /dev/null and b/resources/public/audio/rtllong33_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong34_MP3WRAP.mp3 b/resources/public/audio/rtllong34_MP3WRAP.mp3 new file mode 100644 index 0000000..0d9cb42 Binary files /dev/null and b/resources/public/audio/rtllong34_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong35_MP3WRAP.mp3 b/resources/public/audio/rtllong35_MP3WRAP.mp3 new file mode 100644 index 0000000..54c2dd5 Binary files /dev/null and b/resources/public/audio/rtllong35_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong36_MP3WRAP.mp3 b/resources/public/audio/rtllong36_MP3WRAP.mp3 new file mode 100644 index 0000000..d618764 Binary files /dev/null and b/resources/public/audio/rtllong36_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong37_MP3WRAP.mp3 b/resources/public/audio/rtllong37_MP3WRAP.mp3 new file mode 100644 index 0000000..f921c89 Binary files /dev/null and b/resources/public/audio/rtllong37_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong38_MP3WRAP.mp3 b/resources/public/audio/rtllong38_MP3WRAP.mp3 new file mode 100644 index 0000000..7d28fd3 Binary files /dev/null and b/resources/public/audio/rtllong38_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtllong39_MP3WRAP.mp3 b/resources/public/audio/rtllong39_MP3WRAP.mp3 new file mode 100644 index 0000000..cf9aa59 Binary files /dev/null and b/resources/public/audio/rtllong39_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort01_MP3WRAP.mp3 b/resources/public/audio/rtlshort01_MP3WRAP.mp3 new file mode 100644 index 0000000..05b6853 Binary files /dev/null and b/resources/public/audio/rtlshort01_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort02_MP3WRAP.mp3 b/resources/public/audio/rtlshort02_MP3WRAP.mp3 new file mode 100644 index 0000000..165a861 Binary files /dev/null and b/resources/public/audio/rtlshort02_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort03_MP3WRAP.mp3 b/resources/public/audio/rtlshort03_MP3WRAP.mp3 new file mode 100644 index 0000000..d0ac96a Binary files /dev/null and b/resources/public/audio/rtlshort03_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort04_MP3WRAP.mp3 b/resources/public/audio/rtlshort04_MP3WRAP.mp3 new file mode 100644 index 0000000..edcce28 Binary files /dev/null and b/resources/public/audio/rtlshort04_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort05_MP3WRAP.mp3 b/resources/public/audio/rtlshort05_MP3WRAP.mp3 new file mode 100644 index 0000000..7500102 Binary files /dev/null and b/resources/public/audio/rtlshort05_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort06_MP3WRAP.mp3 b/resources/public/audio/rtlshort06_MP3WRAP.mp3 new file mode 100644 index 0000000..3908231 Binary files /dev/null and b/resources/public/audio/rtlshort06_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort07_MP3WRAP.mp3 b/resources/public/audio/rtlshort07_MP3WRAP.mp3 new file mode 100644 index 0000000..d34a602 Binary files /dev/null and b/resources/public/audio/rtlshort07_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort08_MP3WRAP.mp3 b/resources/public/audio/rtlshort08_MP3WRAP.mp3 new file mode 100644 index 0000000..10f4739 Binary files /dev/null and b/resources/public/audio/rtlshort08_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort09_MP3WRAP.mp3 b/resources/public/audio/rtlshort09_MP3WRAP.mp3 new file mode 100644 index 0000000..fc97b47 Binary files /dev/null and b/resources/public/audio/rtlshort09_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort10_MP3WRAP.mp3 b/resources/public/audio/rtlshort10_MP3WRAP.mp3 new file mode 100644 index 0000000..024e0b7 Binary files /dev/null and b/resources/public/audio/rtlshort10_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort11_MP3WRAP.mp3 b/resources/public/audio/rtlshort11_MP3WRAP.mp3 new file mode 100644 index 0000000..6bcadd1 Binary files /dev/null and b/resources/public/audio/rtlshort11_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort12_MP3WRAP.mp3 b/resources/public/audio/rtlshort12_MP3WRAP.mp3 new file mode 100644 index 0000000..8c6d1d2 Binary files /dev/null and b/resources/public/audio/rtlshort12_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort13_MP3WRAP.mp3 b/resources/public/audio/rtlshort13_MP3WRAP.mp3 new file mode 100644 index 0000000..f2b4482 Binary files /dev/null and b/resources/public/audio/rtlshort13_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort14_MP3WRAP.mp3 b/resources/public/audio/rtlshort14_MP3WRAP.mp3 new file mode 100644 index 0000000..11b61cc Binary files /dev/null and b/resources/public/audio/rtlshort14_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort15_MP3WRAP.mp3 b/resources/public/audio/rtlshort15_MP3WRAP.mp3 new file mode 100644 index 0000000..9ea73c5 Binary files /dev/null and b/resources/public/audio/rtlshort15_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort16_MP3WRAP.mp3 b/resources/public/audio/rtlshort16_MP3WRAP.mp3 new file mode 100644 index 0000000..0571c42 Binary files /dev/null and b/resources/public/audio/rtlshort16_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort17_MP3WRAP.mp3 b/resources/public/audio/rtlshort17_MP3WRAP.mp3 new file mode 100644 index 0000000..66b7de6 Binary files /dev/null and b/resources/public/audio/rtlshort17_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort18_MP3WRAP.mp3 b/resources/public/audio/rtlshort18_MP3WRAP.mp3 new file mode 100644 index 0000000..d458b36 Binary files /dev/null and b/resources/public/audio/rtlshort18_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort19_MP3WRAP.mp3 b/resources/public/audio/rtlshort19_MP3WRAP.mp3 new file mode 100644 index 0000000..5c232d9 Binary files /dev/null and b/resources/public/audio/rtlshort19_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort20_MP3WRAP.mp3 b/resources/public/audio/rtlshort20_MP3WRAP.mp3 new file mode 100644 index 0000000..6b8f919 Binary files /dev/null and b/resources/public/audio/rtlshort20_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort21_MP3WRAP.mp3 b/resources/public/audio/rtlshort21_MP3WRAP.mp3 new file mode 100644 index 0000000..2211b55 Binary files /dev/null and b/resources/public/audio/rtlshort21_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort22_MP3WRAP.mp3 b/resources/public/audio/rtlshort22_MP3WRAP.mp3 new file mode 100644 index 0000000..5b41fef Binary files /dev/null and b/resources/public/audio/rtlshort22_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort23_MP3WRAP.mp3 b/resources/public/audio/rtlshort23_MP3WRAP.mp3 new file mode 100644 index 0000000..509fdbc Binary files /dev/null and b/resources/public/audio/rtlshort23_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort24_MP3WRAP.mp3 b/resources/public/audio/rtlshort24_MP3WRAP.mp3 new file mode 100644 index 0000000..5fa644b Binary files /dev/null and b/resources/public/audio/rtlshort24_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort25_MP3WRAP.mp3 b/resources/public/audio/rtlshort25_MP3WRAP.mp3 new file mode 100644 index 0000000..af22e7b Binary files /dev/null and b/resources/public/audio/rtlshort25_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort26_MP3WRAP.mp3 b/resources/public/audio/rtlshort26_MP3WRAP.mp3 new file mode 100644 index 0000000..6f5c333 Binary files /dev/null and b/resources/public/audio/rtlshort26_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort27_MP3WRAP.mp3 b/resources/public/audio/rtlshort27_MP3WRAP.mp3 new file mode 100644 index 0000000..95a1bbb Binary files /dev/null and b/resources/public/audio/rtlshort27_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort28_MP3WRAP.mp3 b/resources/public/audio/rtlshort28_MP3WRAP.mp3 new file mode 100644 index 0000000..161a7d4 Binary files /dev/null and b/resources/public/audio/rtlshort28_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort29_MP3WRAP.mp3 b/resources/public/audio/rtlshort29_MP3WRAP.mp3 new file mode 100644 index 0000000..ec9a504 Binary files /dev/null and b/resources/public/audio/rtlshort29_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort30_MP3WRAP.mp3 b/resources/public/audio/rtlshort30_MP3WRAP.mp3 new file mode 100644 index 0000000..ef5c95e Binary files /dev/null and b/resources/public/audio/rtlshort30_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort31_MP3WRAP.mp3 b/resources/public/audio/rtlshort31_MP3WRAP.mp3 new file mode 100644 index 0000000..7287e53 Binary files /dev/null and b/resources/public/audio/rtlshort31_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort32_MP3WRAP.mp3 b/resources/public/audio/rtlshort32_MP3WRAP.mp3 new file mode 100644 index 0000000..57147b3 Binary files /dev/null and b/resources/public/audio/rtlshort32_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort33_MP3WRAP.mp3 b/resources/public/audio/rtlshort33_MP3WRAP.mp3 new file mode 100644 index 0000000..8712adc Binary files /dev/null and b/resources/public/audio/rtlshort33_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort34_MP3WRAP.mp3 b/resources/public/audio/rtlshort34_MP3WRAP.mp3 new file mode 100644 index 0000000..e221e9b Binary files /dev/null and b/resources/public/audio/rtlshort34_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort35_MP3WRAP.mp3 b/resources/public/audio/rtlshort35_MP3WRAP.mp3 new file mode 100644 index 0000000..7abf8b2 Binary files /dev/null and b/resources/public/audio/rtlshort35_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort36_MP3WRAP.mp3 b/resources/public/audio/rtlshort36_MP3WRAP.mp3 new file mode 100644 index 0000000..4d0cc7a Binary files /dev/null and b/resources/public/audio/rtlshort36_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort37_MP3WRAP.mp3 b/resources/public/audio/rtlshort37_MP3WRAP.mp3 new file mode 100644 index 0000000..61aad84 Binary files /dev/null and b/resources/public/audio/rtlshort37_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort38_MP3WRAP.mp3 b/resources/public/audio/rtlshort38_MP3WRAP.mp3 new file mode 100644 index 0000000..fffefc6 Binary files /dev/null and b/resources/public/audio/rtlshort38_MP3WRAP.mp3 differ diff --git a/resources/public/audio/rtlshort39_MP3WRAP.mp3 b/resources/public/audio/rtlshort39_MP3WRAP.mp3 new file mode 100644 index 0000000..ec25872 Binary files /dev/null and b/resources/public/audio/rtlshort39_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttblongB_MP3WRAP.mp3 b/resources/public/audio/ttblongB_MP3WRAP.mp3 new file mode 100644 index 0000000..6dc9ea8 Binary files /dev/null and b/resources/public/audio/ttblongB_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttblongC_MP3WRAP.mp3 b/resources/public/audio/ttblongC_MP3WRAP.mp3 new file mode 100644 index 0000000..1ca392b Binary files /dev/null and b/resources/public/audio/ttblongC_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttblongD_MP3WRAP.mp3 b/resources/public/audio/ttblongD_MP3WRAP.mp3 new file mode 100644 index 0000000..dbebc1a Binary files /dev/null and b/resources/public/audio/ttblongD_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttblongE_MP3WRAP.mp3 b/resources/public/audio/ttblongE_MP3WRAP.mp3 new file mode 100644 index 0000000..d148790 Binary files /dev/null and b/resources/public/audio/ttblongE_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttblongF_MP3WRAP.mp3 b/resources/public/audio/ttblongF_MP3WRAP.mp3 new file mode 100644 index 0000000..dadb46c Binary files /dev/null and b/resources/public/audio/ttblongF_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttblongG_MP3WRAP.mp3 b/resources/public/audio/ttblongG_MP3WRAP.mp3 new file mode 100644 index 0000000..9b52fd7 Binary files /dev/null and b/resources/public/audio/ttblongG_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttblongH_MP3WRAP.mp3 b/resources/public/audio/ttblongH_MP3WRAP.mp3 new file mode 100644 index 0000000..12c21b4 Binary files /dev/null and b/resources/public/audio/ttblongH_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttblongI_MP3WRAP.mp3 b/resources/public/audio/ttblongI_MP3WRAP.mp3 new file mode 100644 index 0000000..1e7ca47 Binary files /dev/null and b/resources/public/audio/ttblongI_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttblongJ_MP3WRAP.mp3 b/resources/public/audio/ttblongJ_MP3WRAP.mp3 new file mode 100644 index 0000000..87c8bc3 Binary files /dev/null and b/resources/public/audio/ttblongJ_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttblongK_MP3WRAP.mp3 b/resources/public/audio/ttblongK_MP3WRAP.mp3 new file mode 100644 index 0000000..f4fa4dd Binary files /dev/null and b/resources/public/audio/ttblongK_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttblongL_MP3WRAP.mp3 b/resources/public/audio/ttblongL_MP3WRAP.mp3 new file mode 100644 index 0000000..732187a Binary files /dev/null and b/resources/public/audio/ttblongL_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttblongM_MP3WRAP.mp3 b/resources/public/audio/ttblongM_MP3WRAP.mp3 new file mode 100644 index 0000000..6d478b1 Binary files /dev/null and b/resources/public/audio/ttblongM_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttbshortb_MP3WRAP.mp3 b/resources/public/audio/ttbshortb_MP3WRAP.mp3 new file mode 100644 index 0000000..73b901a Binary files /dev/null and b/resources/public/audio/ttbshortb_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttbshortc_MP3WRAP.mp3 b/resources/public/audio/ttbshortc_MP3WRAP.mp3 new file mode 100644 index 0000000..781e233 Binary files /dev/null and b/resources/public/audio/ttbshortc_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttbshortd_MP3WRAP.mp3 b/resources/public/audio/ttbshortd_MP3WRAP.mp3 new file mode 100644 index 0000000..497e555 Binary files /dev/null and b/resources/public/audio/ttbshortd_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttbshorte_MP3WRAP.mp3 b/resources/public/audio/ttbshorte_MP3WRAP.mp3 new file mode 100644 index 0000000..e6d26af Binary files /dev/null and b/resources/public/audio/ttbshorte_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttbshortf_MP3WRAP.mp3 b/resources/public/audio/ttbshortf_MP3WRAP.mp3 new file mode 100644 index 0000000..91cf180 Binary files /dev/null and b/resources/public/audio/ttbshortf_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttbshortg_MP3WRAP.mp3 b/resources/public/audio/ttbshortg_MP3WRAP.mp3 new file mode 100644 index 0000000..d9f6523 Binary files /dev/null and b/resources/public/audio/ttbshortg_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttbshorth_MP3WRAP.mp3 b/resources/public/audio/ttbshorth_MP3WRAP.mp3 new file mode 100644 index 0000000..ab56f6f Binary files /dev/null and b/resources/public/audio/ttbshorth_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttbshorti_MP3WRAP.mp3 b/resources/public/audio/ttbshorti_MP3WRAP.mp3 new file mode 100644 index 0000000..9fa2105 Binary files /dev/null and b/resources/public/audio/ttbshorti_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttbshortj_MP3WRAP.mp3 b/resources/public/audio/ttbshortj_MP3WRAP.mp3 new file mode 100644 index 0000000..3e49ad1 Binary files /dev/null and b/resources/public/audio/ttbshortj_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttbshortk_MP3WRAP.mp3 b/resources/public/audio/ttbshortk_MP3WRAP.mp3 new file mode 100644 index 0000000..dab9ab1 Binary files /dev/null and b/resources/public/audio/ttbshortk_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttbshortl_MP3WRAP.mp3 b/resources/public/audio/ttbshortl_MP3WRAP.mp3 new file mode 100644 index 0000000..e0399d5 Binary files /dev/null and b/resources/public/audio/ttbshortl_MP3WRAP.mp3 differ diff --git a/resources/public/audio/ttbshortm_MP3WRAP.mp3 b/resources/public/audio/ttbshortm_MP3WRAP.mp3 new file mode 100644 index 0000000..06cb218 Binary files /dev/null and b/resources/public/audio/ttbshortm_MP3WRAP.mp3 differ diff --git a/resources/public/chars b/resources/public/chars new file mode 100644 index 0000000..ca25d8c --- /dev/null +++ b/resources/public/chars @@ -0,0 +1,468 @@ +ਅ +ਆ +ਇ +ਈ +ਉ +ਊ +ਏ +ਐ +ਓ +ਔ +ਅੰ +ਆਂ +ਸ +ਸਾ +ਸਿ +ਸੀ +ਸੁ +ਸੂ +ਸੇ +ਸੈ +ਸੋ +ਸੌ +ਸੰ +ਸਾਂ +ਹ +ਹਾ +ਹਿ +ਹੀ +ਹੁ +ਹੂ +ਹੇ +ਹੈ +ਹੋ +ਹੌ +ਹੰ +ਹਾਂ +ਕ +ਕਾ +ਕਿ +ਕੀ +ਕੁ +ਕੂ +ਕੇ +ਕੈ +ਕੋ +ਕੌ +ਕੰ +ਕਾਂ +ਖ +ਖਾ +ਖਿ +ਖੀ +ਖੁ +ਖੂ +ਖੇ +ਖੈ +ਖੋ +ਖੌ +ਖੰ +ਖਾਂ +ਗ +ਗਾ +ਗਿ +ਗੀ +ਗੁ +ਗੂ +ਗੇ +ਗੈ +ਗੋ +ਗੌ +ਗੰ +ਗਾਂ +ਘ +ਘਾ +ਘਿ +ਘੀ +ਘੁ +ਘੂ +ਘੇ +ਘੈ +ਘੋ +ਘੌ +ਘੰ +ਘਾਂ +ਙ +ਙਾ +ਙਿ +ਙੀ +ਙੁ +ਙੂ +ਙੇ +ਙੈ +ਙੋ +ਙੌ +ਙੰ +ਙਾਂ +ਚ +ਚਾ +ਚਿ +ਚੀ +ਚੁ +ਚੂ +ਚੇ +ਚੈ +ਚੋ +ਚੌ +ਚੰ +ਚਾਂ +ਛ +ਛਾ +ਛਿ +ਛੀ +ਛੁ +ਛੂ +ਛੇ +ਛੈ +ਛੋ +ਛੌ +ਛੰ +ਛਾਂ +ਜ +ਜਾ +ਜਿ +ਜੀ +ਜੁ +ਜੂ +ਜੇ +ਜੈ +ਜੋ +ਜੌ +ਜੰ +ਜਾਂ +ਝ +ਝਾ +ਝਿ +ਝੀ +ਝੁ +ਝੂ +ਝੇ +ਝੈ +ਝੋ +ਝੌ +ਝੰ +ਝਾਂ +ਞ +ਞਾ +ਞਿ +ਞੀ +ਞੁ +ਞੂ +ਞੇ +ਞੈ +ਞੋ +ਞੌ +ਞੰ +ਞਾਂ +ਟ +ਟਾ +ਟਿ +ਟੀ +ਟੁ +ਟੂ +ਟੇ +ਟੈ +ਟੋ +ਟੌ +ਟੰ +ਟਾਂ +ਠ +ਠਾ +ਠਿ +ਠੀ +ਠੁ +ਠੂ +ਠੇ +ਠੈ +ਠੋ +ਠੌ +ਠੰ +ਠਾਂ +ਡ +ਡਾ +ਡਿ +ਡੀ +ਡੁ +ਡੂ +ਡੇ +ਡੈ +ਡੋ +ਡੌ +ਡੰ +ਡਾਂ +ਢ +ਢਾ +ਢਿ +ਢੀ +ਢੁ +ਢੂ +ਢੇ +ਢੈ +ਢੋ +ਢੌ +ਢੰ +ਢਾਂ +ਣ +ਣਾ +ਣਿ +ਣੀ +ਣੁ +ਣੂ +ਣੇ +ਣੈ +ਣੋ +ਣੌ +ਣੰ +ਣਾਂ +ਤ +ਤਾ +ਤਿ +ਤੀ +ਤੁ +ਤੂ +ਤੇ +ਤੈ +ਤੋ +ਤੌ +ਤੰ +ਤਾਂ +ਥ +ਥਾ +ਥਿ +ਥੀ +ਥੁ +ਥੂ +ਥੇ +ਥੈ +ਥੋ +ਥੌ +ਥੰ +ਥਾਂ +ਦ +ਦਾ +ਦਿ +ਦੀ +ਦੁ +ਦੂ +ਦੇ +ਦੈ +ਦੋ +ਦੌ +ਦੰ +ਦਾਂ +ਧ +ਧਾ +ਧਿ +ਧੀ +ਧੁ +ਧੂ +ਧੇ +ਧੈ +ਧੋ +ਧੌ +ਧੰ +ਧਾਂ +ਨ +ਨਾ +ਨਿ +ਨੀ +ਨੁ +ਨੂ +ਨੇ +ਨੈ +ਨੋ +ਨੌ +ਨੰ +ਨਾਂ +ਪ +ਪਾ +ਪਿ +ਪੀ +ਪੁ +ਪੂ +ਪੇ +ਪੈ +ਪੋ +ਪੌ +ਪੰ +ਪਾਂ +ਫ +ਫਾ +ਫਿ +ਫੀ +ਫੁ +ਫੂ +ਫੇ +ਫੈ +ਫੋ +ਫੌ +ਫੰ +ਫਾਂ +ਬ +ਬਾ +ਬਿ +ਬੀ +ਬੁ +ਬੂ +ਬੇ +ਬੈ +ਬੋ +ਬੌ +ਬੰ +ਬਾਂ +ਭ +ਭਾ +ਭਿ +ਭੀ +ਭੁ +ਭੂ +ਭੇ +ਭੈ +ਭੋ +ਭੌ +ਭੰ +ਭਾਂ +ਮ +ਮਾ +ਮਿ +ਮੀ +ਮੁ +ਮੂ +ਮੇ +ਮੈ +ਮੋ +ਮੌ +ਮੰ +ਮਾਂ +ਯ +ਯਾ +ਯਿ +ਯੀ +ਯੁ +ਯੂ +ਯੇ +ਯੈ +ਯੋ +ਯੌ +ਯੰ +ਯਾਂ +ਰ +ਰਾ +ਰਿ +ਰੀ +ਰੁ +ਰੂ +ਰੇ +ਰੈ +ਰੋ +ਰੌ +ਰੰ +ਰਾਂ +ਲ +ਲਾ +ਲਿ +ਲੀ +ਲੁ +ਲੂ +ਲੇ +ਲੈ +ਲੋ +ਲੌ +ਲੰ +ਲਾਂ +ਵ +ਵਾ +ਵਿ +ਵੀ +ਵੁ +ਵੂ +ਵੇ +ਵੈ +ਵੋ +ਵੌ +ਵੰ +ਵਾਂ +ੜ +ੜਾ +ੜਿ +ੜੀ +ੜੁ +ੜੂ +ੜੇ +ੜੈ +ੜੋ +ੜੌ +ੜੰ +ੜਾਂ +ਸ਼ +ਸ਼ਾ +ਸ਼ਿ +ਸ਼ੀ +ਸ਼ੁ +ਸ਼ੂ +ਸ਼ੇ +ਸ਼ੈ +ਸ਼ੋ +ਸ਼ੌ +ਸ਼ੰ +ਸ਼ਾਂ +ਖ਼ +ਖ਼ਾ +ਖ਼ਿ +ਖ਼ੀ +ਖ਼ੁ +ਖ਼ੂ +ਖ਼ੇ +ਖ਼ੈ +ਖ਼ੋ +ਖ਼ੌ +ਖ਼ੰ +ਖ਼ਾਂ +ਗ਼ +ਗ਼ਾ +ਗ਼ਿ +ਗ਼ੀ +ਗ਼ੁ +ਗ਼ੂ +ਗ਼ੇ +ਗ਼ੈ +ਗ਼ੋ +ਗ਼ੌ +ਗ਼ੰ +ਗ਼ਾਂ +ਜ਼ +ਜ਼ਾ +ਜ਼ਿ +ਜ਼ੀ +ਜ਼ੁ +ਜ਼ੂ +ਜ਼ੇ +ਜ਼ੈ +ਜ਼ੋ +ਜ਼ੌ +ਜ਼ੰ +ਜ਼ਾਂ +ਫ਼ +ਫ਼ਾ +ਫ਼ਿ +ਫ਼ੀ +ਫ਼ੁ +ਫ਼ੂ +ਫ਼ੇ +ਫ਼ੈ +ਫ਼ੋ +ਫ਼ੌ +ਫ਼ੰ +ਫ਼ਾਂ +ਲ਼ +ਲ਼ਾ +ਲ਼ਿ +ਲ਼ੀ +ਲ਼ੁ +ਲ਼ੂ +ਲ਼ੇ +ਲ਼ੈ +ਲ਼ੋ +ਲ਼ੌ +ਲ਼ੰ +ਲ਼ਾਂ diff --git a/resources/public/img/bug.jpg b/resources/public/img/bug.jpg new file mode 100644 index 0000000..add6754 Binary files /dev/null and b/resources/public/img/bug.jpg differ diff --git a/resources/public/index.html b/resources/public/index.html new file mode 100644 index 0000000..bb0d79d --- /dev/null +++ b/resources/public/index.html @@ -0,0 +1,2720 @@ + + + + + + Muharni table + + +

Muharni table

+ +
+

Long forms

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
MuktāKannāSihārīBihārīAuṅkaṛDulaiṅkaṛLāvāDulāvāHōṛāKanauṛāṬippīBindī
Play + downPlay + downPlay + downPlay + downPlay + downPlay + downPlay + downPlay + downPlay + downPlay + downPlay + downPlay + down
Play + LTRਅੰਆਂPlay + RTL
Play + LTRਸਾਸਿਸੀਸੁਸੂਸੇਸੈਸੋਸੌਸੰਸਾਂPlay + RTL
Play + LTRਹਾਹਿਹੀਹੁਹੂਹੇਹੈਹੋਹੌਹੰਹਾਂPlay + RTL
Play + LTRਕਾਕਿਕੀਕੁਕੂਕੇਕੈਕੋਕੌਕੰਕਾਂPlay + RTL
Play + LTRਖਾਖਿਖੀਖੁਖੂਖੇਖੈਖੋਖੌਖੰਖਾਂPlay + RTL
Play + LTRਗਾਗਿਗੀਗੁਗੂਗੇਗੈਗੋਗੌਗੰਗਾਂPlay + RTL
Play + LTRਘਾਘਿਘੀਘੁਘੂਘੇਘੈਘੋਘੌਘੰਘਾਂPlay + RTL
Play + LTRਙਾਙਿਙੀਙੁਙੂਙੇਙੈਙੋਙੌਙੰਙਾਂPlay + RTL
Play + LTRਚਾਚਿਚੀਚੁਚੂਚੇਚੈਚੋਚੌਚੰਚਾਂPlay + RTL
Play + LTRਛਾਛਿਛੀਛੁਛੂਛੇਛੈਛੋਛੌਛੰਛਾਂPlay + RTL
Play + LTRਜਾਜਿਜੀਜੁਜੂਜੇਜੈਜੋਜੌਜੰਜਾਂPlay + RTL
Play + LTRਝਾਝਿਝੀਝੁਝੂਝੇਝੈਝੋਝੌਝੰਝਾਂPlay + RTL
Play + LTRਞਾਞਿਞੀਞੁਞੂਞੇਞੈਞੋਞੌਞੰਞਾਂPlay + RTL
Play + LTRਟਾਟਿਟੀਟੁਟੂਟੇਟੈਟੋਟੌਟੰਟਾਂPlay + RTL
Play + LTRਠਾਠਿਠੀਠੁਠੂਠੇਠੈਠੋਠੌਠੰਠਾਂPlay + RTL
Play + LTRਡਾਡਿਡੀਡੁਡੂਡੇਡੈਡੋਡੌਡੰਡਾਂPlay + RTL
Play + LTRਢਾਢਿਢੀਢੁਢੂਢੇਢੈਢੋਢੌਢੰਢਾਂPlay + RTL
Play + LTRਣਾਣਿਣੀਣੁਣੂਣੇਣੈਣੋਣੌਣੰਣਾਂPlay + RTL
Play + LTRਤਾਤਿਤੀਤੁਤੂਤੇਤੈਤੋਤੌਤੰਤਾਂPlay + RTL
Play + LTRਥਾਥਿਥੀਥੁਥੂਥੇਥੈਥੋਥੌਥੰਥਾਂPlay + RTL
Play + LTRਦਾਦਿਦੀਦੁਦੂਦੇਦੈਦੋਦੌਦੰਦਾਂPlay + RTL
Play + LTRਧਾਧਿਧੀਧੁਧੂਧੇਧੈਧੋਧੌਧੰਧਾਂPlay + RTL
Play + LTRਨਾਨਿਨੀਨੁਨੂਨੇਨੈਨੋਨੌਨੰਨਾਂPlay + RTL
Play + LTRਪਾਪਿਪੀਪੁਪੂਪੇਪੈਪੋਪੌਪੰਪਾਂPlay + RTL
Play + LTRਫਾਫਿਫੀਫੁਫੂਫੇਫੈਫੋਫੌਫੰਫਾਂPlay + RTL
Play + LTRਬਾਬਿਬੀਬੁਬੂਬੇਬੈਬੋਬੌਬੰਬਾਂPlay + RTL
Play + LTRਭਾਭਿਭੀਭੁਭੂਭੇਭੈਭੋਭੌਭੰਭਾਂPlay + RTL
Play + LTRਮਾਮਿਮੀਮੁਮੂਮੇਮੈਮੋਮੌਮੰਮਾਂPlay + RTL
Play + LTRਯਾਯਿਯੀਯੁਯੂਯੇਯੈਯੋਯੌਯੰਯਾਂPlay + RTL
Play + LTRਰਾਰਿਰੀਰੁਰੂਰੇਰੈਰੋਰੌਰੰਰਾਂPlay + RTL
Play + LTRਲਾਲਿਲੀਲੁਲੂਲੇਲੈਲੋਲੌਲੰਲਾਂPlay + RTL
Play + LTRਵਾਵਿਵੀਵੁਵੂਵੇਵੈਵੋਵੌਵੰਵਾਂPlay + RTL
Play + LTRੜਾੜਿੜੀੜੁੜੂੜੇੜੈੜੋੜੌੜੰੜਾਂPlay + RTL
Play + LTRਸ਼ਾਸ਼ਿਸ਼ੀਸ਼ੁਸ਼ੂਸ਼ੇਸ਼ੈਸ਼ੋਸ਼ੌਸ਼ੰਸ਼ਾਂPlay + RTL
Play + LTRਖ਼ਖ਼ਾਖ਼ਿਖ਼ੀਖ਼ੁਖ਼ੂਖ਼ੇਖ਼ੈਖ਼ੋਖ਼ੌਖ਼ੰਖ਼ਾਂPlay + RTL
Play + LTRਗ਼ਗ਼ਾਗ਼ਿਗ਼ੀਗ਼ੁਗ਼ੂਗ਼ੇਗ਼ੈਗ਼ੋਗ਼ੌਗ਼ੰਗ਼ਾਂPlay + RTL
Play + LTRਜ਼ਾਜ਼ਿਜ਼ੀਜ਼ੁਜ਼ੂਜ਼ੇਜ਼ੈਜ਼ੋਜ਼ੌਜ਼ੰਜ਼ਾਂPlay + RTL
Play + LTRਫ਼ਫ਼ਾਫ਼ਿਫ਼ੀਫ਼ੁਫ਼ੂਫ਼ੇਫ਼ੈਫ਼ੋਫ਼ੌਫ਼ੰਫ਼ਾਂPlay + RTL
Play + LTRਲ਼ਲ਼ਾਲ਼ਿਲ਼ੀਲ਼ੁਲ਼ੂਲ਼ੇਲ਼ੈਲ਼ੋਲ਼ੌਲ਼ੰਲ਼ਾਂPlay + RTL
Play + upPlay + upPlay + upPlay + upPlay + upPlay + upPlay + upPlay + upPlay + upPlay + upPlay + upPlay + up
+
+ + + + diff --git a/resources/public/style.css b/resources/public/style.css new file mode 100644 index 0000000..9be08f2 --- /dev/null +++ b/resources/public/style.css @@ -0,0 +1,43 @@ +body { + padding: 0 5%; +} + +table { + margin: auto; +} + +td, +th { + width: 7%; + border: thin solid silver; + text-align: center; +} + +td:hover { + background-color: silver; +} + +th { + background-color: silver; +} + +.entry { + font-size: 3em; +} + +#bug { + width: 1em; + height: 1em; +} + +#footer { + margin-top: 2em; + border-top: thin solid gray; + text-align: center; + font-size: 0.8em; +} + +#footer p { + margin: 0; + padding: 0.25em; +} \ No newline at end of file diff --git a/src/muharni/construct.clj b/src/muharni/construct.clj new file mode 100644 index 0000000..3848950 --- /dev/null +++ b/src/muharni/construct.clj @@ -0,0 +1,221 @@ +(ns muharni.construct + "Construct 'Muharni' tables used in learning Gurmukhi script, a script + devised and tradiitionally used for Sikh religious texts." + (:require [hiccup.core :refer [html]] + [clojure.java.io :refer [input-stream]] + [clojure.string :as s]) + (:import [java.io StringWriter PrintWriter] + [java.util Properties] + [org.w3c.tidy Tidy])) + + +(def entries + "Entries in the table. Note that I'm not clear whether these entries + represent individual characters, or syllables, but for my purposes + it doesn't matter" + [["ਅ" "ਆ" "ਇ" "ਈ" "ਉ" "ਊ" "ਏ" "ਐ" "ਓ" "ਔ" "ਅੰ" "ਆਂ"] + ["ਸ" "ਸਾ" "ਸਿ" "ਸੀ" "ਸੁ" "ਸੂ" "ਸੇ" "ਸੈ" "ਸੋ" "ਸੌ" "ਸੰ" "ਸਾਂ"] + ["ਹ" "ਹਾ" "ਹਿ" "ਹੀ" "ਹੁ" "ਹੂ" "ਹੇ" "ਹੈ" "ਹੋ" "ਹੌ" "ਹੰ" "ਹਾਂ"] + ["ਕ" "ਕਾ" "ਕਿ" "ਕੀ" "ਕੁ" "ਕੂ" "ਕੇ" "ਕੈ" "ਕੋ" "ਕੌ" "ਕੰ" "ਕਾਂ"] + ["ਖ" "ਖਾ" "ਖਿ" "ਖੀ" "ਖੁ" "ਖੂ" "ਖੇ" "ਖੈ" "ਖੋ" "ਖੌ" "ਖੰ" "ਖਾਂ"] + ["ਗ" "ਗਾ" "ਗਿ" "ਗੀ" "ਗੁ" "ਗੂ" "ਗੇ" "ਗੈ" "ਗੋ" "ਗੌ" "ਗੰ" "ਗਾਂ"] + ["ਘ" "ਘਾ" "ਘਿ" "ਘੀ" "ਘੁ" "ਘੂ" "ਘੇ" "ਘੈ" "ਘੋ" "ਘੌ" "ਘੰ" "ਘਾਂ"] + ["ਙ" "ਙਾ" "ਙਿ" "ਙੀ" "ਙੁ" "ਙੂ" "ਙੇ" "ਙੈ" "ਙੋ" "ਙੌ" "ਙੰ" "ਙਾਂ"] + ["ਚ" "ਚਾ" "ਚਿ" "ਚੀ" "ਚੁ" "ਚੂ" "ਚੇ" "ਚੈ" "ਚੋ" "ਚੌ" "ਚੰ" "ਚਾਂ"] + ["ਛ" "ਛਾ" "ਛਿ" "ਛੀ" "ਛੁ" "ਛੂ" "ਛੇ" "ਛੈ" "ਛੋ" "ਛੌ" "ਛੰ" "ਛਾਂ"] + ["ਜ" "ਜਾ" "ਜਿ" "ਜੀ" "ਜੁ" "ਜੂ" "ਜੇ" "ਜੈ" "ਜੋ" "ਜੌ" "ਜੰ" "ਜਾਂ"] + ["ਝ" "ਝਾ" "ਝਿ" "ਝੀ" "ਝੁ" "ਝੂ" "ਝੇ" "ਝੈ" "ਝੋ" "ਝੌ" "ਝੰ" "ਝਾਂ"] + ["ਞ" "ਞਾ" "ਞਿ" "ਞੀ" "ਞੁ" "ਞੂ" "ਞੇ" "ਞੈ" "ਞੋ" "ਞੌ" "ਞੰ" "ਞਾਂ"] + ["ਟ" "ਟਾ" "ਟਿ" "ਟੀ" "ਟੁ" "ਟੂ" "ਟੇ" "ਟੈ" "ਟੋ" "ਟੌ" "ਟੰ" "ਟਾਂ"] + ["ਠ" "ਠਾ" "ਠਿ" "ਠੀ" "ਠੁ" "ਠੂ" "ਠੇ" "ਠੈ" "ਠੋ" "ਠੌ" "ਠੰ" "ਠਾਂ"] + ["ਡ" "ਡਾ" "ਡਿ" "ਡੀ" "ਡੁ" "ਡੂ" "ਡੇ" "ਡੈ" "ਡੋ" "ਡੌ" "ਡੰ" "ਡਾਂ"] + ["ਢ" "ਢਾ" "ਢਿ" "ਢੀ" "ਢੁ" "ਢੂ" "ਢੇ" "ਢੈ" "ਢੋ" "ਢੌ" "ਢੰ" "ਢਾਂ"] + ["ਣ" "ਣਾ" "ਣਿ" "ਣੀ" "ਣੁ" "ਣੂ" "ਣੇ" "ਣੈ" "ਣੋ" "ਣੌ" "ਣੰ" "ਣਾਂ"] + ["ਤ" "ਤਾ" "ਤਿ" "ਤੀ" "ਤੁ" "ਤੂ" "ਤੇ" "ਤੈ" "ਤੋ" "ਤੌ" "ਤੰ" "ਤਾਂ"] + ["ਥ" "ਥਾ" "ਥਿ" "ਥੀ" "ਥੁ" "ਥੂ" "ਥੇ" "ਥੈ" "ਥੋ" "ਥੌ" "ਥੰ" "ਥਾਂ"] + ["ਦ" "ਦਾ" "ਦਿ" "ਦੀ" "ਦੁ" "ਦੂ" "ਦੇ" "ਦੈ" "ਦੋ" "ਦੌ" "ਦੰ" "ਦਾਂ"] + ["ਧ" "ਧਾ" "ਧਿ" "ਧੀ" "ਧੁ" "ਧੂ" "ਧੇ" "ਧੈ" "ਧੋ" "ਧੌ" "ਧੰ" "ਧਾਂ"] + ["ਨ" "ਨਾ" "ਨਿ" "ਨੀ" "ਨੁ" "ਨੂ" "ਨੇ" "ਨੈ" "ਨੋ" "ਨੌ" "ਨੰ" "ਨਾਂ"] + ["ਪ" "ਪਾ" "ਪਿ" "ਪੀ" "ਪੁ" "ਪੂ" "ਪੇ" "ਪੈ" "ਪੋ" "ਪੌ" "ਪੰ" "ਪਾਂ"] + ["ਫ" "ਫਾ" "ਫਿ" "ਫੀ" "ਫੁ" "ਫੂ" "ਫੇ" "ਫੈ" "ਫੋ" "ਫੌ" "ਫੰ" "ਫਾਂ"] + ["ਬ" "ਬਾ" "ਬਿ" "ਬੀ" "ਬੁ" "ਬੂ" "ਬੇ" "ਬੈ" "ਬੋ" "ਬੌ" "ਬੰ" "ਬਾਂ"] + ["ਭ" "ਭਾ" "ਭਿ" "ਭੀ" "ਭੁ" "ਭੂ" "ਭੇ" "ਭੈ" "ਭੋ" "ਭੌ" "ਭੰ" "ਭਾਂ"] + ["ਮ" "ਮਾ" "ਮਿ" "ਮੀ" "ਮੁ" "ਮੂ" "ਮੇ" "ਮੈ" "ਮੋ" "ਮੌ" "ਮੰ" "ਮਾਂ"] + ["ਯ" "ਯਾ" "ਯਿ" "ਯੀ" "ਯੁ" "ਯੂ" "ਯੇ" "ਯੈ" "ਯੋ" "ਯੌ" "ਯੰ" "ਯਾਂ"] + ["ਰ" "ਰਾ" "ਰਿ" "ਰੀ" "ਰੁ" "ਰੂ" "ਰੇ" "ਰੈ" "ਰੋ" "ਰੌ" "ਰੰ" "ਰਾਂ"] + ["ਲ" "ਲਾ" "ਲਿ" "ਲੀ" "ਲੁ" "ਲੂ" "ਲੇ" "ਲੈ" "ਲੋ" "ਲੌ" "ਲੰ" "ਲਾਂ"] + ["ਵ" "ਵਾ" "ਵਿ" "ਵੀ" "ਵੁ" "ਵੂ" "ਵੇ" "ਵੈ" "ਵੋ" "ਵੌ" "ਵੰ" "ਵਾਂ"] + ["ੜ" "ੜਾ" "ੜਿ" "ੜੀ" "ੜੁ" "ੜੂ" "ੜੇ" "ੜੈ" "ੜੋ" "ੜੌ" "ੜੰ" "ੜਾਂ"] + ["ਸ਼" "ਸ਼ਾ" "ਸ਼ਿ" "ਸ਼ੀ" "ਸ਼ੁ" "ਸ਼ੂ" "ਸ਼ੇ" "ਸ਼ੈ" "ਸ਼ੋ" "ਸ਼ੌ" "ਸ਼ੰ" "ਸ਼ਾਂ"] + ["ਖ਼" "ਖ਼ਾ" "ਖ਼ਿ" "ਖ਼ੀ" "ਖ਼ੁ" "ਖ਼ੂ" "ਖ਼ੇ" "ਖ਼ੈ" "ਖ਼ੋ" "ਖ਼ੌ" "ਖ਼ੰ" "ਖ਼ਾਂ"] + ["ਗ਼" "ਗ਼ਾ" "ਗ਼ਿ" "ਗ਼ੀ" "ਗ਼ੁ" "ਗ਼ੂ" "ਗ਼ੇ" "ਗ਼ੈ" "ਗ਼ੋ" "ਗ਼ੌ" "ਗ਼ੰ" "ਗ਼ਾਂ"] + ["ਜ਼" "ਜ਼ਾ" "ਜ਼ਿ" "ਜ਼ੀ" "ਜ਼ੁ" "ਜ਼ੂ" "ਜ਼ੇ" "ਜ਼ੈ" "ਜ਼ੋ" "ਜ਼ੌ" "ਜ਼ੰ" "ਜ਼ਾਂ"] + ["ਫ਼" "ਫ਼ਾ" "ਫ਼ਿ" "ਫ਼ੀ" "ਫ਼ੁ" "ਫ਼ੂ" "ਫ਼ੇ" "ਫ਼ੈ" "ਫ਼ੋ" "ਫ਼ੌ" "ਫ਼ੰ" "ਫ਼ਾਂ"] + ["ਲ਼" "ਲ਼ਾ" "ਲ਼ਿ" "ਲ਼ੀ" "ਲ਼ੁ" "ਲ਼ੂ" "ਲ਼ੇ" "ਲ਼ੈ" "ਲ਼ੋ" "ਲ਼ੌ" "ਲ਼ੰ" "ਲ਼ਾਂ"]]) + +;; (apply min (map count entries)) + +(def columns + "This is essentially just Lucy's own encoding of the sound file names, + I think, and has no further significance." + [{:name "Muktā", :lower-latin "b", :upper-latin "B"} + {:name "Kannā", :lower-latin "c", :upper-latin "C"} + {:name "Sihārī", :lower-latin "d", :upper-latin "D"} + {:name "Bihārī", :lower-latin "e", :upper-latin "E"} + {:name "Auṅkaṛ", :lower-latin "f", :upper-latin "F"} + {:name "Dulaiṅkaṛ", :lower-latin "g", :upper-latin "G"} + {:name "Lāvā", :lower-latin "h", :upper-latin "H"} + {:name "Dulāvā", :lower-latin "i", :upper-latin "I"} + {:name "Hōṛā", :lower-latin "j", :upper-latin "J"} + {:name "Kanauṛā", :lower-latin "k", :upper-latin "K"} + {:name "Ṭippī", :lower-latin "l", :upper-latin "L"} + {:name "Bindī", :lower-latin "m", :upper-latin "M"}]) + +;; (defn audio +;; [^Integer col ^Integer row ^Boolean long?] +;; [:audio {:controls true} +;; [:source {:src (format "audio/%02d%s.mp3" +;; (inc row) +;; ((columns col) (if long? :upper-latin :lower-latin))) +;; :type "audio/mpeg"}]]) + +(defn entry-cell + "Emit a table cell describing one entry from entries with either the + long or short audio clip available on click. " + [^Integer row ^Integer col ^Boolean long?] + (vector :td {:class "entry" + + :onclick (format + "new Audio('audio/%02d%s.mp3').play();" + (inc row) + ((columns col) (if long? :upper-latin :lower-latin)))} + ;; (audio row col long?) + ((entries row) col))) + +;; (entry-cell 3 4 true) + +(defn all-entries-cell + [^Integer row ^Boolean ltr? ^Boolean long?] + [:td {:class "play-row" + :onclick (format "new Audio('audio/%s%s%02d_MP3WRAP.mp3').play();" + (if ltr? "ltr" "rtl") + (if long? "long" "short") + (inc row))} + (str "Play " (if ltr? "LTR" "RTL"))]) + + +(defn entries-row + [^Integer row ^Boolean long?] + (apply vector + (concat [:tr] + [(all-entries-cell row true long?)] + (map #(entry-cell row % long?) (range (count columns))) + [(all-entries-cell row false long?)]))) + +;; (entries-row 3 true) + +(defn col-header-cell + [^Integer col] + (vector :th + (:name (columns col)))) + +(defn col-headers-row + [] + (apply vector (concat [:tr] + [[:th]] + (map col-header-cell (range (count columns))) + [[:th]]))) + +;; (col-headers-row) + +(defn play-column-row + [^Boolean ttb? ^Boolean long?] + (apply vector + (concat [:tr] + [[:td]] + (map #(vector + :td {:class "play-column" + :onclick (format + "new Audio('audio/%s%s%s_MP3WRAP.mp3').play();" + (if ttb? "ttb" "btt") + (if long? "long" "short") + ((columns %) (if long? :upper-latin :lower-latin)))} + (str "Play " (if ttb? "down" "up"))) + (range (count columns))) + [[:td]]))) + +;; (play-column-row true true) + +(defn table + [^Boolean long?] + (apply + vector + (concat [:table] + [(col-headers-row) + (play-column-row true long?)] + (map #(entries-row % long?) + (range + (count entries))) + [(play-column-row false long?)]))) + +;; (table true) + +(defn page + [title] + [:html + [:head + [:meta {:charset "UTF-8"}] + [:link {:rel "stylesheet" :href "style.css"}] + [:title (str title)]] + [:body + [:h1 (str title)] + [:button {:onclick "var l = document.getElementById('long'); + var s = document.getElementById('short'); + if (l.style.display == 'none') { + l.style.display = 'block'; + s.style.display = 'none'; + } else { + l.style.display = 'none'; + s.style.display = 'block'; + }"} "Toggle short/long"] + [:div {:id "long" + :style "display: block;"} + [:h2 "Long forms"] + (table true)] + [:div {:id "short" + :style "display: none;"} + [:h2 "Short forms"] + (table false)] + [:div {:id "footer"} + [:p "Made with love by " [:a {:href "mailto:simon@journeyman.cc"} "Simon Brooke"] " for " + [:img {:id "bug" :src "img/bug.jpg" :alt "Lucy Fyfe"}]] + [:p "all errors my own"]]]]) + +(defn tidy-page + "Reads HTML as a string, emits cleaned-up HTML as a string. This is not yet + working with HTML as produced by Hiccup, since Hiccup is currently + entitifying single quotes within (JavaScript) strings." + [^String page] + (let [tidy (Tidy.) + props (doto (Properties.) + (.setProperty "char-encoding" "UTF8") + (.setProperty "indent" "true") + (.setProperty "input-xml" "false") + (.setProperty "output-xml" "true") + (.setProperty "quote-ampersand" "no") + (.setProperty "smart-indent" "yes")) + output (StringWriter.)] + ;; (set! (. config indentContent) true) + ;; (set! (. config smartIndent) true) + (doto (.getConfiguration tidy) (.addProps props) (.adjust)) + (.parse tidy (input-stream (.getBytes page)) + output) + (.toString output))) + +(spit "resources/public/index.html" + (tidy-page + (s/replace + (str (html + ;;{:escape-strings? false} + (page "Muharni table"))) + #"\'" "'"))) diff --git a/src/sh/audio-links.sh b/src/sh/audio-links.sh new file mode 100644 index 0000000..07815a6 --- /dev/null +++ b/src/sh/audio-links.sh @@ -0,0 +1,25 @@ +#!/bin/bash + +# This script creats links from the audio recordings in the way I received them +# to a naming system which better supports the way I want to use them. + +# It should be run from within the resources/public/audio directory before any +# of the 'concat' scripts. + +for file in */*/*.mp3 +do + + new=`echo $file | sed 's?Row\([0-9]*\).*/short/[0-9]*\([A-Za-z]\).*.mp3?\1\2.mp3?'` + + ln $file ${new} + # echo "$file -> $new" +done + +for file in */*.mp3 +do + + new=`echo $file | sed 's?Row\([0-9]*\).*/[0-9]*\([A-Za-z]\).*.mp3?\1\2.mp3?'` + + ln $file ${new} + # echo "$file -> $new" +done \ No newline at end of file diff --git a/src/sh/concat-btt-audio.sh b/src/sh/concat-btt-audio.sh new file mode 100644 index 0000000..8d63db5 --- /dev/null +++ b/src/sh/concat-btt-audio.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +# concatenate audio for each column from bottom to top. +# Should be run from within the public/resources/audio directory AFTER the +# 'audio-links.sh' script has run. + +for col in A B C D E F G H I J K L M +do + longs=`ls [0-9][0-9]${col}.mp3 | sort -r` + mp3wrap bttlong${col}.mp3 ${longs} +done + +for col in a b c d e f g h i j k l m +do + shorts=`ls [0-9][0-9]${col}.mp3 | sort -r` + mp3wrap bttshort${col}.mp3 ${shorts} +done + + + diff --git a/src/sh/concat-ltr-audio.sh b/src/sh/concat-ltr-audio.sh new file mode 100644 index 0000000..a5eda26 --- /dev/null +++ b/src/sh/concat-ltr-audio.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +# concatenate audio for each row from left to right. +# Should be run from within the public/resources/audio directory AFTER the +# 'audio-links.sh' script has run. + +for row in 01 02 03 04 05 06 07 08 09 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 +do + mp3wrap ltrlong${row}.mp3 ${row}[A-Z].mp3 + mp3wrap ltrshort${row}.mp3 ${row}[a-z].mp3 +done \ No newline at end of file diff --git a/src/sh/concat-rtl-audio.sh b/src/sh/concat-rtl-audio.sh new file mode 100644 index 0000000..80bfea1 --- /dev/null +++ b/src/sh/concat-rtl-audio.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +# concatenate audio for each row from right to left. +# Should be run from within the public/resources/audio directory AFTER the +# 'audio-links.sh' script has run. + +for row in 01 02 03 04 05 06 07 08 09 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 +do + longs=`ls ${row}[A-Z].mp3 | sort -r` + ll=${longs//$ } + mp3wrap rtllong${row}.mp3 ${longs} + shorts=`ls ${row}[a-z].mp3 | sort -r` + mp3wrap rtlshort${row}.mp3 ${shorts} +done \ No newline at end of file diff --git a/src/sh/concat-ttb-audio.sh b/src/sh/concat-ttb-audio.sh new file mode 100644 index 0000000..222d1dd --- /dev/null +++ b/src/sh/concat-ttb-audio.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +# concatenate audio for each column from top to bottom. +# Should be run from within the public/resources/audio directory AFTER the +# 'audio-links.sh' script has run. + +for col in A B C D E F G H I J K L M +do + mp3wrap ttblong${col}.mp3 [0-9][0-9]${col}.mp3 + +done + +for col in a b c d e f g h i j k l m +do + mp3wrap ttbshort${col}.mp3 [0-9][0-9]${col}.mp3 + +done + + + diff --git a/test/muharni/core_test.clj b/test/muharni/core_test.clj new file mode 100644 index 0000000..f3466f8 --- /dev/null +++ b/test/muharni/core_test.clj @@ -0,0 +1,7 @@ +(ns muharni.core-test + (:require [clojure.test :refer :all] + [sikhi.core :refer :all])) + +(deftest a-test + (testing "FIXME, I fail." + (is (= 0 1))))