Thomas

Results 97 comments of Thomas

got the topic from there, but this plugin needs a jason-file as an input derived from the sound-file-data. Up to now I did not find an easy to read source...

Hi jjbali12, I often thought about that. But it is nearly impossible because of the syntax of the language. The Shakespeare Programming Language focuses on storing numbers in variables and...

https://de.wikipedia.org/wiki/Wurfparabel https://matheplanet.com/default3.html?call=article.php%3fsid=735&ref=http://www.google.ch/search%3fhlX=de%2526qX=Schiefer+wurf+F+%253D+k+*+v%255E2%2526metaX= https://www.maschinenbau-wissen.de/skript3/mechanik/kinematik/334-schiefer-wurf http://www.dsemmler.de/Software/OnlineApps/SchieferWurf.php https://matheplanet.com/default3.html?call=article.php%3fsid=735&ref=http://www.google.ch/search%3fhlX=de%2526qX=Schiefer+wurf+F+%253D+k+

Regarding https://fluttergems.dev/audio/ there are a lot of plugins. - https://pub.dev/packages/just_audio - https://pub.dev/packages/flutter_sound - https://pub.dev/packages/assets_audio_player - https://pub.dev/packages/audioplayers - ... I asked this question "which plugin" months ago and we focused on...

**I checked the Internet and found** _https://stackoverflow.com/questions/69326384/setenabledsystemuioverlays-is-deprecated-and-shouldnt-be-used-migrate-to-seten_ **Hence I changed initState() in r_scan_view.dart** - delete `SystemChrome.setEnabledSystemUIOverlays([SystemUiOverlay.top])` - insert `SystemChrome.setEnabledSystemUIMode(SystemUiMode.manual, overlays: [SystemUiOverlay.top]);`

this will only work for uncompressed audio file data like PCM/WAV as depicted here: List calculateJson( {int PCMformat, int bits, int channels, int sampleRate, Uint8List PCMamplitudesData, int blockSize,}) { List...

Sure. Your package is an excellent solution if you have the jason data already. If not you need to create the jason file as a first step. The question was...

To extract the JSON Data you need to have access to the uncompressed and raw data. This is easy with respect to WAV. MP3 or OGG is a compressed file...

would be a great idea - raise an issue an attach it to me

Uh - a funny way of motivation. However, the first four tests to evaluate the analyzation of tasks, items, timers and mediafiles are done. I am pretty sure this will...