Joan Andrés
Joan Andrés
@Suliman-A Depending on your project, you can copy the sources of this library (only two files in this library) to your project, or you can add this project as a...
Which version of Boost do you have installed? The version needed to compile this project is Boost 55 (A bit old, I'm trying to remove this dependency).
How feasible is it for you to try to compile it with Boost version 64 - 66 ?
What do you think about using XML to save translations? In my opinion it is easier to use a structure like this: [Spanish Latin](https://github.com/Ludeon/RimWorld-SpanishLatin) for translations.
```diff until: Math.max(this.props.until, 0), lastUntil: null, wentBackgroundAt: null, + eventListener: null, // NEW LINE }; componentDidMount() { - AppState.addEventListener('change', this._handleAppStateChange); + this.state.eventListener = AppState.addEventListener('change', this._handleAppStateChange); // MODIFIED + } componentWillUnmount()...
I have performed the steps you have mentioned, compiled and when I use it I receive the following message. ```shellsession andres6936@Tierra ~/CLionProjects/tinycompress-master/src/utils-lgpl $ ./fcplay TestAudio.mp3 Unable to open TestAudio.mp3: Invalid...
```shellsession andres6936@Tierra ~ $ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Intel [HDA Intel], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog] Subdevices: 1/1 Subdevice #0:...
```shellsession andres6936@Tierra ~ $ ./fcplay -v TestAudio.mp3 play_samples: entry Unable to open TestAudio.mp3: Invalid data found when processing input ``` ```shellsession andres6936@Tierra ~ $ ls /dev/snd/ by-path controlC0 hwC0D2 pcmC0D0c...